Atom Template Syntax Theme
This is a template syntax theme. Its goal is to be an example or template for
you to build from. See the less files in the stylesheets directory.
Feel free to fork this and create your own atom themes.

Notes and best practices
- Name your syntax theme with
-syntaxat the end - Define proper colors in your
syntax-variables.lessfile. Other packages can use these variables. All the variables defined in this package'ssyntax-variables.lessfile must be defined — you cannot pick and choose. - Always have a high-quality screenshot in the README
- The
colors.lessfile is not necessary, but it's good practice.