From bfd25f003387cf261ff18d03f8bdd409e0a07627 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Tue, 2 Jan 2018 20:42:35 +0800 Subject: [PATCH] refine styles --- src/resources/themes/v_pure/v_pure.css | 2 +- src/resources/themes/v_pure/v_pure.mdhl | 8 ++++---- src/resources/themes/v_white/v_white.css | 2 +- src/resources/themes/v_white/v_white.mdhl | 8 ++++---- src/resources/vnote.ini | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/resources/themes/v_pure/v_pure.css b/src/resources/themes/v_pure/v_pure.css index 098a3d0b..7555f6fe 100644 --- a/src/resources/themes/v_pure/v_pure.css +++ b/src/resources/themes/v_pure/v_pure.css @@ -87,7 +87,7 @@ code { font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New; line-height: 1.5; font-size: 14px; - color: #4527A0; + color: #8E24AA; } pre code { diff --git a/src/resources/themes/v_pure/v_pure.mdhl b/src/resources/themes/v_pure/v_pure.mdhl index fd0afc49..d8311139 100644 --- a/src/resources/themes/v_pure/v_pure.mdhl +++ b/src/resources/themes/v_pure/v_pure.mdhl @@ -47,9 +47,9 @@ background: c5cae9 # [VNote] Vim insert mode cursor line background vim-insert-background: c5cae9 # [VNote] Vim normal mode cursor line background -vim-normal-background: c6c6c6 +vim-normal-background: e0e0e0 # [VNote] Vim visual mode cursor line background -vim-visual-background: 90caf9 +vim-visual-background: bbdefb # [VNote] Vim replace mode cursor line background vim-replace-background: f8bbd0 @@ -110,7 +110,7 @@ REFERENCE foreground: b58900 CODE -foreground: 551a8b +foreground: 8e24aa font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New EMPH @@ -126,7 +126,7 @@ COMMENT foreground: 93a1a1 VERBATIM -foreground: 551a8b +foreground: 673ab7 font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New # [VNote] Codeblock sylte from HighlightJS (bold, italic, underlined, color) # The last occurence of the same attribute takes effect diff --git a/src/resources/themes/v_white/v_white.css b/src/resources/themes/v_white/v_white.css index 75f3b40b..e3bf5a6b 100644 --- a/src/resources/themes/v_white/v_white.css +++ b/src/resources/themes/v_white/v_white.css @@ -86,7 +86,7 @@ code { font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New; line-height: 1.5; font-size: 14px; - color: #4527A0; + color: #8E24AA; } pre code { diff --git a/src/resources/themes/v_white/v_white.mdhl b/src/resources/themes/v_white/v_white.mdhl index c46b68ec..299fc2b7 100644 --- a/src/resources/themes/v_white/v_white.mdhl +++ b/src/resources/themes/v_white/v_white.mdhl @@ -46,9 +46,9 @@ background: c5cae9 # [VNote] Vim insert mode cursor line background vim-insert-background: c5cae9 # [VNote] Vim normal mode cursor line background -vim-normal-background: c0c0c0 +vim-normal-background: e0e0e0 # [VNote] Vim visual mode cursor line background -vim-visual-background: 90caf9 +vim-visual-background: bbdefb # [VNote] Vim replace mode cursor line background vim-replace-background: f8bbd0 @@ -109,7 +109,7 @@ REFERENCE foreground: b58900 CODE -foreground: 551a8b +foreground: 8e24aa font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New EMPH @@ -125,7 +125,7 @@ COMMENT foreground: 93a1a1 VERBATIM -foreground: 551a8b +foreground: 673ab7 font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New # [VNote] Codeblock sylte from HighlightJS (bold, italic, underlined, color) # The last occurence of the same attribute takes effect diff --git a/src/resources/vnote.ini b/src/resources/vnote.ini index 3490ba7d..e040d91a 100644 --- a/src/resources/vnote.ini +++ b/src/resources/vnote.ini @@ -187,7 +187,7 @@ close_before_external_editor=true ; Custom color list to be used in VNote, such as background color ; Separated by , ; 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] ; Location and configuration for Mathjax