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:
apm link -d
. This will symlink the repo folder to ~/.atom/dev/packages/
.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
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.