@guoyunhe/prism-theme-github
v1.0.0
Published
GitHub light/dark color themes for Prism syntax highlighter
Downloads
86
Readme
@guoyunhe/prism-theme-github
GitHub light/dark color themes for Prism syntax highlighter
Install
npm i @guoyunhe/prism-theme-github
Usage
In HTML:
<link href="https://unpkg.com/prism-theme-github/github-light.css" />
<!-- or -->
<link href="https://unpkg.com/prism-theme-github/github-dark.css" />
In JavaScript:
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