justinmk / vim-dirvish

Directory viewer for Vim :zap:
Other
1.19k stars 64 forks source link

Default color of files unreadable in dark mode #208

Closed TamaMcGlinn closed 3 years ago

TamaMcGlinn commented 3 years ago

It seems the default colours for me are a lightgray on a darkgrey background for regular files, using background=dark. is there any way to configure dirvish's colours?

justinmk commented 3 years ago

sounds like whatever colorscheme you are using is flawed.

dirvish only links to vim's highlight groups, e.g. :help hl-Directory. dirvish does not decide colors at all. that is up to your colorscheme or personal config.

try this:

:highlight Directory ctermfg=red guifg=red