summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorJune McEnroe <curtis.mcenroe@adgear.com>2016-07-26 13:58:54 -0400
committerJune McEnroe <curtis.mcenroe@adgear.com>2016-07-26 13:58:54 -0400
commitf5112c37b5840dba9db6b9f8dfede046ba5f3a9e (patch)
treed879fe42b85866694ee25455ae5dbeb8c793b6d4 /.config
parentAdd ''subtle'' colorscheme (diff)
downloadsrc-f5112c37b5840dba9db6b9f8dfede046ba5f3a9e.tar.gz
src-f5112c37b5840dba9db6b9f8dfede046ba5f3a9e.zip
Colorscheme colors and schemes
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/colors/subtle.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/subtle.vim
index 7894cf85..9d837b2a 100644
--- a/.config/nvim/colors/subtle.vim
+++ b/.config/nvim/colors/subtle.vim
@@ -19,11 +19,11 @@ hi StatusLine cterm=NONE ctermbg=Black ctermfg=LightGray
 hi StatusLineNC cterm=NONE ctermbg=Black ctermfg=DarkGray
 hi Visual ctermbg=DarkGray ctermfg=NONE
 
-hi Comment ctermfg=DarkYellow
+hi Comment ctermfg=LightBlue
 
 hi Constant ctermfg=NONE
-hi String ctermfg=LightBlue
-hi Character ctermfg=LightBlue
+hi String ctermfg=DarkCyan
+hi link Character String
 
 hi Identifier cterm=NONE ctermfg=NONE
 
@@ -37,13 +37,13 @@ hi Type ctermfg=NONE
 hi StorageClass ctermfg=LightGray
 
 hi Special ctermfg=LightGray
-hi SpecialComment ctermfg=DarkYellow
+hi link SpecialComment Comment
 
 hi Underlined ctermfg=NONE
 
 hi Error ctermbg=NONE ctermfg=LightRed
 
-hi Todo ctermbg=NONE ctermfg=Yellow
+hi Todo ctermbg=NONE ctermfg=DarkBlue
 
 hi SpecialKey ctermfg=DarkGray