Go to file
2017-07-01 23:27:41 -06:00
src Update template and fix selector deprecation warnings. 2017-02-21 19:19:22 -07:00
.babelrc Ensuring support for LTS node (6.11). 2017-07-01 23:15:41 -06:00
.editorconfig yarn => npm 5 2017-07-01 23:06:26 -06:00
.eslintrc.json Initial commit. 2017-02-14 21:51:02 -07:00
.gitignore Initial commit. 2017-02-14 21:51:02 -07:00
.npmignore Initial commit. 2017-02-14 21:51:02 -07:00
.travis.yml Ensuring support for LTS node (6.11). 2017-07-01 23:15:41 -06:00
package-lock.json Version bump in package-lock.json. 2017-07-01 23:27:41 -06:00
package.json Version bump. 2017-07-01 23:16:02 -06:00
README.md yarn => npm 5 2017-07-01 23:06:26 -06:00

themer-atom-syntax Travis

An Atom syntax theme generator for themer.

Installation & usage

Install this module wherever you have themer installed (note that this package requires themer@2.1.0 or newer.):

npm install themer-atom-syntax

Then pass themer-atom-syntax as a -t (--template) arg to themer:

themer -c my-colors.js -t themer-atom-syntax -o gen

themer-atom-syntax will generate a themer-dark-syntax/ or themer-light-syntax/ directory (or both), depending on the color set you passed to themer, which will contain the files for a syntax theme Atom package.

To install the packages to Atom, use the apm link command:

cd <themer output directory>/themer-atom-syntax/
apm link themer-dark-syntax/
apm link themer-light-syntax/

Finally, open/reload Atom and select "Themer Dark" or "Themer Light" in the list of available syntax themes.