Skip to content

GitHub light/dark color themes for Prism syntax highlighter

License

Notifications You must be signed in to change notification settings

guoyunhe/prism-theme-github

Repository files navigation

@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

About

GitHub light/dark color themes for Prism syntax highlighter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published