The black background shows errors and is displayed as transparent #7604

Open
opened 2026-01-31 01:08:30 +00:00 by claunia · 0 comments
Owner

Originally created by @Tomato224 on GitHub (Apr 23, 2020).

The black background shows errors and is displayed as transparent

// running versionr
Windows Terminal Version: 0.11.1121.0

![20200418044407](https://user-images.githubusercontent.com/63882336/80139204-a8d23500-85d8-11ea-853d-e1acc08c57d8.png
20200424030617
)

// test code, powerShell
Write-Host "test" -Background "Yellow"
Write-Host "test" -Foreground "Black"
Write-Host "test" -Background "Black" // Error transparency

// test code, linuxBash
echo -e "\e[41mtest"
echo -e "\e[30mtest"
echo -e "\e[40mtest" // Error transparency

Originally created by @Tomato224 on GitHub (Apr 23, 2020). The black background shows errors and is displayed as transparent // running versionr Windows Terminal Version: 0.11.1121.0 ![20200418044407](https://user-images.githubusercontent.com/63882336/80139204-a8d23500-85d8-11ea-853d-e1acc08c57d8.png ![20200424030617](https://user-images.githubusercontent.com/63882336/80139241-b8ea1480-85d8-11ea-84d5-36823970a420.png) ) // test code, powerShell Write-Host "test" -Background "Yellow" Write-Host "test" -Foreground "Black" Write-Host "test" -Background "Black" // Error transparency // test code, linuxBash echo -e "\e[41mtest" echo -e "\e[30mtest" echo -e "\e[40mtest" // Error transparency
claunia added the Issue-QuestionResolution-AnsweredResolution-Duplicate labels 2026-01-31 01:08:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7604