The CSS syntax theme for GitHub
This repository is distributed with npm. After installing npm, you can install github-syntax-light
with this command.
$ npm install --save github-syntax-light
Somewhere in your styles import the syntax theme like this.
@import "github-syntax-light/index.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.
The changelog is kept in the generator repository.