Created
July 22, 2014 19:37
-
-
Save cb1kenobi/27ba13f42447442fb958 to your computer and use it in GitHub Desktop.
This is my custom sane color scheme for the Windows Command Prompt that makes colors easier to see
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\%SystemRoot%_system32_cmd.exe] | |
"QuickEdit"=dword:00000001 | |
"ScreenBufferSize"=dword:270f0082 | |
"WindowSize"=dword:002e0082 | |
"FontSize"=dword:000e0007 | |
"FontFamily"=dword:00000036 | |
"FontWeight"=dword:00000190 | |
"FaceName"="Consolas" | |
"ColorTable00"=dword:00000000 | |
"ColorTable01"=dword:00e83f3f | |
"ColorTable02"=dword:0033c243 | |
"ColorTable03"=dword:00cece36 | |
"ColorTable04"=dword:001715d2 | |
"ColorTable05"=dword:00c71bc0 | |
"ColorTable06"=dword:001ad9d9 | |
"ColorTable07"=dword:00c0c0c0 | |
"ColorTable08"=dword:009b9b9b | |
"ColorTable09"=dword:00ff3f3f | |
"ColorTable10"=dword:0008ff2c | |
"ColorTable11"=dword:00ffff28 | |
"ColorTable12"=dword:002f2fff | |
"ColorTable13"=dword:00ff1dfc | |
"ColorTable14"=dword:000effff | |
"ColorTable15"=dword:00ffffff | |
[HKEY_CURRENT_USER\Console\Command Prompt] | |
"QuickEdit"=dword:00000001 | |
"ScreenBufferSize"=dword:270f0082 | |
"WindowSize"=dword:002e0082 | |
"FontSize"=dword:000e0007 | |
"FontFamily"=dword:00000036 | |
"FontWeight"=dword:00000190 | |
"FaceName"="Consolas" | |
"ColorTable00"=dword:00000000 | |
"ColorTable01"=dword:00e83f3f | |
"ColorTable02"=dword:0033c243 | |
"ColorTable03"=dword:00cece36 | |
"ColorTable04"=dword:001715d2 | |
"ColorTable05"=dword:00c71bc0 | |
"ColorTable06"=dword:001ad9d9 | |
"ColorTable07"=dword:00c0c0c0 | |
"ColorTable08"=dword:009b9b9b | |
"ColorTable09"=dword:00ff3f3f | |
"ColorTable10"=dword:0008ff2c | |
"ColorTable11"=dword:00ffff28 | |
"ColorTable12"=dword:002f2fff | |
"ColorTable13"=dword:00ff1dfc | |
"ColorTable14"=dword:000effff | |
"ColorTable15"=dword:00ffffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment