Last active
June 3, 2017 00:52
-
-
Save yunyu/4ac5c93d2ec03311d4ee46268cfa3c90 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
; Values stored as 00-BB-GG-RR | |
[HKEY_CURRENT_USER\CONSOLE] | |
; BLACK DGRAY | |
"ColorTable00"=dword:00362e27 | |
"ColorTable08"=dword:005e5752 | |
; BLUE LBLUE | |
"ColorTable01"=dword:00a58f7c | |
"ColorTable09"=dword:00a58f7c | |
; GREEN LGREEN | |
"ColorTable02"=dword:0077b492 | |
"ColorTable10"=dword:0077b492 | |
; CYAN LCYAN | |
"ColorTable03"=dword:00cbcd80 | |
"ColorTable11"=dword:00cbcd80 | |
; RED LRED | |
"ColorTable04"=dword:00564ab2 | |
"ColorTable12"=dword:00564ab2 | |
; MAGENTA LMAGENTA | |
"ColorTable05"=dword:009e78a5 | |
"ColorTable13"=dword:009e78a5 | |
; YELLOW LYELLOW | |
"ColorTable06"=dword:005a73c6 | |
"ColorTable14"=dword:005a73c6 | |
; LGRAY WHITE | |
"ColorTable07"=dword:00c3b8b3 | |
"ColorTable15"=dword:00c3b8b3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment