Generate themes for HyperTerm with Base16-Builder
- Make a folder in
.hyperterm_plugins/local/
like for examplehyperterm-base16-solarized-dark
, and copy thepackage.json.txt
and one of your favorite themes likebase16-solarized-dark
from theindex
-folder over there. - Rename
base16-solarized-dark.js
toindex.js
- Rename
package.json.txt
and adapt thispackage.json
to the choosen theme names. - Open HyperTerm's preferences by pressing
Cmd+,
or manually at~/.hyperterm.js
. - Find and Update the local-plugins array to one of the themes from the
index
folder.
localPlugins: [
'hyperterm-base16-solarized-dark'
],
- Reload HyperTerm by pressing
Cmd + Shft + R
Made with Base16 Builder, one will need to have Base16 Builder installed from NPM to regenerate the themes, or to create your own from a custom colorscheme. For convenience I use the io.sh
bash script to output all of the themes to the index
folder from the commandline with one small command: io.sh
.
- Original Solarized colorscheme by Ethan Schoonover
- @Ghosh for Solarized Dark for HyperTerm
- Base16
Released under MIT Licence