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})