- May
- 13,828
- 211
My CONHOST.EXE is nothing special ... just up-to-date.
There's an escape sequence that will change a color palette entry on the fly, and update the console. The syntax is
where i is the color index and r,g, and b are hex (0-FF) values for the new color.
Before:
After:
Code:
TCC 28.00.12 x64
Microsoft Windows 10 Pro for Workstations
10.0.19043.1165 (2009, 21H1)
There's an escape sequence that will change a color palette entry on the fly, and update the console. The syntax is
Code:
ESC]4;i;rgb:r/g/bESC
where i is the color index and r,g, and b are hex (0-FF) values for the new color.
Before:
After: