An open API service indexing awesome lists of open source software.

https://github.com/atom/template-syntax

A template atom syntax theme to build from
https://github.com/atom/template-syntax

Last synced: 5 months ago
JSON representation

A template atom syntax theme to build from

Awesome Lists containing this project

README

          

##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/)
# 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.

![A screenshot!](https://f.cloud.github.com/assets/69169/2302417/fec4d2e4-a17b-11e3-927e-b4e375d3e26c.png)

### Notes and best practices

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