Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).