Shade.nvim icon indicating copy to clipboard operation
Shade.nvim copied to clipboard

Plugin changes the highlight groups of terminal

Open physicophilic opened this issue 4 years ago • 2 comments

Great plugin, so hoping it fixes whatever issues come up.

My neovim terminal's colours get all distorted with this plugin. I am using sainnhe/edge but I guess this might happen in general. Can you check?

physicophilic avatar Jun 01 '21 17:06 physicophilic

It is happening to me too. Here is an example of with this plugin:

With Shade.nvim

Without:

Without Shade.nvim

Every single underline is red with it enabled. Very strange…

Iron-E avatar Jul 03 '21 22:07 Iron-E

this is an issue with Neovim not rendering the correct color when an underline is overlayed by a transparent floating window. https://github.com/neovim/neovim/issues/14453

elianiva avatar Jul 11 '21 22:07 elianiva