Skip to content

atelierbram/base16-hyperterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base16 HyperTerm

Generate themes for HyperTerm with Base16-Builder

screenshot of Base16-Solarized-Dark in HyperTerm
Base16-Solarized-Dark

screenshot of Base16-Solarized-Light in HyperTerm
Base16-Solarized-Light

screenshot of AtelierSulphurpool-Dark in HyperTerm
AtelierSulphurpool-Dark

screenshot of AtelierSulphurpool-Light in HyperTerm
AtelierSulphurpool-Light

Installation

  1. Make a folder in .hyperterm_plugins/local/ like for example hyperterm-base16-solarized-dark, and copy the package.json.txt and one of your favorite themes like base16-solarized-dark from the index-folder over there.
  2. Rename base16-solarized-dark.js to index.js
  3. Rename package.json.txt and adapt this package.json to the choosen theme names.
  4. Open HyperTerm's preferences by pressing Cmd+, or manually at ~/.hyperterm.js.
  5. Find and Update the local-plugins array to one of the themes from the index folder.
  localPlugins: [
    'hyperterm-base16-solarized-dark'
  ],
  1. Reload HyperTerm by pressing Cmd + Shft + R

Base16 Builder

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.

Credits

Released under MIT Licence

About

Generate themes for HyperTerm with Base16-Builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published