Highlight background of line numbers.
[profile.git] / .vim / colors / iain.vim
index fb32b07..bb2d3f0 100644 (file)
@@ -247,7 +247,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     call <SID>X("VertSplit", "#000000", "#a9a9a9", "none")
     call <SID>X("Folded", "#808080", "#000040", "")
     call <SID>X("FoldColumn", "#808080", "#000040", "")
-    call <SID>X("LineNr", "#90f020", "", "")
+    call <SID>X("LineNr", "#90f020", "#303030", "")
     call <SID>X("DiffAdd", "#00008b", "", "")
     call <SID>X("DiffChange", "#8b008b", "", "")
     call <SID>X("DiffDelete", "#0000ff", "#008b8b", "bold")