[FEATURE] Customize directory color
Thebarda opened this issue · 2 comments
Thebarda commented
Is your feature request related to a problem? Please describe.
The commit 44c1cd54c5cac76a209e13fae82076a34f1fe2fe changes the directory color and it becomes too bright in dark mode.
Describe the solution you'd like
I would add an optional property that changes the directory color that takes a value like GruvboxBlueBold
.
epheien commented
workaround
autocmd ColorScheme * hi! link Directory GruvboxBlueBold
ellisonleao commented
hey @Thebarda have you tried any overrides?