Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Last active January 8, 2019 03:14
Show Gist options
  • Select an option

  • Save sailfish009/177e99692470914f472efb8214ed97ba to your computer and use it in GitHub Desktop.

Select an option

Save sailfish009/177e99692470914f472efb8214ed97ba to your computer and use it in GitHub Desktop.
save as "putty-xterm-256color.reg" for PuTTY, currently this moonfly theme reg is not good for putty. see: https://github.com/AlexAkulov/putty-color-themes
REGEDIT4
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY]
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions]
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings]
"Colour0"="55,60,64"
"Colour1"="255,84,84"
"Colour2"="140,200,95"
"Colour3"="227,199,138"
"Colour4"="128,160,255"
"Colour5"="206,118,232"
"Colour6"="126,224,206"
"Colour7"="222,147,95"
"Colour8"="240,148,121"
"Colour9"="247,71,130"
"Colour10"="66,207,137"
"Colour11"="207,207,176"
"Colour12"="120,194,255"
"Colour13"="174,129,255"
"Colour14"="133,220,133"
"Colour15"="226,99,127"
"Colour16"="211,54,130"
"Colour17"="108,113,196"
"Colour18"="42,161,152"
"Colour19"="147,161,161"
"Colour20"="238,232,213"
"Colour21"="253,246,227"
"Present"=dword:00000001
"Protocol"="ssh"
"CloseOnExit"=dword:00000001
"WarnOnClose"=dword:00000001
"PingInterval"=dword:00000000
"PingIntervalSecs"=dword:0000003b
"TerminalType"="xterm-256color"
"SshProt"=dword:00000003
"HideMousePtr"=dword:00000001
"Beep"=dword:00000001
"ScrollbackLines"=dword:000007d0
"TermWidth"=dword:00000050
"TermHeight"=dword:00000028
"Font"="Lucida Console"
"FontHeight"=dword:0000000c
"FontQuality"=dword:00000003
"UseSystemColours"=dword:00000000
"TryPalette"=dword:00000000
"ANSIColour"=dword:00000001
"Xterm256Colour"=dword:00000001
"BoldAsColour"=dword:00000000
"MouseIsXterm"=dword:00000002
"RectSelect"=dword:00000000
"MouseOverride"=dword:00000001
"LineCodePage"="UTF-8"
"UTF8Override"=dword:00000001
"ScrollBar"=dword:00000001
"ScrollOnKey"=dword:00000001
"ScrollOnDisp"=dword:00000000
"X11Forward"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment