Change vim directory highlight color
This commit is contained in:
parent
6bec7eb250
commit
53202b42de
@ -65,8 +65,8 @@ if has("gui_running") || &t_Co == 256
|
|||||||
"call <SID>HiGroup("Cursor", s:empty, s:empty, "none")
|
"call <SID>HiGroup("Cursor", s:empty, s:empty, "none")
|
||||||
"call <SID>HiGroup("CursorIM", 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("CursorColumn", s:empty, s:empty, "none")
|
||||||
"call <SID>HiGroup("CursorLine", s:empty, s:empty, "none")
|
"call <SID>HiGroup("CursorLine", s:none, s:dark_grey, "none")
|
||||||
"call <SID>HiGroup("Directory", s:empty, s:empty, "none")
|
call <SID>HiGroup("Directory", s:light_green, s:empty, "none")
|
||||||
call <SID>HiGroup("DiffAdd", s:dark_green, s:grey, "bold")
|
call <SID>HiGroup("DiffAdd", s:dark_green, s:grey, "bold")
|
||||||
call <SID>HiGroup("DiffChange", s:white, s:grey, "bold")
|
call <SID>HiGroup("DiffChange", s:white, s:grey, "bold")
|
||||||
call <SID>HiGroup("DiffDelete", s:red, s:grey, "bold")
|
call <SID>HiGroup("DiffDelete", s:red, s:grey, "bold")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user