active-syntax

A simple syntax theme based on colors from Apple's Activity apps.

timgthomas

1,075

2

0.7.0

MIT

GitHub

Active Syntax

Active Syntax

A simple syntax theme based on colors from Apple's Activity apps.

A preview of the theme

Installation

To install Active, search for active-syntax on Atom's "Install" screen, or use APM:

$ apm install active-syntax

Development

To make changes to Active:

  1. Inside the repo directory, run apm link -d. This will symlink the repo folder to ~/.atom/dev/packages/.
  2. Open the directory in dev mode with atom -d .. In this mode, any changes you make will appear immediately.

Publishing to APM

npm version X.X.X
git push && git push --tags
apm publish -t vX.X.X