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
Originally posted by thomasschafer February 21, 2025
Currently when background-opacity is enabled, only cells with no background have the opacity applied. Alacritty has an option transparent_background_colors, which applies the opacity to all cells. For instance, I have the following in my Tmux config which sets the background of the non-focused windows to be slightly lighter than the focused window:
Discussed in #5911
Originally posted by thomasschafer February 21, 2025
Currently when
background-opacity
is enabled, only cells with no background have the opacity applied. Alacritty has an option transparent_background_colors, which applies the opacity to all cells. For instance, I have the following in my Tmux config which sets the background of the non-focused windows to be slightly lighter than the focused window:In Alacritty with
transparent_background_colors
enabled, this means that those backgrounds still have the opacity set in my config:In Ghostty, however, there doesn't appear to be such a config option, so the windows have no such opacity:
It would be amazing if there was a similar config option in Ghostty.
Implementation Note
Add a new configuration key
background-opacity-cells
(boolean) that defaults to false. It behaves identically to the Alacritty config linked above.The text was updated successfully, but these errors were encountered: