1.0.2 • Published 10 months ago

prism-theme-github v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Pull Requests Issues License

Introduction

Real Github themes for Prism.js.

Based on Github.

Themes

Github Light

github-light-preview

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/katorlys/prism-theme-github/themes/prism-theme-github-light.css">

Github Dark

github-dark-preview

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/katorlys/prism-theme-github/themes/prism-theme-github-dark.css">

Github Copilot

github-copilot-preview

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/katorlys/prism-theme-github/themes/prism-theme-github-copilot.css">

Usage

CDN

Embed the CDN links provided above to use the themes in your project.

npmjs

Or get the themes from npmjs:

npm install prism-theme-github

License