mirror of
https://github.com/preservim/vim-colors-pencil.git
synced 2025-11-15 06:43:50 -05:00
Darker blue for directory group
For greater contrast in Nerdtree.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user