mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
theme: refine selection color
This commit is contained in:
parent
5613b864c2
commit
660e2ba86a
@ -311,5 +311,6 @@ table.hljs-ln tr td.hljs-ln-code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: #64B5F6;
|
background: #1976D2;
|
||||||
|
color: #BCBCBC;
|
||||||
}
|
}
|
||||||
|
@ -41,8 +41,8 @@ preview-image-line-foreground: 6f5799
|
|||||||
mathjax-foreground: 4db6ac
|
mathjax-foreground: 4db6ac
|
||||||
|
|
||||||
editor-selection
|
editor-selection
|
||||||
foreground: dadada
|
foreground: bcbcbc
|
||||||
background: 1e88e5
|
background: 1976d2
|
||||||
|
|
||||||
editor-current-line
|
editor-current-line
|
||||||
background: 353d49
|
background: 353d49
|
||||||
@ -51,7 +51,7 @@ vim-insert-background: 353d49
|
|||||||
# [VNote] Vim normal mode cursor line background
|
# [VNote] Vim normal mode cursor line background
|
||||||
vim-normal-background: 373c47
|
vim-normal-background: 373c47
|
||||||
# [VNote] Vim visual mode cursor line background
|
# [VNote] Vim visual mode cursor line background
|
||||||
vim-visual-background: 105fa2
|
vim-visual-background: 0d47a1
|
||||||
# [VNote] Vim replace mode cursor line background
|
# [VNote] Vim replace mode cursor line background
|
||||||
vim-replace-background: 2f3377
|
vim-replace-background: 2f3377
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ mdhl_file=v_moonlight.mdhl
|
|||||||
css_file=v_moonlight.css
|
css_file=v_moonlight.css
|
||||||
codeblock_css_file=v_moonlight_codeblock.css
|
codeblock_css_file=v_moonlight_codeblock.css
|
||||||
mermaid_css_file=v_moonlight_mermaid.css
|
mermaid_css_file=v_moonlight_mermaid.css
|
||||||
version=9
|
version=10
|
||||||
|
|
||||||
; This mapping will be used to translate colors when the content of HTML is copied
|
; This mapping will be used to translate colors when the content of HTML is copied
|
||||||
; without background. You could just specify the foreground colors mapping here.
|
; without background. You could just specify the foreground colors mapping here.
|
||||||
|
@ -241,5 +241,6 @@ table.hljs-ln tr td.hljs-ln-code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: #64B5F6;
|
background: #1976D2;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
@ -40,8 +40,8 @@ preview-image-line-foreground: 9575cd
|
|||||||
mathjax-foreground: 00897b
|
mathjax-foreground: 00897b
|
||||||
|
|
||||||
editor-selection
|
editor-selection
|
||||||
foreground: eeeeee
|
foreground: ffffff
|
||||||
background: 005fff
|
background: 1976d2
|
||||||
|
|
||||||
editor-current-line
|
editor-current-line
|
||||||
background: c5cae9
|
background: c5cae9
|
||||||
|
@ -7,7 +7,7 @@ mdhl_file=v_native.mdhl
|
|||||||
css_file=v_native.css
|
css_file=v_native.css
|
||||||
codeblock_css_file=v_native_codeblock.css
|
codeblock_css_file=v_native_codeblock.css
|
||||||
mermaid_css_file=v_native_mermaid.css
|
mermaid_css_file=v_native_mermaid.css
|
||||||
version=9
|
version=10
|
||||||
|
|
||||||
[phony]
|
[phony]
|
||||||
; Abstract color attributes.
|
; Abstract color attributes.
|
||||||
|
@ -311,5 +311,6 @@ table.hljs-ln tr td.hljs-ln-code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: #64B5F6;
|
background: #1976D2;
|
||||||
|
color: #F5F5F5;
|
||||||
}
|
}
|
||||||
|
@ -41,8 +41,8 @@ preview-image-line-foreground: 9575cd
|
|||||||
mathjax-foreground: 00897b
|
mathjax-foreground: 00897b
|
||||||
|
|
||||||
editor-selection
|
editor-selection
|
||||||
foreground: eeeeee
|
foreground: f5f5f5
|
||||||
background: 005fff
|
background: 1976d2
|
||||||
|
|
||||||
editor-current-line
|
editor-current-line
|
||||||
background: c5cae9
|
background: c5cae9
|
||||||
|
@ -7,7 +7,7 @@ mdhl_file=v_pure.mdhl
|
|||||||
css_file=v_pure.css
|
css_file=v_pure.css
|
||||||
codeblock_css_file=v_pure_codeblock.css
|
codeblock_css_file=v_pure_codeblock.css
|
||||||
mermaid_css_file=v_pure_mermaid.css
|
mermaid_css_file=v_pure_mermaid.css
|
||||||
version=9
|
version=10
|
||||||
|
|
||||||
[phony]
|
[phony]
|
||||||
; Abstract color attributes.
|
; Abstract color attributes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user