mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 14:29:54 +08:00
refine styles
This commit is contained in:
parent
c5afe0bef0
commit
bfd25f0033
@ -87,7 +87,7 @@ code {
|
|||||||
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New;
|
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #4527A0;
|
color: #8E24AA;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
@ -47,9 +47,9 @@ background: c5cae9
|
|||||||
# [VNote] Vim insert mode cursor line background
|
# [VNote] Vim insert mode cursor line background
|
||||||
vim-insert-background: c5cae9
|
vim-insert-background: c5cae9
|
||||||
# [VNote] Vim normal mode cursor line background
|
# [VNote] Vim normal mode cursor line background
|
||||||
vim-normal-background: c6c6c6
|
vim-normal-background: e0e0e0
|
||||||
# [VNote] Vim visual mode cursor line background
|
# [VNote] Vim visual mode cursor line background
|
||||||
vim-visual-background: 90caf9
|
vim-visual-background: bbdefb
|
||||||
# [VNote] Vim replace mode cursor line background
|
# [VNote] Vim replace mode cursor line background
|
||||||
vim-replace-background: f8bbd0
|
vim-replace-background: f8bbd0
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ REFERENCE
|
|||||||
foreground: b58900
|
foreground: b58900
|
||||||
|
|
||||||
CODE
|
CODE
|
||||||
foreground: 551a8b
|
foreground: 8e24aa
|
||||||
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
||||||
|
|
||||||
EMPH
|
EMPH
|
||||||
@ -126,7 +126,7 @@ COMMENT
|
|||||||
foreground: 93a1a1
|
foreground: 93a1a1
|
||||||
|
|
||||||
VERBATIM
|
VERBATIM
|
||||||
foreground: 551a8b
|
foreground: 673ab7
|
||||||
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
||||||
# [VNote] Codeblock sylte from HighlightJS (bold, italic, underlined, color)
|
# [VNote] Codeblock sylte from HighlightJS (bold, italic, underlined, color)
|
||||||
# The last occurence of the same attribute takes effect
|
# The last occurence of the same attribute takes effect
|
||||||
|
@ -86,7 +86,7 @@ code {
|
|||||||
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New;
|
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #4527A0;
|
color: #8E24AA;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
|
@ -46,9 +46,9 @@ background: c5cae9
|
|||||||
# [VNote] Vim insert mode cursor line background
|
# [VNote] Vim insert mode cursor line background
|
||||||
vim-insert-background: c5cae9
|
vim-insert-background: c5cae9
|
||||||
# [VNote] Vim normal mode cursor line background
|
# [VNote] Vim normal mode cursor line background
|
||||||
vim-normal-background: c0c0c0
|
vim-normal-background: e0e0e0
|
||||||
# [VNote] Vim visual mode cursor line background
|
# [VNote] Vim visual mode cursor line background
|
||||||
vim-visual-background: 90caf9
|
vim-visual-background: bbdefb
|
||||||
# [VNote] Vim replace mode cursor line background
|
# [VNote] Vim replace mode cursor line background
|
||||||
vim-replace-background: f8bbd0
|
vim-replace-background: f8bbd0
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ REFERENCE
|
|||||||
foreground: b58900
|
foreground: b58900
|
||||||
|
|
||||||
CODE
|
CODE
|
||||||
foreground: 551a8b
|
foreground: 8e24aa
|
||||||
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
||||||
|
|
||||||
EMPH
|
EMPH
|
||||||
@ -125,7 +125,7 @@ COMMENT
|
|||||||
foreground: 93a1a1
|
foreground: 93a1a1
|
||||||
|
|
||||||
VERBATIM
|
VERBATIM
|
||||||
foreground: 551a8b
|
foreground: 673ab7
|
||||||
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
||||||
# [VNote] Codeblock sylte from HighlightJS (bold, italic, underlined, color)
|
# [VNote] Codeblock sylte from HighlightJS (bold, italic, underlined, color)
|
||||||
# The last occurence of the same attribute takes effect
|
# The last occurence of the same attribute takes effect
|
||||||
|
@ -187,7 +187,7 @@ close_before_external_editor=true
|
|||||||
; Custom color list to be used in VNote, such as background color
|
; Custom color list to be used in VNote, such as background color
|
||||||
; Separated by ,
|
; Separated by ,
|
||||||
; Each item is in the form "Name:Color"
|
; Each item is in the form "Name:Color"
|
||||||
custom_colors=White:#EEEEEE,Green:#CCE8CF,Wheat:#DFC7B2,LightGrey:#D3D3D3
|
custom_colors=White:#FFFFFF,LightGrey:#EEEEEE
|
||||||
|
|
||||||
[web]
|
[web]
|
||||||
; Location and configuration for Mathjax
|
; Location and configuration for Mathjax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user