zenbones-theme / zenbones.nvim

🪨 A collection of contrast-based Vim/Neovim colorschemes
MIT License
657 stars 46 forks source link

feat(main): support nvim-notify #132

Closed pkazmier closed 10 months ago

pkazmier commented 10 months ago

Add support for nvim-notify plugin.

The plugin also provides highlight groups for the border color of the popups in addition to the title and icon colors. However, in the spirit of zenbones using color conservatively, I decided not to set the border color a shade of the diagnost color.

Before changes:

image

After changes:

image
mcchrish commented 10 months ago

Amazing, thanks!