]>
Commit | Line | Data |
---|---|---|
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 | ||
10 | set background=light | |
11 | hi clear | |
12 | if exists("syntax_on") | |
13 | syntax reset | |
14 | endif | |
15 | let g:colors_name = "PapayaWhip" | |
16 | ||
17 | hi Normal guifg=#3f1f1f guibg=PapayaWhip ctermbg=Gray ctermfg=Black | |
18 | hi NonText guibg=Moccasin guifg=Brown ctermfg=Brown | |
19 | hi LineNr guibg=Moccasin | |
20 | hi DiffDelete guibg=LightRed guifg=Black ctermbg=DarkRed ctermfg=White | |
21 | hi DiffAdd guibg=LightGreen ctermbg=DarkGreen ctermfg=White | |
22 | hi DiffChange guibg=LightCyan3 ctermbg=DarkCyan ctermfg=White | |
23 | hi DiffText gui=NONE guibg=Gray80 ctermbg=DarkCyan ctermfg=Yellow | |
24 | hi Comment guifg=MediumBlue | |
25 | hi Constant guifg=DeepPink | |
26 | hi PreProc guifg=DarkMagenta | |
27 | hi StatusLine guibg=White guifg=#5f3705 cterm=bold ctermbg=Brown ctermfg=White | |
28 | hi StatusLineNC gui=None guibg=Gray | |
29 | hi VertSplit gui=None guibg=Gray | |
30 | hi Identifier guifg=#005f5f | |
31 | hi Statement ctermfg=DarkRed |