aboutsummaryrefslogtreecommitdiff
path: root/vim/colors/fruit.vim
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2011-12-19 02:23:46 -0500
committerMatt Singleton <matt@xcolour.net>2011-12-19 02:23:46 -0500
commit4c8346948c404ec9c6d69cf352f0e9d89e50b2e8 (patch)
tree0468f861c6e41fb7c9210a962955b7bdcc3ba48e /vim/colors/fruit.vim
parentbfc70101a4e58bfef1b64a711de849b20be5702c (diff)
get rid of all the old cruft
Diffstat (limited to 'vim/colors/fruit.vim')
-rwxr-xr-xvim/colors/fruit.vim69
1 files changed, 0 insertions, 69 deletions
diff --git a/vim/colors/fruit.vim b/vim/colors/fruit.vim
deleted file mode 100755
index 624b90f..0000000
--- a/vim/colors/fruit.vim
+++ /dev/null
@@ -1,69 +0,0 @@
-" Vim color file
-" Maintainer: Tiza
-" Last Change: 2002/08/28 Wed 00:28.
-" version: 1.3
-" This color scheme uses a light background.
-
-set background=light
-hi clear
-if exists("syntax_on")
- syntax reset
-endif
-
-let colors_name = "fruit"
-
-hi Normal guifg=#404040 guibg=#f8f8f8
-
-" Search
-hi IncSearch gui=UNDERLINE guifg=#404040 guibg=#40ffff
-hi Search gui=NONE guifg=#404040 guibg=#ffff60
-
-" Messages
-hi ErrorMsg gui=NONE guifg=#ff0000 guibg=#ffe4e4
-hi WarningMsg gui=NONE guifg=#ff0000 guibg=#ffe4e4
-hi ModeMsg gui=NONE guifg=#ff4080 guibg=NONE
-hi MoreMsg gui=NONE guifg=#009070 guibg=NONE
-hi Question gui=NONE guifg=#f030d0 guibg=NONE
-
-" Split area
-hi StatusLine gui=BOLD guifg=#f8f8f8 guibg=#404040
-hi StatusLineNC gui=NONE guifg=#a4a4a4 guibg=#404040
-hi VertSplit gui=NONE guifg=#f8f8f8 guibg=#404040
-hi WildMenu gui=BOLD guifg=#f8f8f8 guibg=#ff4080
-
-" Diff
-hi DiffText gui=NONE guifg=#e04040 guibg=#ffd8d8
-hi DiffChange gui=NONE guifg=#408040 guibg=#d0f0d0
-hi DiffDelete gui=NONE guifg=#4848ff guibg=#ffd0ff
-hi DiffAdd gui=NONE guifg=#4848ff guibg=#ffd0ff
-
-" Cursor
-hi Cursor gui=NONE guifg=#0000ff guibg=#00e0ff
-hi lCursor gui=NONE guifg=#f8f8f8 guibg=#8000ff
-hi CursorIM gui=NONE guifg=#f8f8f8 guibg=#8000ff
-
-" Fold
-hi Folded gui=NONE guifg=#20605c guibg=#b8e8dc
-hi FoldColumn gui=NONE guifg=#40a098 guibg=#f0f0f0
-
-" Other
-hi Directory gui=NONE guifg=#0070b8 guibg=NONE
-hi LineNr gui=NONE guifg=#acacac guibg=NONE
-hi NonText gui=BOLD guifg=#00a0c0 guibg=#ececec
-hi SpecialKey gui=NONE guifg=#4040ff guibg=NONE
-hi Title gui=NONE guifg=#0050a0 guibg=#c0e8ff
-hi Visual gui=NONE guifg=#484848 guibg=#e0e0e0
-" hi VisualNOS gui=NONE guifg=#484848 guibg=#e0e0e0
-
-" Syntax group
-hi Comment gui=NONE guifg=#ff4080 guibg=NONE
-hi Constant gui=NONE guifg=#8016ff guibg=NONE
-hi Error gui=BOLD guifg=#ffffff guibg=#ff4080
-hi Identifier gui=NONE guifg=#008888 guibg=NONE
-hi Ignore gui=NONE guifg=#f8f8f8 guibg=NONE
-hi PreProc gui=NONE guifg=#e06800 guibg=NONE
-hi Special gui=NONE guifg=#4a9400 guibg=NONE
-hi Statement gui=NONE guifg=#f030d0 guibg=NONE
-hi Todo gui=UNDERLINE guifg=#ff0070 guibg=#ffe0f4
-hi Type gui=NONE guifg=#0070e6 guibg=NONE
-hi Underlined gui=UNDERLINE guifg=fg guibg=NONE