Go to file
2017-07-03 21:55:28 -06:00
src Adding eslint and updating a dev dependency version. 2017-01-05 20:30:20 -07:00
.babelrc Ensuring support for LTS node (6.11). 2017-07-03 21:54:59 -06:00
.editorconfig yarn => npm 5 2017-07-03 21:53:24 -06:00
.eslintrc.json Adding eslint and updating a dev dependency version. 2017-01-05 20:30:20 -07:00
.gitignore Initial commit. 2016-12-26 15:35:32 -07:00
.npmignore Initial commit. 2016-12-26 15:35:32 -07:00
.travis.yml Ensuring support for LTS node (6.11). 2017-07-03 21:54:59 -06:00
package-lock.json Version bump. 2017-07-03 21:55:28 -06:00
package.json Version bump. 2017-07-03 21:55:28 -06:00
README.md yarn => npm 5 2017-07-03 21:53:24 -06:00

themer-sublime-text Travis

A Sublime Text theme generator for themer.

Installation & usage

Install this module wherever you have themer installed:

npm install themer-sublime-text

Then pass themer-sublime-text as a -t (--template) arg to themer:

themer -c my-colors.js -t themer-sublime-text -o gen

themer-sublime-text will generate a themer-sublime-text-dark.tmTheme or a themer-sublime-text-light.tmTheme (or both), depending on the color set you passed to themer.

Finally, copy (or symlink) your new theme file(s) to the User/ packages folder (you can see where this folder is by choosing the "Browse Packages..." menu option in Sublime Text). You'll then be able to choose the theme from the list of available color themes.