summary refs log tree commit diff
path: root/.config/nvim/colors/subtle.vim
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-07-27 16:04:05 -0400
committerJune McEnroe <june@causal.agency>2016-07-27 16:04:05 -0400
commitcae884e7cc57b10aedebd4f8e7311a5601b810ed (patch)
tree136c97c6dfc19c42f4665c8ed118c82b38c5782d /.config/nvim/colors/subtle.vim
parentColor macros in yellow (diff)
downloadsrc-cae884e7cc57b10aedebd4f8e7311a5601b810ed.tar.gz
src-cae884e7cc57b10aedebd4f8e7311a5601b810ed.zip
Color comments DarkBlue and LightBlue
Diffstat (limited to '')
-rw-r--r--.config/nvim/colors/subtle.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/colors/subtle.vim b/.config/nvim/colors/subtle.vim
index aa4e4b16..84841666 100644
--- a/.config/nvim/colors/subtle.vim
+++ b/.config/nvim/colors/subtle.vim
@@ -19,7 +19,7 @@ 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=LightBlue
+hi Comment ctermfg=DarkBlue
 
 hi Constant ctermfg=NONE
 hi String ctermfg=DarkCyan
@@ -37,13 +37,13 @@ hi Type ctermfg=NONE
 hi StorageClass ctermfg=LightGray
 
 hi Special ctermfg=LightGray
-hi link SpecialComment Comment
+hi SpecialComment ctermfg=LightBlue
 
 hi Underlined ctermfg=NONE
 
 hi Error ctermbg=NONE ctermfg=LightRed
 
-hi Todo ctermbg=NONE ctermfg=DarkBlue
+hi Todo ctermbg=NONE ctermfg=LightBlue
 
 hi SpecialKey ctermfg=DarkGray