add vim conf files
[arrow.git] / conf_slk120 / vim / _vim / colors / c.vim
blobb1f9f0a3075a395d804a2d08e0206f1c9bb804d8
2 " Vim Syntax Highlighting File
3
4 " Language: C
6 " Extra: This is to copy the vi clone elvis on its
7 "        syntax highlighting.
9 " Maintainer: Dean Jones<dean@cleancode.org>
11 " Comment: This works well with the default c.vim
12 "          that comes with vim6.x.  It basically 
13 "          overrides the very bright colors it uses
14 "          and uses simple white for highlighting 
15 "          key words and types in the C language.
16 "          If you're using Eterm, uncomment the 
17 "          Normal line specified below.
19 hi clear
21 " Eterm users, uncomment the line below
22 " hi Normal ctermfg=grey
24 "lyj---//2006-03-15 @ 23:16 By Lyj---------------
25 hi User1 guibg=darkblue guifg=yellow
26 hi User2 guibg=darkblue guifg=lightblue
27 hi User3 guibg=darkblue guifg=red
28 hi User4 guibg=darkblue guifg=cyan
29 hi User5 guibg=darkblue guifg=lightgreen
30 "endlyjset background=light
32 hi PreProc ctermfg=white
33 hi Type ctermfg=white
34 hi Statement ctermfg=white
35 hi Comment ctermfg=grey
36 hi Constant cterm=NONE ctermfg=NONE
37 hi Number cterm=NONE ctermfg=NONE
38 hi String cterm=NONE ctermfg=NONE
39 hi Special cterm=NONE ctermfg=NONE
41 " EOF for Dean's Elvis like highlighting