From: Iain Patterson Date: Mon, 15 Dec 2008 16:27:55 +0000 (+0000) Subject: Use a darker shade of blue for listchars characters. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=6a4d7771ef379836593080fd303b647ed5a853cb;p=profile.git Use a darker shade of blue for listchars characters. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@167 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index f3111cf..02a3b8f 100644 --- a/.vim/colors/iain.vim +++ b/.vim/colors/iain.vim @@ -244,7 +244,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 "call X("WildMenu", "#ffff00", "#000000", "") call X("ModeMsg", "#22cce2", "", "") call X("Question", "#00ff00", "", "none") - call X("NonText", "#0030ff", "", "") + "call X("NonText", "#0030ff", "", "") call X("VertSplit", "#000000", "#a9a9a9", "none") call X("Folded", "#808080", "#000040", "") call X("FoldColumn", "#808080", "#000040", "") @@ -286,8 +286,10 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Number", "magenta", "", "bold") call X("Boolean", "darkred", "", "bold") call X("Constant", "darkmagenta", "", "bold") + hi NonText ctermfg=blue cterm=none guifg=blue gui=none call X("SpecialChar", "#ff0000", "", "none") + hi SpecialKey ctermfg=blue cterm=none guifg=blue gui=none call X("Special", "#ff0000", "", "none") call X("Include", "red", "", "none")