You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is expected behaviour. If you enable transparency, neovim is no longer responsible for rendering the background. This is handled by the terminal emulator.
I'd planned for this when I added the toggle option by triggering the CyberdreamToggleMode event. This allows users to execute custom code to update their terminal emulator settings if that's something that they support.
My long-term plan is to add some more recipes to the readme with some simple lua examples on how to achieve this with popular terminal emulators.
No worries @AlejandroSuero! I'll keep this open for now as a reminder to document this at some point.
The light theme can look quite nice with the transparent theme, so long and the terminal colors are also updated to something suitable. That's why I've added both dark and light variants of each extra to ensure this can be achieved with minimal effort.
Description
When using
:CyberdreamToggleMode
ortheme.variant = "light"
the text color makes it unreadable.I will propose to use the dark variant of colours for at least the text if
transparent
is true.Neovim version?
v0.10.0
What should happen?
I can read the text without problem.
What happened instead?
The text color makes it hard to read
Your configuration
The text was updated successfully, but these errors were encountered: