theme: refine styles

This commit is contained in:
Le Tan 2018-06-08 19:59:08 +08:00
parent 85187fd53b
commit 6afc84fd04
4 changed files with 7 additions and 7 deletions

View File

@ -97,7 +97,7 @@ pre code {
overflow-x: auto; overflow-x: auto;
padding: 0.5em; padding: 0.5em;
color: #DADADA; color: #DADADA;
background-color: #4E4E4E; background-color: #4A4A4A;
line-height: 1.5; line-height: 1.5;
font-family: Consolas, Monaco, Monospace, Courier; font-family: Consolas, Monaco, Monospace, Courier;
white-space: pre; white-space: pre;
@ -115,7 +115,7 @@ aside {
blockquote { blockquote {
color: #BCBCBC; color: #BCBCBC;
background-color: #4E4E4E; background-color: #4A4A4A;
border-left:.5em solid #8A8A8A; border-left:.5em solid #8A8A8A;
padding: 0 2em; padding: 0 2em;
margin-left:0; margin-left:0;

View File

@ -51,7 +51,7 @@ background: 363636
# [VNote] Vim insert mode cursor line background # [VNote] Vim insert mode cursor line background
vim-insert-background: 363636 vim-insert-background: 363636
# [VNote] Vim normal mode cursor line background # [VNote] Vim normal mode cursor line background
vim-normal-background: 585858 vim-normal-background: 545454
# [VNote] Vim visual mode cursor line background # [VNote] Vim visual mode cursor line background
vim-visual-background: 484f5d vim-visual-background: 484f5d
# [VNote] Vim replace mode cursor line background # [VNote] Vim replace mode cursor line background
@ -151,7 +151,7 @@ hljs-regexp: f06292
hljs-addition: f06292 hljs-addition: f06292
hljs-attribute: f06292 hljs-attribute: f06292
hljs-meta-string: f06292 hljs-meta-string: f06292
hljs-built_in: 00c179 hljs-built_in: 80cbc4
hljs-attr: ce93db hljs-attr: ce93db
hljs-variable: ce93db hljs-variable: ce93db
hljs-template-variable: ce93db hljs-template-variable: ce93db

View File

@ -14,7 +14,7 @@ version=1
; without background. You could just specify the foreground colors mapping here. ; without background. You could just specify the foreground colors mapping here.
; It is useful for dark mode theme. '#aabbcc' or 'red' formats are supported. ; It is useful for dark mode theme. '#aabbcc' or 'red' formats are supported.
; col1:col1_new,col2:col2_new ; 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] [phony]
; Abstract color attributes. ; Abstract color attributes.

View File

@ -3,7 +3,7 @@
overflow-x: auto; overflow-x: auto;
padding: 0.5em; padding: 0.5em;
color: #dadada; color: #dadada;
background: #4e4e4e; background: #4a4a4a;
} }
.hljs-comment, .hljs-comment,
@ -39,7 +39,7 @@
.hljs-built_in, .hljs-built_in,
.hljs-class .hljs-title { .hljs-class .hljs-title {
color: #00c179; color: #80cbc4;
} }
.hljs-attr, .hljs-attr,