I recently used Putty's default color scheme, so I plan to change the color scheme.
The method for modifying the registry is used.
1. Open the Registry: Run -- regedit
2. Find the corresponding Registry file and export it to the Registry address HKEY_CURRENT_USER \ Software \ simontatham \ putty \ sessions \
*You can see that the putty configuration information actually exists in the registry. A setting file stores a registry file and a default configuration default % 20 settings (this file can also be changed to orz ).
3. Edit the Registry *. reg file and re-import it to the Registry.
Change the color section:
"Colour0" = "255,255,255"
"Colour1" = "255,255,255"
"Colour2" = "51,51, 51"
"Colour3" = "85,85, 85"
"Colour4" = "0, 0"
"Colour5" = "0,255, 0"
"Colour6" = "77,77, 77"
"Colour7" = "85,85, 85"
"Colour8" = "187,0, 0"
"Colour9" = "255, 85, 85"
"Colorur10" = "152,251,152"
"Colour11" = "85,255, 85"
"Colorur12" = "240,230,140"
"Colour13" = "255,255, 85"
"Colour14" = "205,133, 63"
"Colorur15" = "135,206,235"
"Colorur16" = "255,222,173"
"Colour17" = "255"
"Colorur18" = "255,160,160"
"Colour19" = "255,215, 0"
"Colour20" = "245,222,179"
"Colour21" = "255,255,255"
4. Restart and you will be able to see the new color ·~~~