Change vim directory highlight color

This commit is contained in:
Kenneth Benzie 2014-12-07 17:30:21 +00:00
parent 6bec7eb250
commit 53202b42de

View File

@ -65,8 +65,8 @@ if has("gui_running") || &t_Co == 256
"call <SID>HiGroup("Cursor", s:empty, s:empty, "none")
"call <SID>HiGroup("CursorIM", s:empty, s:empty, "none")
"call <SID>HiGroup("CursorColumn", s:empty, s:empty, "none")
"call <SID>HiGroup("CursorLine", s:empty, s:empty, "none")
"call <SID>HiGroup("Directory", s:empty, s:empty, "none")
"call <SID>HiGroup("CursorLine", s:none, s:dark_grey, "none")
call <SID>HiGroup("Directory", s:light_green, s:empty, "none")
call <SID>HiGroup("DiffAdd", s:dark_green, s:grey, "bold")
call <SID>HiGroup("DiffChange", s:white, s:grey, "bold")
call <SID>HiGroup("DiffDelete", s:red, s:grey, "bold")