Go to file
2017-07-03 20:16:29 -06:00
src Using themer-colors-default for tests. 2016-12-31 23:12:55 -07:00
.babelrc Ensuring support for LTS node (6.11). 2017-07-03 20:13:22 -06:00
.editorconfig yarn => npm 5 2017-07-03 20:08:01 -06: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 Ensuring support for LTS node (6.11). 2017-07-03 20:13:22 -06:00
package-lock.json Version bump. 2017-07-03 20:16:29 -06:00
package.json Version bump. 2017-07-03 20:16:29 -06:00
README.md yarn => npm 5 2017-07-03 20:08:01 -06:00

themer-iterm Travis

An iTerm theme generator for themer.

Installation & usage

Install this module wherever you have themer installed.

npm install 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.