Background Opacity behavior #8204
jackplus-xyz
started this conversation in
General
Replies: 1 comment
-
Background blending isnt performed by the application, the application doesn't know whats behind it, that blending happens in the compositor. It's likely based on some attribute of the surface being blended, but I have never been interested enough to deep dive into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When using a light background and setting
background_opacity
to a value less than 1.0, unlike other terminal emulators, it seems like the “Linear Dodge” blend modes. I've tried tinkering withbackground_tint
andtransparent_background_colors
but they don't seem to make a difference.Is this the intended behavior or design decision based on performance?
Screenshots
Beta Was this translation helpful? Give feedback.
All reactions