diff options
author | katherine <shmibs@shmibbles.me> | 2017-02-13 22:31:35 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-02-13 22:31:35 -0700 |
commit | ca8e5be57fd084620ada79225c79a3139cda8ac3 (patch) | |
tree | 1280e3b4f67fa44827834b9252f3570e3d0a5d6f /.vim/colors/shmibs.vim | |
parent | cff3859d29a356d183dd1381d7aa2ce2a62d01c9 (diff) | |
download | dotfiles-ca8e5be57fd084620ada79225c79a3139cda8ac3.tar.gz |
use cyan rather than lightblue for comments
overlooked this for so long. now comments will actually change along
with the main colour theme
Diffstat (limited to '.vim/colors/shmibs.vim')
-rw-r--r-- | .vim/colors/shmibs.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/colors/shmibs.vim b/.vim/colors/shmibs.vim index 5bd6605..44fddd0 100644 --- a/.vim/colors/shmibs.vim +++ b/.vim/colors/shmibs.vim @@ -5,7 +5,7 @@ hi! clear let g:colors_name="shmibs" -hi! Comment ctermfg=lightblue +hi! Comment ctermfg=cyan hi! Constant ctermfg=red hi! CursorLine ctermfg=NONE ctermbg=8 cterm=NONE hi! CursorLineNr ctermfg=white ctermbg=8 cterm=bold |