An open API service indexing awesome lists of open source software.

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

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