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