1.0.1 • Published 6 years ago

themer-termite v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

themer-termite

Build Status

A Termite theme template for themer.

Installation and usage

npm install themer-termite

Then pass themer-termite as a template to themer when generating:

themer -c my-colors.js -t themer-termite -o gen

Output

themer-termite will generate a file for each enabled colorscheme (light or dark), which will be in the output directory as light.config or dark.config.

Pick the one you want to use and copy it's contents into your $HOME/.config/termite/config file, removing any pre-existing [colors] sections.

License

MIT, see LICENSE.