From 7c051dff620d8a84eb0c8faff5155146a5b618df Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 26 Jun 2009 12:50:29 +0100 Subject: [PATCH] Use consistent colours. Use the same grey in VertSplit as in StatusLineNC. Use a green Cursor. --- .vim/colors/iain.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index 28ad935..d1031b5 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("ModeMsg", "#22cce2", "", "") call X("Question", "#00ff00", "", "none") "call X("NonText", "#0030ff", "", "") - call X("VertSplit", "#000000", "#a9a9a9", "none") + call X("VertSplit", "#000000", "#808080", "none") call X("Folded", "#808080", "#000040", "") call X("FoldColumn", "#808080", "#000040", "") call X("LineNr", "#90f020", "#303030", "") @@ -252,7 +252,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("DiffChange", "#8b008b", "", "") call X("DiffDelete", "#0000ff", "#008b8b", "bold") call X("DiffText", "", "#ff0000", "bold") - call X("Cursor", "#000000", "#ffff00", "") + call X("Cursor", "#000000", "#00ff00", "") call X("lCursor", "#000000", "#ffffff", "") "call X("Comment", "#80a0ff", "", "") "call X("Constant", "#ffa0a0", "", "") -- 2.20.1