diff --git a/src/resources/themes/v_detorte/v_detorte.css b/src/resources/themes/v_detorte/v_detorte.css index 65f5d125..cf3ce18c 100644 --- a/src/resources/themes/v_detorte/v_detorte.css +++ b/src/resources/themes/v_detorte/v_detorte.css @@ -97,7 +97,7 @@ pre code { overflow-x: auto; padding: 0.5em; color: #DADADA; - background-color: #4E4E4E; + background-color: #4A4A4A; line-height: 1.5; font-family: Consolas, Monaco, Monospace, Courier; white-space: pre; @@ -115,7 +115,7 @@ aside { blockquote { color: #BCBCBC; - background-color: #4E4E4E; + background-color: #4A4A4A; border-left:.5em solid #8A8A8A; padding: 0 2em; margin-left:0; diff --git a/src/resources/themes/v_detorte/v_detorte.mdhl b/src/resources/themes/v_detorte/v_detorte.mdhl index 8405d637..2f6ec99f 100644 --- a/src/resources/themes/v_detorte/v_detorte.mdhl +++ b/src/resources/themes/v_detorte/v_detorte.mdhl @@ -51,7 +51,7 @@ background: 363636 # [VNote] Vim insert mode cursor line background vim-insert-background: 363636 # [VNote] Vim normal mode cursor line background -vim-normal-background: 585858 +vim-normal-background: 545454 # [VNote] Vim visual mode cursor line background vim-visual-background: 484f5d # [VNote] Vim replace mode cursor line background @@ -151,7 +151,7 @@ hljs-regexp: f06292 hljs-addition: f06292 hljs-attribute: f06292 hljs-meta-string: f06292 -hljs-built_in: 00c179 +hljs-built_in: 80cbc4 hljs-attr: ce93db hljs-variable: ce93db hljs-template-variable: ce93db diff --git a/src/resources/themes/v_detorte/v_detorte.palette b/src/resources/themes/v_detorte/v_detorte.palette index a29e96f1..f92a41f4 100644 --- a/src/resources/themes/v_detorte/v_detorte.palette +++ b/src/resources/themes/v_detorte/v_detorte.palette @@ -14,7 +14,7 @@ version=1 ; without background. You could just specify the foreground colors mapping here. ; It is useful for dark mode theme. '#aabbcc' or 'red' formats are supported. ; col1:col1_new,col2:col2_new -css_color_mapping=#dadada:#222222,#61afef:#0099ff,#98c379:#8e24aa,#bcbcbc:#666666,#8a8a8a:#7a7a7a,#767676:#aaaaaa,#af8787:#767676,#ccb24c:#0000ee,#e37c84:#880000,#56b6c2:#af00d7,#f06292:#bc6060,#00c179:#008700,#ce93db:#4d99bf,#84c0f2:#1f7199 +css_color_mapping=#dadada:#222222,#61afef:#0099ff,#98c379:#8e24aa,#bcbcbc:#666666,#8a8a8a:#7a7a7a,#767676:#aaaaaa,#af8787:#767676,#ccb24c:#0000ee,#e37c84:#880000,#56b6c2:#af00d7,#f06292:#bc6060,#80cbc4:#008700,#ce93db:#4d99bf,#84c0f2:#1f7199 [phony] ; Abstract color attributes. diff --git a/src/resources/themes/v_detorte/v_detorte_codeblock.css b/src/resources/themes/v_detorte/v_detorte_codeblock.css index 167db4e5..25d9965f 100644 --- a/src/resources/themes/v_detorte/v_detorte_codeblock.css +++ b/src/resources/themes/v_detorte/v_detorte_codeblock.css @@ -3,7 +3,7 @@ overflow-x: auto; padding: 0.5em; color: #dadada; - background: #4e4e4e; + background: #4a4a4a; } .hljs-comment, @@ -39,7 +39,7 @@ .hljs-built_in, .hljs-class .hljs-title { - color: #00c179; + color: #80cbc4; } .hljs-attr,