Go to file
2017-03-03 19:36:03 -07:00
src Update template and fix selector deprecation warnings. 2017-02-21 19:19:22 -07:00
.babelrc Initial commit. 2017-02-14 21:51:02 -07:00
.editorconfig Initial commit. 2017-02-14 21:51:02 -07: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 Adding Travis config. 2017-02-21 19:40:37 -07:00
package.json Updating build script and preparing for release. 2017-03-03 19:36:03 -07:00
README.md Some tweaks to readme before initial publish. 2017-02-21 19:44:12 -07:00
yarn.lock Finishing up tests and some polish. 2017-02-20 12:07:40 -07: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.):

yarn add 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.