neanias / everforest-nvim

A Lua port of the Everforest colour scheme
233 stars 15 forks source link

Feat Request: Variable Transparency #20

Closed GianniBYoung closed 6 months ago

GianniBYoung commented 6 months ago

I would like to be able to have a slightly transparent background instead of all or nothing. Is this something that can be reasonably added to the plugin?

neanias commented 6 months ago

Hi there! I've done some research and it seems like it's not currently possible in Neovim, but may be possible through your terminal. Transparency in Neovim is set by having no background colour and then, as I understand it, the transparency of the terminal you use will take over. Colours in Neo/vim don't allow for opacity gradients, alas.

GianniBYoung commented 6 months ago

Gotcha, I was able to make the adjustment in my terminal config, thanks!