Darker blue for directory group

For greater contrast in Nerdtree.
This commit is contained in:
Reed Esau
2014-03-07 04:13:26 -07:00
parent 787e636bdc
commit 7d0b1a8c77

View File

@@ -183,7 +183,7 @@ call s:h("Todo", {"fg": s:actual_white, "bg": s:pink, "gui": "bold", "c
call s:h("SpecialKey", {"fg": s:light_green})
call s:h("NonText", {"fg": s:medium_gray})
call s:h("Directory", {"fg": s:blue})
call s:h("Directory", {"fg": s:dark_blue})
call s:h("ErrorMsg", {"fg": s:pink})
call s:h("IncSearch", {"bg": s:yellow, "fg": s:light_black})
call s:h("Search", {"bg": s:bg_subtle})