Use help buffers in commit and merge scripts.
[profile.git] / .vim / colors / iain.vim
index 2161f3d..45dce40 100644 (file)
@@ -260,6 +260,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     call <SID>X("Folded", "#808080", "#303030", "")
     call <SID>X("FoldColumn", "#808080", "#303030", "")
     call <SID>X("LineNr", "#90f020", "#303030", "")
+    call <SID>X("CursorLineNr", "#303030", "#90f020", "none")
     call <SID>X("DiffAdd", "", "#008bff", "")
     call <SID>X("DiffChange", "", "#8b008b", "")
     call <SID>X("DiffDelete", "#008b8b", "#303030", "")
@@ -296,7 +297,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     hi! link TabLineSel StatusLine
     hi! link TabLine StatusLineNC
 
-    hi! link CursorColumn CursorLine
+    hi clear CursorLine
 
     hi MatchParen ctermbg=blue
 
@@ -337,6 +338,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
     call <SID>X("MarkLine", "", "#303030", "")
     call <SID>X("MarkDot", "red", "#303030", "")
     call <SID>X("MarkSign", "lightblue", "#303030", "")
+    call <SID>X("MarkArrow", "#00ff00", "#303030", "")
     hi! link SignColumn LineNr
 
     " Fix up NERDTree stuff.