Base16 colors for PuTTY
This project provides .reg
files for configuring PuTTY colors according to
the base16 system
, originally created by
Chris Kempson.
This repository is based on @staticland's original work, by adding a template that can be used to rebuild the themes.
- Make sure to have the most recent stable version of PuTTY;
- Make sure that your version is configured to provide 256 colors support;
- Choose your theme from the base16-gallery;
- Locate the corresponding file in
putty
directory and download it; - Edit the file, and change session name in
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\
{{SESSION_NAME}}
]
to the session you would like to apply the theme; - Run the file and accept it make changes in Windows Registry...
- Install base16-builder-go
or a compatible tool.
(Note that in the case of
base16-builder-go
the releases' page contains pre-built binaries that can be simply downloaded and executed). - Execute the
builder
binary from thebase16-putty
directory. In the case ofbase16-builder-go
no argument is required. - Check if updates took place (new/modified files are placed inside the
putty
directory)...
Please have a look on these guides for more information.
- @staticaland for the original material
(I would never find out about the
.reg
files...); - @iamthad and @ticky for mapping
base16
vars into color names used by PuTTY; - @chriskempson for the base16 project and builder
- The community behind
base16-builder-go
and otherbase16
/base16
-inspired tools and schemes.