Ace theme for GitHub light syntax
This repository is distributed with npm. After installing npm, you can install github-ace-light
with this command.
$ npm install --save github-ace-light
Somewhere in your styles import the syntax theme like this.
@import "github-ace-light/github-light.css";
This was generated by the github-syntax-theme-generator. To rebuild, you will need to follow the instructions there.
For any bugs, fill reports with the generator. 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
The changelog is kept in the generator repository.