]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/colors/tolerable.vim
Turn off the blur
[rbdr/dotfiles] / vim / colors / tolerable.vim
CommitLineData
0d23b6e5
BB
1" Vim color file
2" Maintainer: Ian Langworth
3" Last Change: 2004 Dec 24
4" Email: <langworth.com>
5
6" Color settings inspired by BBEdit for Mac OS, plus I liked
7" the low-contrast comments from the 'oceandeep' colorscheme
8
9set background=light
10hi clear
11if exists("syntax_on")
12 syntax reset
13endif
14let g:colors_name="tolerable"
15
16hi Cursor guifg=white guibg=darkgreen
17
18hi Normal gui=none guifg=black guibg=white
19hi NonText gui=none guifg=orange guibg=white
20
21hi Statement gui=none guifg=blue
22hi Special gui=none guifg=red
23hi Constant gui=none guifg=darkred
24hi Comment gui=none guifg=#555555
25hi Preproc gui=none guifg=darkcyan
26hi Type gui=none guifg=darkmagenta
27hi Identifier gui=none guifg=darkgreen
28hi Title gui=none guifg=black
29
30hi StatusLine gui=none guibg=#333333 guifg=white
31hi StatusLineNC gui=none guibg=#333333 guifg=white
32hi VertSplit gui=none guibg=#333333 guifg=white
33
34hi Visual gui=none guibg=green guifg=black
35hi Search gui=none guibg=yellow
36hi Directory gui=none guifg=darkblue
37hi WarningMsg gui=none guifg=red
38hi Error gui=none guifg=white guibg=red
39hi Todo gui=none guifg=black guibg=yellow
40
41hi MoreMsg gui=none
42hi ModeMsg gui=none
43