Skip to content

A simple syntax theme based on colors from CotEditor's "Anura" theme.

License

Notifications You must be signed in to change notification settings

timgthomas/anura-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anura Syntax

A simple syntax theme based on colors from CotEditor's "Anura" theme.

Installation

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

$ apm install anura-syntax

Development

To make changes to Anura:

  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

Publish a new version with apm (note that this also pushes the new release tag):

apm publish [<newversion> | major | minor | patch | build]