Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created November 15, 2016 13:10
Show Gist options
  • Save adfinlay/d7891b3ecedc1734515cd93b18ecdccf to your computer and use it in GitHub Desktop.
Save adfinlay/d7891b3ecedc1734515cd93b18ecdccf to your computer and use it in GitHub Desktop.
Windows 7 default cmd colours
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Console]
"ColorTable00"=dword:00000000
"ColorTable01"=dword:00800000
"ColorTable02"=dword:00008000
"ColorTable03"=dword:00808000
"ColorTable04"=dword:00000080
"ColorTable05"=dword:00800080
"ColorTable06"=dword:00008080
"ColorTable07"=dword:00c0c0c0
"ColorTable08"=dword:00808080
"ColorTable09"=dword:00ff0000
"ColorTable10"=dword:0000ff00
"ColorTable11"=dword:00ffff00
"ColorTable12"=dword:000000ff
"ColorTable13"=dword:00ff00ff
"ColorTable14"=dword:0000ffff
"ColorTable15"=dword:00ffffff
"ScreenColors"=dword:00000007
"PopupColors"=dword:000000f5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment