Window Opacity showing solid color instead of transparency. #553
Labels
bug
Something isn't working
fixed-in-nightly
This is (or is assumed to be) fixed in the nightly builds.
Windows
Issue applies to Microsoft Windows
Describe the bug
When setting the configuration "window_background_opacity" to anything other than 1.0, it shifts to a different solid color instead of becoming more transparent.
Environment:
To Reproduce
Change the opacity in the ".\wezterm.lua" configuration settings to any float below 1.0.
Configuration
...
color_scheme = "Hardcore",
window_background_opacity = 0.8,
...
Expected behavior
The expected behavior is the window should decrease the opacity (become more transparent) as the configuration is set lower.
Screenshots
Opacity Set To 1.0
Opacity Set To 0.8
Session Recording
Additional context
The text was updated successfully, but these errors were encountered: