Show various marks in the left margin.
[profile.git] / .vim / colors / darkblue256.vim
index 9c07fb3..497f256 100644 (file)
@@ -251,7 +251,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     call <SID>X("Statement", "ffff60", "", "none")
     call <SID>X("PreProc", "ff80ff", "", "none")
     call <SID>X("Type", "60ff60", "", "none")
-    call <SID>X("Ignore", "", "", "reverse")
+    call <SID>X("Ignore", "ffffff", "", "")
 endif
 
 " vim: set fdl=0 fdm=marker: