From: Iain Patterson Date: Fri, 26 Jun 2009 11:50:29 +0000 (+0100) Subject: Use consistent colours. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=7c051dff620d8a84eb0c8faff5155146a5b618df;p=profile.git Use consistent colours. Use the same grey in VertSplit as in StatusLineNC. Use a green Cursor. --- 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", "", "")