aboutsummaryrefslogtreecommitdiffstats
path: root/.vim
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-02-13 22:31:35 -0700
committerkatherine <shmibs@shmibbles.me>2017-02-13 22:31:35 -0700
commitca8e5be57fd084620ada79225c79a3139cda8ac3 (patch)
tree1280e3b4f67fa44827834b9252f3570e3d0a5d6f /.vim
parentcff3859d29a356d183dd1381d7aa2ce2a62d01c9 (diff)
downloaddotfiles-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')
-rw-r--r--.vim/colors/shmibs.vim2
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