Forked from richardszalay/Win10-16257-Console-Colors.reg
Created
October 26, 2017 09:14
-
-
Save piotrkubisa/4249f33d9821e29910095fe7c8a697a7 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment