https://github.com/primer/github-ace-light
Ace theme for GitHub light syntax
https://github.com/primer/github-ace-light
Last synced: 5 months ago
JSON representation
Ace theme for GitHub light syntax
- Host: GitHub
- URL: https://github.com/primer/github-ace-light
- Owner: primer
- License: mit
- Created: 2016-06-20T12:32:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T18:23:19.000Z (about 9 years ago)
- Last Synced: 2025-08-06T21:42:36.649Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub light syntax Ace theme
[](https://www.npmjs.org/package/github-ace-light)
> Ace theme for GitHub light syntax
## Install
This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install `github-ace-light` with this command.
```
$ npm install --save github-ace-light
```
## Usage
Somewhere in your styles import the syntax theme like this.
```css
@import "github-ace-light/github-light.css";
```
## Build
This was generated by the [github-syntax-theme-generator](https://github.com/primer/github-syntax-theme-generator). To rebuild, you will need to follow the instructions there.
## Contributing
For any bugs, fill reports with the [generator](https://github.com/primer/github-syntax-theme-generator/issues). For shipping a new version, run the npm script `npm run ship`. This will
- Update the lib files
- Update the version to match the github-syntax-theme-generator version
- Push to GitHub
- Publish to npm
## Changelog
The [changelog](https://github.com/primer/github-syntax-theme-generator/blob/master/CHANGELOG.md) is kept in the generator repository.
## License
[MIT](./LICENSE) © [GitHub](https://github.com/)
[docs]: http://primercss.io/
[npm]: https://www.npmjs.com/
[install-npm]: https://docs.npmjs.com/getting-started/installing-node
[sass]: http://sass-lang.com/