add vim conf files
[arrow.git] / conf_slk120 / vim / _vim / colors / olive.vim
blobeddaa48fce3559867b3f0f8282bf305c3d530d4b
2 " Maintainer:   Charles <cherry_avium@yahoo.com>
3 " Last Change:  11 June 2004
4 " URL:          http://
6 " cool help screens
7 " :he group-name
8 " :he highlight-groups
9 " :he cterm-colors
11 set background=dark
12 hi clear
13 if exists("syntax_on")
14     syntax reset
15 endif
16 let g:colors_name="olive"
17 "lyj---//2006-03-15 @ 23:16 By Lyj---------------
18 hi User1 guibg=darkblue guifg=yellow
19 hi User2 guibg=darkblue guifg=lightblue
20 hi User3 guibg=darkblue guifg=red
21 hi User4 guibg=darkblue guifg=cyan
22 hi User5 guibg=darkblue guifg=lightgreen
23 "endlyjset background=light
25 "=======================================================
26 hi Normal               guifg=#D9D9C3       guibg=#333300
27 hi Cursor               guifg=black         guibg=white
28 hi CursorIM             guifg=black         guibg=green
29 hi Directory            guifg=gold                              gui=underline
30 "hi DiffAdd             
31 "hi DiffChange  
32 "hi DiffDelete  
33 "hi DiffText    
34 hi ErrorMsg                                 guibg=indianred
35 "hi VertSplit           guifg=gold
36 hi Folded               guifg=khaki         guibg=darkolivegreen    gui=underline
37 hi FoldColumn           guifg=khaki         guibg=darkolivegreen    gui=none
38 hi IncSearch            guifg=black         guibg=khaki
39 hi LineNr               guifg=gray80
40 hi ModeMsg              guifg=greenyellow                       gui=bold
41 hi MoreMsg              guifg=greenyellow                       gui=bold
42 "hi NonText             guibg=black
43 hi Question             guifg=yellowgreen                       gui=NONE        
44 hi Search               guifg=black         guibg=khaki         gui=NONE
45 hi SpecialKey           guifg=black         guibg=darkkhaki
46 hi StatusLine           guifg=palegoldenrod guibg=#808000       gui=none
47 hi StatusLineNC         guifg=gray          guibg=darkolivegreen    gui=none
48 hi Title                guifg=gold                              gui=bold                
49 hi Visual               guifg=black         guibg=darkkhaki     gui=NONE
50 "hi VisualNOS   
51 hi WarningMsg           guifg=palevioletred
52 "hi WildMenu    
53 "hi Menu                
54 "hi Scrollbar
55 "hi Tooltip             
58 " ============================================================
59 " syntax highlighting groups
60 " ============================================================
61 hi Comment              guifg=darkkhaki     guibg=#4C4C00       gui=underline 
63 hi Constant             guifg=navajowhite
64 hi String               guifg=greenyellow
65 "hi Character
66 "hi Number
67 "hi Boolean
68 "hi Float
70 hi Identifier           guifg=lightsteelblue    
71 " hi Function                               guibg=gray60
73 hi Statement            guifg=darkseagreen                      gui=bold
74 "hi Conditional
75 "hi Repeat
76 "hi Label
77 hi Operator             guifg=gold
78 "hi Keyword
79 "hi Exception
81 hi PreProc              guifg=sandybrown                        gui=bold
82 "hi Include
83 "hi Define
84 "hi Macro
85 "hi PreCondit
87 hi Type                 guifg=goldenrod
88 "hi StorageClass
89 "hi Structure
90 "hi Typedef
92 hi Special              guifg=navajowhite                       gui=underline
93 "hi SpecialChar
94 "hi Tag
95 "hi Delimiter
96 "hi SpecialComment
97 "hi Debug
99 hi Underlined                                                   gui=underline
101 hi Ignore               guifg=black
103 hi Error                guifg=white
105 hi Todo                 guifg=black         guibg=gold          gui=NONE
107 " =================================================================
108 " Language specific color
109 " =================================================================
111 " C / C++
112 hi cIncluded            guifg=yellowgreen
114 " HTML
115 hi Title                guifg=palegoldenrod 
117 " VIM
118 hi VimError             guifg=red                               gui=bold
119 hi VimOption            guifg=gold
121 " TeX / LaTeX
122 hi texSection           guifg=greenyellow
123 " tex between { and }
124 hi texMatcher           guifg=yellowgreen                       gui=none
125 hi texMath                                                      gui=none