lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
542 stars 20 forks source link

Make scrollbar background transparent #60

Closed franroa closed 8 months ago

franroa commented 10 months ago

Problem I have made my neovim config transparent, except the scrollbar. I dont know how to do it

Possible Solution An option to change opacity, or a highlight group to configure the background

Additional Context:

scroll
adkevin3307 commented 8 months ago

I'm having the same issue. I think this is caused by winblend (https://github.com/neovim/neovim/issues/18576). Currently, you can set winblend to 0 to make scrollbar background transparent.