Background Opacity Setting Affecting Neovim Background #3579
Replies: 3 comments 1 reply
-
I would look to your nvim configs, by default for my neovim window was a solid background color while my ghostty config was set to 80% until I added these lines to my init.lua
|
Beta Was this translation helpful? Give feedback.
-
I now have worked around it by overriding the terminal background with a sliiiightly other background color so that it doesn't match my editor theme.
But would be nice to know if this is a bug or intended behaviour. |
Beta Was this translation helpful? Give feedback.
-
You can easily recreate the behavior using ghostty itself, specifically when ruinning |
Beta Was this translation helpful? Give feedback.
-
I'm using Ghostty on macOS und i like my terminal to have some background opacity.
I am using this config:
I'm using Neovim with the tokyonight theme. I have set transparency to false for tokynight in Neovim.
But it seems like the Ghostty background opacity setting is also affecting the Neovim background. In all the other terminal emulators i have tested (Wezterm, Alacritty) this is not the case. Which i like!
Is there a way to get this behaviour in Ghostty? Solid BG in Neovim but general transparent terminal?
(If i wanted I always could make my Neovim background transparent and have the terminal setting take affect this way)
Beta Was this translation helpful? Give feedback.
All reactions