]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/colors/vc.vim
Make nvim background transparent
[rbdr/dotfiles] / vim / colors / vc.vim
CommitLineData
0d23b6e5
BB
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
6set background=light
7hi clear
8if exists("syntax_on")
9 syntax reset
10endif
11let g:colors_name="vc"
12
13hi Comment gui=NONE guifg=SeaGreen guibg=NONE
14hi Constant gui=NONE guifg=#004488 guibg=NONE
15"hi Identifier gui=NONE guifg=Blue guibg=NONE
16hi Statement gui=NONE guifg=Blue guibg=NONE
17hi PreProc gui=NONE guifg=Blue guibg=NONE
18hi Type gui=NONE guifg=Blue guibg=NONE
19hi Special gui=NONE guifg=SteelBlue guibg=NONE
20"hi Underlined
21"hi Ignore
22"hi Error
23"hi Todo
24