rose-pine / neovim

Soho vibes for Neovim
MIT License
2.25k stars 144 forks source link

style(ibl): update highlights for indent-blanklines #210

Closed rgruyters closed 8 months ago

rgruyters commented 8 months ago

Use new (shortend) syntax for indent-blankline. (ibl)

rgruyters commented 8 months ago

Do we want to set coloring for IblWhitespace?

mvllow commented 8 months ago

I think we should keep the old highlights around for backwards compatibility. As far as IblWhitespace, what is it set to by default? We may need to also set IblWhitespace under our transparency highlights to remove the background as well.

rgruyters commented 8 months ago

I have updated the PR and revert the old highlights, added the IblWhitespace and added ibl highlights to the transparency section.

mvllow commented 8 months ago

Thank you for the updated highlights :)