add vim conf files
[arrow.git] / conf_slk120 / vim / _vim / colors / billw.vim
blob852ed3b9996d494f8a3391c51cfc1298eabfdf9f
1 " vim: set tw=0 sw=4 sts=4 et:
3 " Vim color file
4 " Maintainer: Datila Carvalho <datila@saci.homeip.net>
5 " Last Change: November, 3, 2003
6 " Version: 0.1
8 " This is a VIM's version of the emacs color theme
9 " _Billw_ created by Bill White.
11 set background=dark
12 hi clear
13 if exists("syntax_on")
14     syntax reset
15 endif
17 let g:colors_name = "billw"
18 "lyj---//2006-03-15 @ 23:16 By Lyj---------------
19 hi User1 guibg=darkblue guifg=yellow
20 hi User2 guibg=darkblue guifg=lightblue
21 hi User3 guibg=darkblue guifg=red
22 hi User4 guibg=darkblue guifg=cyan
23 hi User5 guibg=darkblue guifg=lightgreen
24 "endlyjset background=light
27 """ Colors
29 " GUI colors
30 hi Cursor               guifg=fg guibg=cornsilk
31 hi CursorIM             guifg=NONE guibg=cornsilk
32 "hi Directory
33 "hi DiffAdd
34 "hi DiffChange
35 "hi DiffDelete
36 "hi DiffText
37 hi ErrorMsg             gui=bold guifg=White guibg=Red
38 "hi VertSplit
39 "hi Folded
40 "hi FoldColumn
41 "hi IncSearch
42 "hi LineNr
43 hi ModeMsg              gui=bold
44 "hi MoreMsg
45 "hi NonText
46 hi Normal               guibg=black guifg=cornsilk
47 "hi Question
48 hi Search               gui=bold guifg=Black guibg=cornsilk
49 "hi SpecialKey
50 hi StatusLine           guifg=orange1
51 hi StatusLineNC         guifg=yellow4
52 "hi Title
53 hi Visual               guifg=gray35 guibg=fg
54 hi VisualNOS            gui=bold guifg=black guibg=fg
55 hi WarningMsg           guifg=White guibg=Tomato
56 "hi WildMenu
58 " Colors for syntax highlighting
59 hi Comment              guifg=gold
61 hi Constant             guifg=mediumspringgreen
62     hi String           guifg=orange
63     hi Character        guifg=orange
64     hi Number           guifg=mediumspringgreen
65     hi Boolean          guifg=mediumspringgreen
66     hi Float            guifg=mediumspringgreen
68 hi Identifier           guifg=yellow
69     hi Function         guifg=mediumspringgreen
71 hi Statement            gui=bold guifg=cyan1
72     hi Conditional      gui=bold guifg=cyan1
73     hi Repeat           gui=bold guifg=cyan1
74     hi Label            guifg=cyan1
75     hi Operator         guifg=cyan1
76     "hi Keyword
77     "hi Exception
79 hi PreProc              guifg=LightSteelBlue
80     hi Include          guifg=LightSteelBlue
81     hi Define           guifg=LightSteelBlue
82     hi Macro            guifg=LightSteelBlue
83     hi PreCondit        guifg=LightSteelBlue
85 hi Type                 guifg=yellow
86     hi StorageClass     guifg=cyan1
87     hi Structure        gui=bold guifg=cyan1
88     hi Typedef          guifg=cyan1
90 "hi Special
91     ""Underline Character
92     "hi SpecialChar      gui=underline
93     "hi Tag              gui=bold,underline
94     ""Statement
95     "hi Delimiter        gui=bold
96     ""Bold comment (in Java at least)
97     "hi SpecialComment   gui=bold
98     "hi Debug            gui=bold
100 hi Underlined           gui=underline
102 hi Ignore               guifg=bg
104 hi Error                gui=bold guifg=White guibg=Red
106 "hi Todo