aura-theme
aura-theme copied to clipboard
(feat) Neovim background transparency
It's quite common for neovim themes to give the option to add a configuration line to set the background colour to transparent.
I have not been able to find such an option so far and was wondering if you plan to add this option?
Do you have a theme that does it? I'm looking to update and fix some things into Neovim port, so I might take a look at that too and try to add it
Do you have a theme that does it? I'm looking to update and fix some things into Neovim port, so I might take a look at that too and try to add it
Hey there, sure, from the ones I've tried recently the following have it:
- Catppuccin (flag: transparent_background = true)
- Gruvbox (flag: transparent_mode = true)
- Tokyo Night (flag: transparent = true)