Missing support for bold extended colours in console #334

Open
opened 2026-01-30 21:49:19 +00:00 by claunia · 0 comments
Owner

Originally created by @9Rune5 on GitHub (Jul 31, 2018).

[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)

Originally created by @9Rune5 on GitHub (Jul 31, 2018). [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)
claunia added the Product-ConhostResolution-Fix-Committed labels 2026-01-30 21:49:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#334