-
What is the recommended configuration for setting a transparent background in neovim? The theme set by stylix seems to have a solid background despite the opacity settings. Is there a way to achieve this with stylix or do I need to use a plugin like transparent.nvim? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It can be done quite easily by placing the following in your vimrc.
This may be something that should be built in to Stylix, since we have a similar behaviour with Helix where the background becomes transparent if the terminal opacity setting is < 1. Not having it transparent in all cases is useful because a terminal which we don't support may have a different colored background. |
Beta Was this translation helpful? Give feedback.
It can be done quite easily by placing the following in your vimrc.
This may be something that should be built in to Stylix, since we have a similar behaviour with Helix where the background becomes transparent if the terminal opacity setting is < 1.
Not having it transparent in all cases is useful because a terminal which we don't support may have a different colored background.