Weird transparency of cells with same background color as Ghostty #3573
Unanswered
blt-r
asked this question in
Ideas and Issue Triage
Replies: 1 comment 2 replies
-
Oh, this behaviour would explain my config issue: #3579 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's what I mean:
As you can see, when background opacity is <1, cells with exactly the same background color as the background color of the terminal are also transparent. But not as transparent as the actual background. And cells with even slightly different background color are fully opaque.
This looks bad when I have the same theme in my terminal and editor.
I would expect either of these to happen:
Steps to reproduce: Set
background-opacity = 0.5
. In fish shell, you can set background color to rgb value withset_color -b 282C34
(#282C34 is background color of the default theme).Environment: Fedora 41, GNOME Wayland, Ghostty built from main.
Beta Was this translation helpful? Give feedback.
All reactions