From 6a4d7771ef379836593080fd303b647ed5a853cb Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 15 Dec 2008 16:27:55 +0000 Subject: [PATCH] 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 --- .vim/colors/iain.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") -- 2.7.4