mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #4667 from Dennnnny/fix-transparent-foreground-color
Fix transparent foreground color
This commit is contained in:
@@ -299,7 +299,7 @@ export class TextureAtlas implements ITextureAtlas {
|
||||
case Attributes.CM_DEFAULT:
|
||||
default:
|
||||
if (inverse) {
|
||||
result = this._config.colors.foreground;
|
||||
result = color.opaque(this._config.colors.foreground);
|
||||
} else {
|
||||
result = this._config.colors.background;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user