Skip to content

Instantly share code, notes, and snippets.

@ohnx
Created November 6, 2017 02:43
Show Gist options
  • Save ohnx/3f630e2091cf3a4bb48ddd1a0a05a26e to your computer and use it in GitHub Desktop.
Save ohnx/3f630e2091cf3a4bb48ddd1a0a05a26e to your computer and use it in GitHub Desktop.

PuTTY colour scheme copied from cloud9's terminal

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\SimonTatham\PuTTY\Sessions\Default%20Settings]
; Default Foreground
"Colour0"="0,0,0"
; Default Bold Foreground
"Colour1"="0,0,0"
; Default Background
"Colour2"="234,240,247"
; Default Background
"Colour3"="234,240,247"
; Cursor Text
"Colour4"="0,0,0"
; Cursor Color
"Colour5"="51,51,51"
; ANSI Black
"Colour6"="0,0,0"
; ANSI Black Bold
"Colour7"="0,0,0"
; ANSI Red
"Colour8"="204,0,0"
; ANSI Red Bold
"Colour9"="239,41,41"
; ANSI Green
"Colour10"="78,154,6"
; ANSI Green Bold
"Colour11"="87,152,24"
; ANSI Yellow
"Colour12"="196,160,0"
; ANSI Yellow Bold
"Colour13"="195,166,19"
; ANSI Blue
"Colour14"="52,101,164"
; ANSI Blue Bold
"Colour15"="81,131,184"
; ANSI Magenta
"Colour16"="117,80,123"
; ANSI Magenta Bold
"Colour17"="173,127,168"
; ANSI Cyan
"Colour18"="6,152,154"
; ANSI Cyan Bold
"Colour19"="32,199,199"
; ANSI White
"Colour20"="211,215,207"
; ANSI White Bold
"Colour21"="187,187,187"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment