pgdouyon / vim-yin-yang

Low contrast black/white color scheme for Vim
MIT License
90 stars 11 forks source link

highlight FloatBorder #3

Closed mcchrish closed 3 years ago

mcchrish commented 3 years ago

To make the floating window border more visible.

pgdouyon commented 3 years ago

Hi, thanks for opening this PR. I'm not familiar with the FloatBorder highlight group, could you provide a bit more context for this change? Is this a feature unique to Neovim?

mcchrish commented 3 years ago

Yes it's a neovim feature only. It's used to highlight the border of a floating window. By default it's linked to VertSplit which looks like this:

Screen Shot 2021-07-27 at 7 10 18 AM

And after the change:

Screen Shot 2021-07-27 at 7 10 33 AM

Makes it blend well to the background and highlights the border characters nicely.

pgdouyon commented 3 years ago

Looks great and thank you for the PR+screenshots!