@jongwooo/prism-theme-github
Version:
Prism syntax highlighter themes based on GitHub's style.
34 lines (22 loc) • 1.27 kB
Markdown
# prism-theme-github
[](https://www.npmjs.com/package/@jongwooo/prism-theme-github)
[](https://bundlephobia.com/package/@jongwooo/prism-theme-github)
[](https://www.codefactor.io/repository/github/jongwooo/prism-theme-github)
[](LICENSE)
[Prism](http://prismjs.com/) syntax highlighter themes based on GitHub's style.
## Available themes
- GitHub's [Default theme](themes/prism-github-default-auto.css)(Automatic light/dark mode)
- GitHub's [Default Light theme](themes/prism-github-default-light.css)
- GitHub's [Default Dark theme](themes/prism-github-default-dark.css)
- GitHub's [Dimmed Dark theme](themes/prism-github-dimmed-dark.css)
## Installation
To install the package, run the following command:
```bash
npm install --save @jongwooo/prism-theme-github
```
Or if you're using yarn:
```bash
yarn add @jongwooo/prism-theme-github
```
## License
Licensed under the [MIT License](LICENSE).