https://github.com/guoyunhe/prism-theme-github
GitHub light/dark color themes for Prism syntax highlighter
https://github.com/guoyunhe/prism-theme-github
Last synced: 3 months ago
JSON representation
GitHub light/dark color themes for Prism syntax highlighter
- Host: GitHub
- URL: https://github.com/guoyunhe/prism-theme-github
- Owner: guoyunhe
- License: gpl-3.0
- Created: 2023-02-25T04:32:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T10:03:29.000Z (over 2 years ago)
- Last Synced: 2025-02-11T08:43:24.744Z (4 months ago)
- Language: CSS
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @guoyunhe/prism-theme-github
GitHub light/dark color themes for Prism syntax highlighter
## Install
```bash
npm i @guoyunhe/prism-theme-github
```## Usage
In HTML:
```html
```
In JavaScript:
```ts
import 'prism-theme-github/github-light.css';
// or
import 'prism-theme-github/github-dark.css';
```## Demo
- Prism demo: https://prism-theme-github.netlify.app/
- GitHub file: https://github.com/guoyunhe/prism-theme-github/blob/main/docs/code-test.md