add vim conf files
[arrow.git] / conf_slk120 / vim / _vim / colors / Light.vim
blobebf9c6bf13b056074e2f5f393b1ac4c232b636ba
1 "A lighter color scheme, with a font that looks good bold.
4 " Restore default colors
5 hi clear
6 set background=light 
8 if exists("syntax_on")
9     syntax reset
10 endif
12 let g:colors_name = "Light"
13 "lyj---//2006-03-15 @ 23:16 By Lyj---------------
14 hi User1 guibg=darkblue guifg=yellow
15 hi User2 guibg=darkblue guifg=lightblue
16 hi User3 guibg=darkblue guifg=red
17 hi User4 guibg=darkblue guifg=cyan
18 hi User5 guibg=darkblue guifg=lightgreen
19 "endlyjset background=light
23 " These are pretty good on grey75:
24 " yellow4
25 " rosybrown4
26 " burlywood4
27 " DeepPink4
28 " HotPink4
32 hi Cursor guibg=IndianRed
34 hi Normal  guibg=grey78   guifg=black
35 hi NonText guibg=grey75
37 hi Visual     guibg=palegreen3 guifg=fg   gui=NONE
38 hi Search     guibg=LightBlue
39 hi IncSearch  guibg=yellow2    guifg=fg   gui=none
40 hi WarningMsg guibg=white      guifg=red3 gui=bold
43 " Brown / Tan
49 " Red
51 "hi Function guifg=firebrick gui=NONE
53 "hi PreProc guifg=MidnightBlue gui=NONE
54 "hi PreProc guifg=HotPink4 gui=bold
55 hi PreProc guifg=DeepPink4 gui=none
59 " Green
61 "hi Comment guifg=DarkOrange4 gui=NONE
62 hi Comment guifg=#005500 gui=none
66 " Yellow
71 " Blue
73 hi Identifier guifg=blue3 gui=NONE
75 "hi Function gui=bold guifg=grey40
76 hi Function gui=none guifg=MidnightBlue
78 "hi Statement guifg=black gui=bold 
79 hi Statement guifg=MidnightBlue gui=bold 
83 " Purple
86 "hi Type guifg=DarkViolet gui=NONE
87 "hi Type guifg=#5D06AD gui=NONE
88 hi Type guifg=#6D16BD gui=NONE
91 "hi Constant guifg=magenta3 gui=none
92 "hi Constant guifg=#AD00AD gui=none
93 hi Constant guifg=#BD00BD gui=none
97 " Cyan
100 "hi Constant guifg=SteelBlue gui=NONE
101 "hi Constant guifg=DodgerBlue4  gui=NONE
102 hi Special guifg=DodgerBlue4  gui=NONE
106 " Orange
109 "hi String guifg=DarkGreen gui=bold
110 "hi String  guifg=#005500 gui=none
111 " the special char color blended too easily w/ the green string.
112 hi String guifg=darkorange4 gui=none
115 " Misc
118 hi! link SpecialKey Identifier
119 hi! link Directory Identifier
126 " Swapped these because orange4 and VioletRed4/DeepPink4 look to close right
127 " next to each other.  But then, I think I prefer green comments... :)  and
129 "hi Comment guifg=darkorange4 gui=none
132 ";; Ediff faces that preserve some of the syntax highlighting w/in each diff
133 ";; segment. See "M-x,apropos,defface" for settable attributes.
134 "'(ediff-fine-diff-face-B        ((t (:background "MediumTurquoise"))))
135 "'(ediff-current-diff-face-B     ((t (:background "Khaki"))))
136 "'(ediff-even-diff-face-Ancestor ((t (:background "DarkGrey"))))
137 "'(ediff-even-diff-face-A        ((t (:background "DarkGrey"))))
138 "'(ediff-even-diff-face-B        ((t (:background "DarkGrey"))))
139 "'(ediff-odd-diff-face-A         ((t (:background "DarkGrey"))))
140 "'(ediff-odd-diff-face-Ancestor  ((t (:background "DarkGrey"))))
141 "'(ediff-odd-diff-face-B         ((t (:background "DarkGrey"))))