UNPKG

@jongwooo/prism-theme-github

Version:

Prism syntax highlighter themes based on GitHub's style.

34 lines (22 loc) 1.27 kB
# prism-theme-github [![](https://img.shields.io/npm/v/@jongwooo/prism-theme-github?style=flat-square&color=orange)](https://www.npmjs.com/package/@jongwooo/prism-theme-github) [![](https://img.shields.io/bundlephobia/min/@jongwooo/prism-theme-github?style=flat-square)](https://bundlephobia.com/package/@jongwooo/prism-theme-github) [![](https://www.codefactor.io/repository/github/jongwooo/prism-theme-github/badge?style=flat-square)](https://www.codefactor.io/repository/github/jongwooo/prism-theme-github) [![](https://img.shields.io/npm/l/@jongwooo/prism-theme-github?style=flat-square)](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).