Transparent background for text set to a black background in PowerShell #9342
Labels
Needs-Tag-Fix
Doesn't match tag requirements
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Environment
Steps to reproduce
Write-Error -Message "anything"
(or otherwise receive an error/warning/any message with a black background)Expected behavior
Critical error messages and warning messages are outlined with a black background to be more readable and noticeable compared with regular output (as is default with PowerShell).
Actual behavior
Any text highlighted with a black background is made transparent/changed to the color of the terminal background.
Notice 40m is black on the old console host but not in Windows Terminal.
The text was updated successfully, but these errors were encountered: