From ca8e5be57fd084620ada79225c79a3139cda8ac3 Mon Sep 17 00:00:00 2001 From: katherine Date: Mon, 13 Feb 2017 22:31:35 -0700 Subject: use cyan rather than lightblue for comments overlooked this for so long. now comments will actually change along with the main colour theme --- .vim/colors/shmibs.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim') 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 -- cgit v1.2.3