Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.17k stars 446 forks source link

Support 24bit colors Windows 10? #228

Open 0xF6 opened 6 years ago

0xF6 commented 6 years ago

https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-bit-color-in-the-windows-console/

With version AnniversaryUpdate introduced support escape sequences After installing ConsoleMode flag ENABLE_VIRTUAL_TERMINAL_PROCESSING enable mode escape sequences

\x1b[38;2;R;G;Bm TEXT \x1b[39m R - Red G - Green B - Blue \x1b[39m - reset color