From 7d0b1a8c77df10f6dcfa84159da291fdbc0a88b1 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Fri, 7 Mar 2014 04:13:26 -0700 Subject: [PATCH] Darker blue for directory group For greater contrast in Nerdtree. --- colors/pencil.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/pencil.vim b/colors/pencil.vim index 7006a6a..f6af9ab 100644 --- a/colors/pencil.vim +++ b/colors/pencil.vim @@ -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})