Missing support for bold extended colours in console #229
Labels
Product-Conhost
For issues in the Console codebase
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
[Version 10.0.17692.1004]
In PowerShell:
$esc = [char]0x1b
"${esc}[38;5;208mplain${esc}[0m ${esc}[38;5;208;1mbold${esc}[0m"
"bold" is printed in plain white.
Expected result is bold in orange letters.
(Found this when comparing colours with bash extension hilightning using the https://github.com/trapd00r/LS_COLORS colour scheme)
The text was updated successfully, but these errors were encountered: