A simple syntax theme based on colors from Apple's Activity apps.
To install Active, search for active-syntax
on Atom's "Install" screen, or use APM:
$ apm install active-syntax
To make changes to Active:
- Inside the repo directory, run
apm link -d
. This will symlink the repo folder to~/.atom/dev/packages/
. - Open the directory in dev mode with
atom -d .
. In this mode, any changes you make will appear immediately.
npm version X.X.X
git push && git push --tags
apm publish -t vX.X.X