A simple syntax theme based on colors from CotEditor's "Anura" theme.
To install Anura, search for anura-syntax
on Atom's "Install" screen, or use APM:
$ apm install anura-syntax
To make changes to Anura:
- 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.
Publish a new version with apm
(note that this also pushes the new release tag):
apm publish [<newversion> | major | minor | patch | build]