PuTTY color schemes

Vincent Wong
Feb 26, 2022

If you are usinng PuTTY terminal, there is a nice website which you can use to customise your terminal color scheme. This website has a total of 50 color schemes.

You can check out this link to find out the installation instructions. If you are on Windows platform, the simplest way to install is importing those color scheme files via Registry Editor:

Here is an example color scheme code in .REG format and the corresponding terminal display:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Homebrew]
"Colour0"="0.255.0"
"Colour1"="0.255.0"
"Colour2"="0,0,0"
"Colour3"="0,0,0"
"Colour4"="35,255,24"
"Colour5"="255,0,24"
"Colour6"="0,0,0"
"Colour7"="102,102,102"
"Colour8"="153,0,0"
"Colour9"="229.0.0"
"Colour10"="0,166,0"
"Colour11"="0.217.0"
"Colour12"="153,153,0"
"Colour13"="229,229,0"
"Colour14"="0,0,178"
"Colour15"="0,0,255"
"Colour16"="178,0,178"
"Colour17"="229,0,229"
"Colour18"="0,166,178"
"Colour19"="0,229,229"
"Colour20"="191,191,191"
"Colour21"="229,229,229"

--

--

No responses yet