nvim icon indicating copy to clipboard operation
nvim copied to clipboard

Add an option to disable background color

Open AlexLov opened this issue 1 year ago • 6 comments

AlexLov avatar Aug 23 '22 19:08 AlexLov

https://www.reddit.com/r/neovim/comments/3v06lo/making_the_background_transparent/ or if the above doesn't work: https://forum.archlabslinux.com/t/make-vim-background-transparent-so-you-can-see-terminal/5023

imo it's not the plugins job to manage the background color

diniamo avatar Aug 23 '22 19:08 diniamo

But the plugin still manage background color so why not to add the option? It's not quite convenient to override all the highlight groups declared in the plugin just to disable background color, it's just much easier to do it in the plugin's code. And yes it actually does what described in those links, and a little bit more.

AlexLov avatar Aug 23 '22 19:08 AlexLov

I know what it does, I looked at the code.

If it's better managed by the plugin, then why don't most themes do it?

diniamo avatar Aug 23 '22 20:08 diniamo

How many user's would override Everblush background or make it transperant? As far as I know most user's would use the default Everblush background.

Mangeshrex avatar Aug 24 '22 02:08 Mangeshrex

@AlexLov reply me whenever you're free.

Mangeshrex avatar Aug 26 '22 03:08 Mangeshrex

@Mangeshrex at least one user (me) will use it. And I’m fine to have it in my fork if you against this.

AlexLov avatar Aug 26 '22 05:08 AlexLov