Created
May 14, 2015 09:35
-
-
Save EdEichman/1e6b08a298bfb6758f65 to your computer and use it in GitHub Desktop.
Ed's PuTTY zenburn theme for windows. Save into a .reg file, set YOUR_SESSION_NAME to the name of your PuTTY session where you want to apply the colors, save and run the .reg file. Zenburn picked up from http://looselytyped.blogspot.com.es/2013/02/zenburn-pleasant-color-scheme-for-putty.html. Addition of LineCodePage for CentOS7, and a larger fo…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\YOUR_SESSION_NAME] | |
"Colour0"="255,255,255" | |
"Colour1"="255,255,255" | |
"Colour2"="51,51,51" | |
"Colour3"="85,85,85" | |
"Colour4"="0,0,0" | |
"Colour5"="0,255,0" | |
"Colour6"="77,77,77" | |
"Colour7"="85,85,85" | |
"Colour8"="187,0,0" | |
"Colour9"="255,85,85" | |
"Colour10"="152,251,152" | |
"Colour11"="85,255,85" | |
"Colour12"="240,230,140" | |
"Colour13"="255,255,85" | |
"Colour14"="150,133,63" | |
"Colour15"="135,206,235" | |
"Colour16"="255,222,173" | |
"Colour17"="255,85,255" | |
"Colour18"="255,160,160" | |
"Colour19"="255,215,0" | |
"Colour20"="245,222,179" | |
"Colour21"="255,255,255" | |
"LineCodePage"="UTF-8" | |
"Font"="Lucida Console" | |
"FontHeight"=dword:0000000c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment