add vim conf files
[arrow.git] / conf_slk120 / vim / _vim / colors / DarkDefault.vim
bloba1261ae0557e93ec22a31ee014c8a3144af79c40
1 " DARK colorscheme.  The purpose of this colorscheme is to make small
2 " adjustments to the default.
4 " Restore default colors
5 hi clear
6 set background=dark 
9 if exists("syntax_on")
10   syntax reset
11 endif
13 let g:colors_name = "DarkDefault"
14 "lyj---//2006-03-15 @ 23:16 By Lyj---------------
15 hi User1 guibg=darkblue guifg=yellow
16 hi User2 guibg=darkblue guifg=lightblue
17 hi User3 guibg=darkblue guifg=red
18 hi User4 guibg=darkblue guifg=cyan
19 hi User5 guibg=darkblue guifg=lightgreen
20 "endlyjset background=light
23 hi Normal guibg=grey25 guifg=GhostWhite