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
- Host: GitHub
- URL: https://github.com/atom/template-syntax
- Owner: atom
- License: mit
- Archived: true
- Created: 2014-03-01T20:11:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T10:52:02.000Z (about 3 years ago)
- Last Synced: 2024-11-29T12:38:43.141Z (about 1 year ago)
- Language: Less
- Size: 6.84 KB
- Stars: 46
- Watchers: 19
- Forks: 48
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.

### 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.