Fix transparent foreground color#4667
Conversation
|
Have not looked at the PR code, just FYI: So until we resolve the issue, what transparency in FG can be used for and find a real good use case, I like @Tyriar 's idea to completely strip any transparency from FG (e.g. introduced by FG/BG colors swaps), maybe with an additional lumi correction to stay on sane ground. |
Tyriar
left a comment
There was a problem hiding this comment.
Thanks for investigating this 👍
|
thanks for all the help and suggestions. |
fix: #4408
Description:
I found this transparent foreground color will affect some text when the foreground is background
And inside the
TextureAtlas, there are already exist some check for background transparentSo I put another check foreground transparent
Hope this make scenes
Any feedbacks is welcome, thanks
Screenshot:
For local test, I change the xtermjsTheme foreground color with transparent
And the when no doing anything, it looks like:

After change:
