Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 18 hours 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T13:30:07.000Z (about 1 month ago)
- Last Synced: 2024-10-28T17:18:00.184Z (18 days 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.6 MB
- Stars: 4
- Watchers: 3
- 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://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).