Skip to content

Instantly share code, notes, and snippets.

@DeeNewcum
Last active December 15, 2015 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeeNewcum/5327037 to your computer and use it in GitHub Desktop.
Save DeeNewcum/5327037 to your computer and use it in GitHub Desktop.
A fix for Putty's terrible default colorscheme. By default, dark blue is completely unreadable, and dark red is nearly so. Save as a .reg file and double-click on it.
REGEDIT4
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings]
"UseSystemColours"=dword:00000000
"TryPalette"=dword:00000000
"ANSIColour"=dword:00000001
"Xterm256Colour"=dword:00000001
"BoldAsColour"=dword:00000001
"Colour0"="187,187,187"
"Colour1"="255,255,255"
"Colour2"="0,0,0"
"Colour3"="85,85,85"
"Colour4"="0,0,0"
"Colour5"="0,255,0"
"Colour6"="0,0,0"
"Colour7"="85,85,85"
"Colour8"="187,0,0"
"Colour9"="255,85,85"
"Colour10"="152,251,152"
"Colour11"="85,255,85"
"Colour12"="187,187,0"
"Colour13"="255,255,85"
"Colour14"="3,92,190"
"Colour15"="85,85,255"
"Colour16"="187,0,187"
"Colour17"="255,85,255"
"Colour18"="255,160,160"
"Colour19"="85,255,255"
"Colour20"="187,187,187"
"Colour21"="255,255,255"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment