From ac3d9b59f979344ad051e0e2a1b15e6b4a0c2a4e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 27 Jun 2015 23:29:09 +0200 Subject: Add the colors schemas for vim --- colors/vc.vim | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 colors/vc.vim (limited to 'colors/vc.vim') diff --git a/colors/vc.vim b/colors/vc.vim new file mode 100755 index 0000000..53ecc22 --- /dev/null +++ b/colors/vc.vim @@ -0,0 +1,24 @@ +" Vim color file +" Maintainer: Vladimir Vrzic +" Last Change: 28. june 2003. +" URL: http://galeb.etf.bg.ac.yu/~random/pub/vim/ + +set background=light +hi clear +if exists("syntax_on") + syntax reset +endif +let g:colors_name="vc" + +hi Comment gui=NONE guifg=SeaGreen guibg=NONE +hi Constant gui=NONE guifg=#004488 guibg=NONE +"hi Identifier gui=NONE guifg=Blue guibg=NONE +hi Statement gui=NONE guifg=Blue guibg=NONE +hi PreProc gui=NONE guifg=Blue guibg=NONE +hi Type gui=NONE guifg=Blue guibg=NONE +hi Special gui=NONE guifg=SteelBlue guibg=NONE +"hi Underlined +"hi Ignore +"hi Error +"hi Todo + -- cgit v1.2.3