Last active
January 10, 2018 22:42
-
-
Save yunyu/f23edad71903fc1e3cee6d77a0167f7c 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:001b150e | |
"ColorTable08"=dword:004d443c | |
; BLUE LBLUE | |
"ColorTable01"=dword:00856b26 | |
"ColorTable09"=dword:00cd9d32 | |
; GREEN LGREEN | |
"ColorTable02"=dword:0083b33f | |
"ColorTable10"=dword:00a9ea52 | |
; CYAN LCYAN | |
"ColorTable03"=dword:00a89689 | |
"ColorTable11"=dword:00dbc4af | |
; RED LRED | |
"ColorTable04"=dword:003d25cb | |
"ColorTable12"=dword:00492bf0 | |
; MAGENTA LMAGENTA | |
"ColorTable05"=dword:002e3acb | |
"ColorTable13"=dword:00335ef0 | |
; YELLOW LYELLOW | |
"ColorTable06"=dword:0043a5fd | |
"ColorTable14"=dword:0080e3fe | |
; LGRAY WHITE | |
"ColorTable07"=dword:00f7ede4 | |
"ColorTable15"=dword:00ffffff |
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 | |
[HKEY_CURRENT_USER\Software\9bis.com\KiTTY\Sessions\Default%20Settings] | |
"Colour0"="255,255,255" | |
"Colour1"="255,255,255" | |
"Colour2"="14,21,27" | |
"Colour3"="14,21,27" | |
"Colour4"="127,127,127" | |
"Colour5"="127,127,127" | |
"Colour6"="60,68,77" | |
"Colour7"="81,92,104" | |
"Colour8"="203,37,61" | |
"Colour9"="240,43,73" | |
"Colour10"="63,179,131" | |
"Colour11"="82,234,169" | |
"Colour12"="253,165,67" | |
"Colour13"="254,227,128" | |
"Colour14"="38,107,133" | |
"Colour15"="50,157,205" | |
"Colour16"="203,58,46" | |
"Colour17"="240,94,51" | |
"Colour18"="137,150,168" | |
"Colour19"="175,196,219" | |
"Colour20"="228,237,247" | |
"Colour21"="255,255,255" |
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
/*********************************/ | |
/* Glacier */ | |
/*********************************/ | |
ForegroundColour= 255, 255, 255 | |
BackgroundColour= 14, 21, 27 | |
CursorColour= 127, 127, 127 | |
BoldBlack= 81, 92, 104 | |
Black= 14, 21, 27 | |
BoldRed= 240, 43, 73 | |
Red= 203, 37, 61 | |
BoldGreen= 82, 234, 169 | |
Green= 63, 179, 131 | |
BoldYellow= 254, 227, 128 | |
Yellow= 253, 165, 67 | |
BoldBlue= 50, 157, 205 | |
Blue= 38, 107, 133 | |
BoldMagenta= 240, 94, 51 | |
Magenta= 203, 58, 46 | |
BoldCyan= 175, 196, 219 | |
Cyan= 137, 150, 168 | |
BoldWhite= 255, 255, 255 | |
White= 255, 255, 255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment