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
This question can be considered a follow-up to this, which was also about making the background of zen mode the same color as the current buffer but without any transparency.
The proposed solution is something like the following:
However, with that (at least in my case) the backdrop still slightly varies from the color I am looking for. Obviously, setting blend = 100 should result in the correct color; however, with that, transparent=false is dismissed and the text in the backdrop is again shown.
Proposed solution (the color difference is very subtle but certainly there):
Actual behavior for blend = 100:
Behavior I would consider intuitive:
Looking around the codebase, I found this line, which seems to be accountable for this behavior. In my (purely user-based) opinion, the described behavior is buggy and shouldn’t be like that. However, as this line or backdrop.blend == 100 is explicitly written here, I suspect this behavior is intended, in which case I would be interested in the reason.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This question can be considered a follow-up to this, which was also about making the background of zen mode the same color as the current buffer but without any transparency.
The proposed solution is something like the following:
However, with that (at least in my case) the backdrop still slightly varies from the color I am looking for. Obviously, setting
blend = 100
should result in the correct color; however, with that,transparent=false
is dismissed and the text in the backdrop is again shown.Proposed solution (the color difference is very subtle but certainly there):

Actual behavior for

blend = 100
:Behavior I would consider intuitive:

Looking around the codebase, I found this line, which seems to be accountable for this behavior. In my (purely user-based) opinion, the described behavior is buggy and shouldn’t be like that. However, as this line
or backdrop.blend == 100
is explicitly written here, I suspect this behavior is intended, in which case I would be interested in the reason.Beta Was this translation helpful? Give feedback.
All reactions