diff options
author | katherine <shmibs@shmibbles.me> | 2017-03-23 23:46:55 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-03-23 23:46:55 -0700 |
commit | 1623133ff25e4ef5b52b373627bbe24fc069751a (patch) | |
tree | f054607ace1ad88cfa81df16d0e1bc8f3086660a | |
parent | 0968ddbefcdbf20c319b2537e365662265d6baec (diff) | |
download | dotfiles-1623133ff25e4ef5b52b373627bbe24fc069751a.tar.gz |
make comments better follow colourscheme
-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 44fddd0..3b0043e 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=cyan +hi! Comment ctermfg=12 hi! Constant ctermfg=red hi! CursorLine ctermfg=NONE ctermbg=8 cterm=NONE hi! CursorLineNr ctermfg=white ctermbg=8 cterm=bold |