cideM / yui

A minimal Vim/Neovim color scheme inspired by Dieter Rams
MIT License
135 stars 6 forks source link

add vim-dirvish highlighting #6

Closed eemed closed 4 years ago

eemed commented 4 years ago

I would like to add highlighting to vim-dirvish directory tree. Before: before

After: dirvish

Directories are blue, and items added to the argslist are orange.

cideM commented 4 years ago

Thanks for the suggestion! The thing is that I'm really trying to limit the use of colors in this colorscheme, and instead use bold, italic and underline a bit more. Maybe making directories bold and keeping the underline for arglist would work?

eemed commented 4 years ago

I did a did a little bit of testing, the bold folders look good but I don't really think the underline is good for arglist. We could link argslist to Comment style, so it will get color if you are using emphasized comments.

eemed commented 4 years ago

Changed the arglist to underline and directories to bold. plain

cideM commented 4 years ago

:+1: looks good, can you rebase and squash the commits into one? Then I can merge it

eemed commented 4 years ago

Should be good to go

eemed commented 4 years ago

Should be good to go.