sunjon / Shade.nvim

An Nvim lua plugin that dims your inactive windows
MIT License
477 stars 25 forks source link

Shade breaks colorscheme #27

Open robinknaapen opened 2 years ago

robinknaapen commented 2 years ago

I don't know why this is happening, but when using shade, my colorscheme seems to also be affected.

Terminal: Alacritty NVIM version: NVIM v0.6.1

With Shade enabled

image

Without Shade

image

sunjon commented 2 years ago

I'll need more info. Is this happening on a single (unshaded) window?

robinknaapen commented 2 years ago

Yes, this happens to any buffer (shaded/unshaded)

image

Jarmos-san commented 2 years ago

@sunjon here are two more screenshots of how the plugin breaks the colorscheme.

With shade.nvim enabled:

image

With shade.nvim disabled:

image

Also isn't it related to #7?

P.S: If it matters at all, I'm using the Kitty terminal.

Integralist commented 2 years ago

Can confirm colour scheme breaks when using shade.

Seems like background gets erased for me.

NOTE: I'm also using the same terminal (Alacritty) and Neovim version (0.6.1) as the OP (original poster).

JezerM commented 1 year ago

This also happens to me with Gruvbox.nvim colorscheme, but worse. Text color is the same as background color, so everything is invisible:

Captura de Pantalla 2022-10-14 a la(s) 02 50 47

However, when changing to another colorscheme like Everforest, and force redrawing when opening a split buffer, it does work:

Captura de Pantalla 2022-10-14 a la(s) 02 51 23
rasmuspeders1 commented 1 year ago

I got the same issue with gruvbox. If reloading the same gruvbox colorscheme after with "color gruvbox" it works.