xiyaowong / transparent.nvim

Remove all background colors to make nvim transparent
806 stars 23 forks source link

Please add opacity. transparent #33

Closed ApoorvShah closed 1 year ago

ApoorvShah commented 1 year ago

Some variable that controls opacity for neovin would be great!

dedguy21 commented 1 year ago

might want to refer to:

https://stackoverflow.com/questions/63784128/vim-nvim-background-opacity

Then try a window manager or terminal (gpu type like kitty or wezterm) that will has opacity features. I say wezterm because it's crazy configurable through lua, which you are already using with neovim.

xiyaowong commented 1 year ago

I personally think that this is out the scope of this plugin. The best solution would be to create a custom command. Of course, if anyone is willing, feel free to provide pull request or create a new plugin.