Darker statusline for the non-active window.
[profile.git] / .vim / colors / iain.vim
index f3111cf..60ed47f 100644 (file)
@@ -244,7 +244,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     "call <SID>X("WildMenu", "#ffff00", "#000000", "")
     call <SID>X("ModeMsg", "#22cce2", "", "")
     call <SID>X("Question", "#00ff00", "", "none")
-    call <SID>X("NonText", "#0030ff", "", "")
+    "call <SID>X("NonText", "#0030ff", "", "")
     call <SID>X("VertSplit", "#000000", "#a9a9a9", "none")
     call <SID>X("Folded", "#808080", "#000040", "")
     call <SID>X("FoldColumn", "#808080", "#000040", "")
@@ -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")
@@ -286,8 +287,10 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     call <SID>X("Number", "magenta", "", "bold")
     call <SID>X("Boolean", "darkred", "", "bold")
     call <SID>X("Constant", "darkmagenta", "", "bold")
+    hi NonText ctermfg=blue cterm=none guifg=blue gui=none
 
     call <SID>X("SpecialChar", "#ff0000", "", "none")
+    hi SpecialKey ctermfg=blue cterm=none guifg=blue gui=none
     call <SID>X("Special", "#ff0000", "", "none")
 
     call <SID>X("Include", "red", "", "none")