Go to file
2017-01-23 18:31:42 -07:00
src Using themer-colors-default for tests. 2016-12-31 23:12:55 -07:00
.babelrc Initial commit. 2016-12-17 21:32:24 -07:00
.editorconfig Initial commit. 2016-12-17 21:32:24 -07:00
.eslintrc.json Adding eslint. 2016-12-31 23:11:07 -07:00
.gitignore Initial commit. 2016-12-17 21:32:24 -07:00
.npmignore Initial commit. 2016-12-17 21:32:24 -07:00
.travis.yml Setting up Travis. 2017-01-23 18:29:29 -07:00
package.json Setting up Travis. 2017-01-23 18:29:29 -07:00
README.md Adding build badge to readme. 2017-01-23 18:31:42 -07:00
yarn.lock Using themer-colors-default for tests. 2016-12-31 23:12:55 -07:00

themer-iterm Travis

An iTerm theme generator for themer.

Installation & usage

Install this module wherever you have themer installed.

yarn add themer-iterm

Then pass themer-iterm as a -t (--template) argument to themer:

themer -c my-colors.js -t themer-iterm -o gen/

themer-iterm will generate a themer-iterm-dark.itermcolors or themer-iterm-light.itermcolors (or both), depending on which color set you passed to themer.

To install your theme, press cmd-i to open the iTerm preferences, then choose Colors > Color Presets... > Import... and choose the generated files.