vc.vim (649B)
1 " Vim color file 2 " Maintainer: Vladimir Vrzic <random@bsd.org.yu> 3 " Last Change: 28. june 2003. 4 " URL: http://galeb.etf.bg.ac.yu/~random/pub/vim/ 5 6 set background=light 7 hi clear 8 if exists("syntax_on") 9 syntax reset 10 endif 11 let g:colors_name="vc" 12 13 hi Comment gui=NONE guifg=SeaGreen guibg=NONE 14 hi Constant gui=NONE guifg=#004488 guibg=NONE 15 "hi Identifier gui=NONE guifg=Blue guibg=NONE 16 hi Statement gui=NONE guifg=Blue guibg=NONE 17 hi PreProc gui=NONE guifg=Blue guibg=NONE 18 hi Type gui=NONE guifg=Blue guibg=NONE 19 hi Special gui=NONE guifg=SteelBlue guibg=NONE 20 "hi Underlined 21 "hi Ignore 22 "hi Error 23 "hi Todo 24