Skip to content

Instantly share code, notes, and snippets.

@petrsnd
Created August 19, 2016 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrsnd/c434a528ff7c9ee0bf1afa4d77b5611e to your computer and use it in GitHub Desktop.
Save petrsnd/c434a528ff7c9ee0bf1afa4d77b5611e to your computer and use it in GitHub Desktop.
Dark-Pastels Console Colors
Windows Registry Editor Version 5.00
; Registry file that maps the pastels 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>
;
; Pastels color table from xfce4-terminal settings.
;
; NR cmd.exe PowerShell PASTELS HEX DWORD
; -- ------- ----------- ------------ ------- --------
; 00 Black Black Black #3f3f3f 003f3f3f
; 01 Blue DarkBlue Blue #9ab8d7 00d7b89a
; 02 Green DarkGreen Green #60b48a 008ab460
; 03 Aqua DarkCyan Cyan #8cd0d3 00d3d08c
; 04 Red DarkRed Red #705050 00505070
; 05 Purple DarkMagenta Magenta #dc8cc3 00c38cdc
; 06 Yellow DarkYellow Brown #dfaf8f 008fafdf
; 07 White Gray LightGray #dcdcdc 00dcdcdc
; 08 Gray DarkGray DarkGray #709080 00809070
; 09 LightBlue Blue LightBlue #94bff3 00f3bf94
; 10 LightGreen Green LightGreen #72d5a3 00a3d572
; 11 LightAqua Cyan LightCyan #93e0e3 00e3e093
; 12 LightRed Red LightRed #dca3a3 00a3a3dc
; 13 LightPurple Magenta LightMagenta #ec93d3 00d393ec
; 14 LightYellow Yellow Yellow #f0dfaf 00afdff0
; 15 BrightWhite White White #ffffff 00ffffff
;
[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:003f3f3f
"ColorTable01"=dword:00d7b89a
"ColorTable02"=dword:008ab460
"ColorTable03"=dword:00d3d08c
"ColorTable04"=dword:00505070
"ColorTable05"=dword:00c38cdc
"ColorTable06"=dword:008fafdf
"ColorTable07"=dword:00dcdcdc
"ColorTable08"=dword:00809070
"ColorTable09"=dword:00f3bf94
"ColorTable10"=dword:00a3d572
"ColorTable11"=dword:00e3e093
"ColorTable12"=dword:00a3a3dc
"ColorTable13"=dword:00d393ec
"ColorTable14"=dword:00afdff0
"ColorTable15"=dword:00ffffff
"ScreenColors"=dword:00000001
"PopupColors"=dword:000000f6
[HKEY_CURRENT_USER\Console\%SystemRoot%_System32_WindowsPowerShell_v1.0_powershell.exe]
"ColorTable00"=dword:003f3f3f
"ColorTable01"=dword:00d7b89a
"ColorTable02"=dword:008ab460
"ColorTable03"=dword:00d3d08c
"ColorTable04"=dword:00505070
"ColorTable05"=dword:00c38cdc
"ColorTable06"=dword:008fafdf
"ColorTable07"=dword:00dcdcdc
"ColorTable08"=dword:00809070
"ColorTable09"=dword:00f3bf94
"ColorTable10"=dword:00a3d572
"ColorTable11"=dword:00e3e093
"ColorTable12"=dword:00a3a3dc
"ColorTable13"=dword:00d393ec
"ColorTable14"=dword:00afdff0
"ColorTable15"=dword:00ffffff
"ScreenColors"=dword:00000001
"PopupColors"=dword:000000f6
[HKEY_CURRENT_USER\Console\%SystemRoot%_SysWOW64_WindowsPowerShell_v1.0_powershell.exe]
"ColorTable00"=dword:003f3f3f
"ColorTable01"=dword:00d7b89a
"ColorTable02"=dword:008ab460
"ColorTable03"=dword:00d3d08c
"ColorTable04"=dword:00505070
"ColorTable05"=dword:00c38cdc
"ColorTable06"=dword:008fafdf
"ColorTable07"=dword:00dcdcdc
"ColorTable08"=dword:00809070
"ColorTable09"=dword:00f3bf94
"ColorTable10"=dword:00a3d572
"ColorTable11"=dword:00e3e093
"ColorTable12"=dword:00a3a3dc
"ColorTable13"=dword:00d393ec
"ColorTable14"=dword:00afdff0
"ColorTable15"=dword:00ffffff
"ScreenColors"=dword:00000001
"PopupColors"=dword:000000f6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment