Skip to content

Instantly share code, notes, and snippets.

@richardszalay
Created August 3, 2017 04:43
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save richardszalay/9fdaba666b519f089bd96d4cb1abb522 to your computer and use it in GitHub Desktop.
Save richardszalay/9fdaba666b519f089bd96d4cb1abb522 to your computer and use it in GitHub Desktop.
Applies the default console colors added in Windows 10 16256 (https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors/) to older versions of Windows
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:000c0c0c
"ColorTable01"=dword:00da3700
"ColorTable02"=dword:000ea113
"ColorTable03"=dword:00dd963a
"ColorTable04"=dword:001f0fc5
"ColorTable05"=dword:00981788
"ColorTable06"=dword:00009cc1
"ColorTable07"=dword:00cccccc
"ColorTable08"=dword:00767676
"ColorTable09"=dword:00ff783b
"ColorTable10"=dword:000cc616
"ColorTable11"=dword:00d6d661
"ColorTable12"=dword:005648e7
"ColorTable13"=dword:009e00b4
"ColorTable14"=dword:00a5f1f9
"ColorTable15"=dword:00f2f2f2
@jeffgreenca
Copy link

Thanks!

@ryo-yamaoka
Copy link

thanks!

@spiralofhope
Copy link

My hero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment