Darker statusline for the non-active window.
[profile.git] / .vim / colors / iain.vim
index 02a3b8f..60ed47f 100644 (file)
@@ -265,6 +265,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     call <SID>X("Ignore", "#ffffff", "", "")
 
     " My stuff.
+    call <SID>X("StatusLineNC", "black", "#808080", "none")
     call <SID>X("WildMenu", "blue", "white", "bold")
     call <SID>X("Todo", "black", "green", "bold")
     call <SID>X("MoreMsg", "#00ff00", "", "none")