ChristianChiarulli / nvcode-color-schemes.vim

A bunch of generated colorschemes (treesitter supported)
MIT License
302 stars 67 forks source link

Transparent Background option for Themes #43

Open Eyegee-Eleven opened 3 years ago

Eyegee-Eleven commented 3 years ago

PLEASE have a transparent background option for these themes, currently the only theme that supports this is default. Thanks!

linuxdotexe commented 3 years ago

it's not perfect but might work until someone adds transparency support:

hi Normal guibg=NONE ctermbg=NONE

also, there is a plugin called seiya.vim that automatically sets on transparency. check if that works better :) miyakogi/seiya.vim

Eyegee-Eleven commented 3 years ago

That did the trick for me! At the time I was using these themes as they came imbedded in LunarVim, now that I know this it makes that kind of out of the box experience a bit more customizable.

arionrefat commented 2 years ago

I would love that feature built in