ellisonleao/gruvbox.nvim

[FEATURE] Customize directory color

Thebarda opened this issue · 2 comments

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.

workaround

autocmd ColorScheme * hi! link Directory GruvboxBlueBold

hey @Thebarda have you tried any overrides?