From: Iain Patterson Date: Sat, 20 Dec 2008 15:41:59 +0000 (+0000) Subject: Darker statusline for the non-active window. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=030fc36e879a4ce70a43d36d6c43750edfd88341;p=profile.git Darker statusline for the non-active window. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@168 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index 02a3b8f..60ed47f 100644 --- a/.vim/colors/iain.vim +++ b/.vim/colors/iain.vim @@ -265,6 +265,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Ignore", "#ffffff", "", "") " My stuff. + call X("StatusLineNC", "black", "#808080", "none") call X("WildMenu", "blue", "white", "bold") call X("Todo", "black", "green", "bold") call X("MoreMsg", "#00ff00", "", "none")