]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/colors/fruit.vim
Update the cask provisioning list
[rbdr/dotfiles] / vim / colors / fruit.vim
CommitLineData
0d23b6e5
BB
1" Vim color file
2" Maintainer: Tiza
3" Last Change: 2002/08/28 Wed 00:28.
4" version: 1.3
5" This color scheme uses a light background.
6
7set background=light
8hi clear
9if exists("syntax_on")
10 syntax reset
11endif
12
13let colors_name = "fruit"
14
15hi Normal guifg=#404040 guibg=#f8f8f8
16
17" Search
18hi IncSearch gui=UNDERLINE guifg=#404040 guibg=#40ffff
19hi Search gui=NONE guifg=#404040 guibg=#ffff60
20
21" Messages
22hi ErrorMsg gui=NONE guifg=#ff0000 guibg=#ffe4e4
23hi WarningMsg gui=NONE guifg=#ff0000 guibg=#ffe4e4
24hi ModeMsg gui=NONE guifg=#ff4080 guibg=NONE
25hi MoreMsg gui=NONE guifg=#009070 guibg=NONE
26hi Question gui=NONE guifg=#f030d0 guibg=NONE
27
28" Split area
29hi StatusLine gui=BOLD guifg=#f8f8f8 guibg=#404040
30hi StatusLineNC gui=NONE guifg=#a4a4a4 guibg=#404040
31hi VertSplit gui=NONE guifg=#f8f8f8 guibg=#404040
32hi WildMenu gui=BOLD guifg=#f8f8f8 guibg=#ff4080
33
34" Diff
35hi DiffText gui=NONE guifg=#e04040 guibg=#ffd8d8
36hi DiffChange gui=NONE guifg=#408040 guibg=#d0f0d0
37hi DiffDelete gui=NONE guifg=#4848ff guibg=#ffd0ff
38hi DiffAdd gui=NONE guifg=#4848ff guibg=#ffd0ff
39
40" Cursor
41hi Cursor gui=NONE guifg=#0000ff guibg=#00e0ff
42hi lCursor gui=NONE guifg=#f8f8f8 guibg=#8000ff
43hi CursorIM gui=NONE guifg=#f8f8f8 guibg=#8000ff
44
45" Fold
46hi Folded gui=NONE guifg=#20605c guibg=#b8e8dc
47hi FoldColumn gui=NONE guifg=#40a098 guibg=#f0f0f0
48
49" Other
50hi Directory gui=NONE guifg=#0070b8 guibg=NONE
51hi LineNr gui=NONE guifg=#acacac guibg=NONE
52hi NonText gui=BOLD guifg=#00a0c0 guibg=#ececec
53hi SpecialKey gui=NONE guifg=#4040ff guibg=NONE
54hi Title gui=NONE guifg=#0050a0 guibg=#c0e8ff
55hi Visual gui=NONE guifg=#484848 guibg=#e0e0e0
56" hi VisualNOS gui=NONE guifg=#484848 guibg=#e0e0e0
57
58" Syntax group
59hi Comment gui=NONE guifg=#ff4080 guibg=NONE
60hi Constant gui=NONE guifg=#8016ff guibg=NONE
61hi Error gui=BOLD guifg=#ffffff guibg=#ff4080
62hi Identifier gui=NONE guifg=#008888 guibg=NONE
63hi Ignore gui=NONE guifg=#f8f8f8 guibg=NONE
64hi PreProc gui=NONE guifg=#e06800 guibg=NONE
65hi Special gui=NONE guifg=#4a9400 guibg=NONE
66hi Statement gui=NONE guifg=#f030d0 guibg=NONE
67hi Todo gui=UNDERLINE guifg=#ff0070 guibg=#ffe0f4
68hi Type gui=NONE guifg=#0070e6 guibg=NONE
69hi Underlined gui=UNDERLINE guifg=fg guibg=NONE