Mercurial > vim
view runtime/colors/peachpuff.vim @ 10285:cd16ef948ad1 v8.0.0039
commit https://github.com/vim/vim/commit/156919f99afd1ac11d19d4270afbc1afb7245640
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 15 20:46:20 2016 +0200
patch 8.0.0039
Problem: When Vim 8 reads an old viminfo and exits, the next time marks are
not read from viminfo. (Ned Batchelder)
Solution: Set a mark when it wasn't set before, even when the timestamp is
zero. (closes #1170)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 15 Oct 2016 21:00:04 +0200 |
parents | 3fc0f57ecb91 |
children | 82244cfc4694 |
line wrap: on
line source
" Vim color file " Maintainer: David Ne\v{c}as (Yeti) <yeti@physics.muni.cz> " Last Change: 2003-04-23 " URL: http://trific.ath.cx/Ftp/vim/colors/peachpuff.vim " This color scheme uses a peachpuff background (what you've expected when it's " called peachpuff?). " " Note: Only GUI colors differ from default, on terminal it's just `light'. " First remove all existing highlighting. set background=light hi clear if exists("syntax_on") syntax reset endif let colors_name = "peachpuff" hi Normal guibg=PeachPuff guifg=Black hi SpecialKey term=bold ctermfg=4 guifg=Blue hi NonText term=bold cterm=bold ctermfg=4 gui=bold guifg=Blue hi Directory term=bold ctermfg=4 guifg=Blue hi ErrorMsg term=standout cterm=bold ctermfg=7 ctermbg=1 gui=bold guifg=White guibg=Red hi IncSearch term=reverse cterm=reverse gui=reverse hi Search term=reverse ctermbg=3 guibg=Gold2 hi MoreMsg term=bold ctermfg=2 gui=bold guifg=SeaGreen hi ModeMsg term=bold cterm=bold gui=bold hi LineNr term=underline ctermfg=3 guifg=Red3 hi Question term=standout ctermfg=2 gui=bold guifg=SeaGreen hi StatusLine term=bold,reverse cterm=bold,reverse gui=bold guifg=White guibg=Black hi StatusLineNC term=reverse cterm=reverse gui=bold guifg=PeachPuff guibg=Gray45 hi VertSplit term=reverse cterm=reverse gui=bold guifg=White guibg=Gray45 hi Title term=bold ctermfg=5 gui=bold guifg=DeepPink3 hi Visual term=reverse cterm=reverse gui=reverse guifg=Grey80 guibg=fg hi VisualNOS term=bold,underline cterm=bold,underline gui=bold,underline hi WarningMsg term=standout ctermfg=1 gui=bold guifg=Red hi WildMenu term=standout ctermfg=0 ctermbg=3 guifg=Black guibg=Yellow hi Folded term=standout ctermfg=4 ctermbg=7 guifg=Black guibg=#e3c1a5 hi FoldColumn term=standout ctermfg=4 ctermbg=7 guifg=DarkBlue guibg=Gray80 hi DiffAdd term=bold ctermbg=4 guibg=White hi DiffChange term=bold ctermbg=5 guibg=#edb5cd hi DiffDelete term=bold cterm=bold ctermfg=4 ctermbg=6 gui=bold guifg=LightBlue guibg=#f6e8d0 hi DiffText term=reverse cterm=bold ctermbg=1 gui=bold guibg=#ff8060 hi Cursor guifg=bg guibg=fg hi lCursor guifg=bg guibg=fg " Colors for syntax highlighting hi Comment term=bold ctermfg=4 guifg=#406090 hi Constant term=underline ctermfg=1 guifg=#c00058 hi Special term=bold ctermfg=5 guifg=SlateBlue hi Identifier term=underline ctermfg=6 guifg=DarkCyan hi Statement term=bold ctermfg=3 gui=bold guifg=Brown hi PreProc term=underline ctermfg=5 guifg=Magenta3 hi Type term=underline ctermfg=2 gui=bold guifg=SeaGreen hi Ignore cterm=bold ctermfg=7 guifg=bg hi Error term=reverse cterm=bold ctermfg=7 ctermbg=1 gui=bold guifg=White guibg=Red hi Todo term=standout ctermfg=0 ctermbg=3 guifg=Blue guibg=Yellow