Feat (or bug?) - Change new background-opacity-cells to behave like Alacritty
#8642
-
|
I've been testing out the newly-added Here's a screenshot of the feature, as it appears in Ghostty (left), and Alacritty (right):
Notice how the window in the upper left is less transparent than the others On the top, I have Neovim running in both Ghostty and Alacritty, which is an application that paints the whole screen with a background color. Ghostty is set to use the The problem is how transparency is applied in rendering. The current solution results in the opacity of cells stacking with the normal opacity of the terminal, so the cells with a background color end up being considerably more opaque than those without a background color. Alacritty, on the other hand, uses the transparent_background_colors option to apply the opacity at a later stage in its rendering pipeline. Rather than applying it in a way that causes the terminal's "normal" background opacity to blend with the text layer's opacity, it applies it such that the opacity of the terminal overwrites the opacity of the cells. I suggest that Ghostty change how its Thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
i only took a very quick glance at this but i assume its a duplicate of this |
Beta Was this translation helpful? Give feedback.

i only took a very quick glance at this but i assume its a duplicate of this
#7957