Created
August 21, 2014 07:06
-
-
Save guilu/922f7774d9b06c0d151c to your computer and use it in GitHub Desktop.
windows terminal Solarized Dark
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 | |
; Registry file that maps the solarized palette to the 16 avaliable colors | |
; in a Windows command prompt. Note, hex values in the table are RGB but byte | |
; ordering of a DWORD is BGR, e.g. "ColorTable<##>"=dword:00<B><G><R> | |
; | |
; Solarized color table from http://ethanschoonover.com/solarized. | |
; | |
; NR cmd.exe PowerShell SOLARIZED HEX DWORD | |
; -- ------- ----------- --------- ------- -------- | |
; 00 Black Black base03 #002b36 00362b00 | |
; 01 Blue DarkBlue base0 #839496 00969483 | |
; 02 Green DarkGreen base01 #586e75 00756e58 | |
; 03 Aqua DarkCyan base1 #93a1a1 00a1a193 | |
; 04 Red DarkRed orange #cb4b16 00164bcb | |
; 05 Purple DarkMagenta violet #6c71c4 00c4716c | |
; 06 Yellow DarkYellow base00 #657b83 00837b65 | |
; 07 White Gray base2 #eee8d5 00d5e8ee | |
; 08 Gray DarkGray base02 #073642 00423607 | |
; 09 LightBlue Blue blue #268bd2 00d28b26 | |
; 10 LightGreen Green green #859900 00009985 | |
; 11 LightAqua Cyan cyan #2aa198 0098a12a | |
; 12 LightRed Red red #dc322f 002f32dc | |
; 13 LightPurple Magenta magenta #d33682 008236d3 | |
; 14 LightYellow Yellow yellow #b58900 000089b5 | |
; 15 BrightWhite White base3 #fdf6e3 00e3f6fd | |
; | |
[HKEY_CURRENT_USER\Console] | |
"ColorTable00"=dword:00362b00 | |
"ColorTable01"=dword:00969483 | |
"ColorTable02"=dword:00756e58 | |
"ColorTable03"=dword:00a1a193 | |
"ColorTable04"=dword:00164bcb | |
"ColorTable05"=dword:00c4716c | |
"ColorTable06"=dword:00837b65 | |
"ColorTable07"=dword:00d5e8ee | |
"ColorTable08"=dword:00423607 | |
"ColorTable09"=dword:00d28b26 | |
"ColorTable10"=dword:00009985 | |
"ColorTable11"=dword:0098a12a | |
"ColorTable12"=dword:002f32dc | |
"ColorTable13"=dword:008236d3 | |
"ColorTable14"=dword:000089b5 | |
"ColorTable15"=dword:00e3f6fd | |
"ScreenColors"=dword:00000001 | |
"PopupColors"=dword:000000f6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment