]> git.r.bdr.sh - rbdr/dotfiles/blame - vim/colors/papayawhip.vim
Update vim
[rbdr/dotfiles] / vim / colors / papayawhip.vim
CommitLineData
0d23b6e5
BB
1" Vim color file
2" Maintainer: Gerald S. Williams
3" Last Change: 2003 Apr 17
4
5" A nice light background (you guessed it, PapayaWhip) that's relatively easy
6" on the eyes yet very usable. Not nearly as "puffy" as peachpuff.
7"
8" Only values that differ from defaults are specified.
9
10set background=light
11hi clear
12if exists("syntax_on")
13 syntax reset
14endif
15let g:colors_name = "PapayaWhip"
16
17hi Normal guifg=#3f1f1f guibg=PapayaWhip ctermbg=Gray ctermfg=Black
18hi NonText guibg=Moccasin guifg=Brown ctermfg=Brown
19hi LineNr guibg=Moccasin
20hi DiffDelete guibg=LightRed guifg=Black ctermbg=DarkRed ctermfg=White
21hi DiffAdd guibg=LightGreen ctermbg=DarkGreen ctermfg=White
22hi DiffChange guibg=LightCyan3 ctermbg=DarkCyan ctermfg=White
23hi DiffText gui=NONE guibg=Gray80 ctermbg=DarkCyan ctermfg=Yellow
24hi Comment guifg=MediumBlue
25hi Constant guifg=DeepPink
26hi PreProc guifg=DarkMagenta
27hi StatusLine guibg=White guifg=#5f3705 cterm=bold ctermbg=Brown ctermfg=White
28hi StatusLineNC gui=None guibg=Gray
29hi VertSplit gui=None guibg=Gray
30hi Identifier guifg=#005f5f
31hi Statement ctermfg=DarkRed