https://github.com/jongwooo/prism-theme-github
Prism syntax highlighter themes based on GitHub's style
https://github.com/jongwooo/prism-theme-github
css dark-theme github-theme light-theme prismjs syntax-highlighting theme
Last synced: about 1 month ago
JSON representation
Prism syntax highlighter themes based on GitHub's style
- Host: GitHub
- URL: https://github.com/jongwooo/prism-theme-github
- Owner: jongwooo
- License: mit
- Created: 2022-08-14T07:32:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T04:50:48.000Z (about 1 month ago)
- Last Synced: 2025-04-08T05:29:27.376Z (about 1 month ago)
- Topics: css, dark-theme, github-theme, light-theme, prismjs, syntax-highlighting, theme
- Language: CSS
- Homepage: https://www.npmjs.com/package/@jongwooo/prism-theme-github
- Size: 11.7 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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).