All Projects → primer → github-syntax-light

primer / github-syntax-light

Licence: MIT license
The CSS syntax theme for GitHub

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

GitHub light syntax theme

NPM version

The CSS syntax theme for GitHub

Install

This repository is distributed with npm. After installing npm, you can install github-syntax-light with this command.

$ npm install --save github-syntax-light

Usage

Somewhere in your styles import the syntax theme like this.

@import "github-syntax-light/lib/github-light.css";

Build

This was generated by the github-syntax-theme-generator. To rebuild, you will need to follow the instructions there.

Contributing

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

Changelog

The changelog is kept in the generator repository.

License

MIT © GitHub

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].