3
1
I have putty set up to use the monokai colour scheme via a .reg file found here
This works when creating new SSH sessions using the GUI. However, sometimes I like to start PuTTY from the command line instead:
C:\putty.exe -ssh user@ip -pw password
When I try to connect using that method the colour scheme no longer loads and defaults to the base PuTTY colour scheme, which I find fairly unusable
Whats the correct way to set the PuTTY colour scheme to monokai, so that it will load correctly regardless of which method is used?
Thanks. Is there a mapping anywhere of the colours found in the reg file to which variables they map onto in putty colour settings? – Simon – 2016-08-03T07:44:40.377
Hardly. But you can just import the
.reg
, start PuTTY, load the "monokai" session and save it as "Default Settings". – Martin Prikryl – 2016-08-03T07:50:45.897