https://github.com/katorlys/prism-theme-github
🎨 Real Github themes for prism.js
https://github.com/katorlys/prism-theme-github
github github-dark github-light github-theme github-themes prism prism-theme prism-themes theme
Last synced: 5 months ago
JSON representation
🎨 Real Github themes for prism.js
- Host: GitHub
- URL: https://github.com/katorlys/prism-theme-github
- Owner: katorlys
- License: mit
- Created: 2022-07-28T00:47:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T05:51:19.000Z (over 2 years ago)
- Last Synced: 2024-08-08T21:13:06.970Z (10 months ago)
- Topics: github, github-dark, github-light, github-theme, github-themes, prism, prism-theme, prism-themes, theme
- Language: CSS
- Homepage: https://www.npmjs.com/package/prism-theme-github
- Size: 90.8 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Prism GitHub themes
Real GitHub themes for Prism.js.[![Pull Requests][github-pr-badge]][github-pr-link]
[![Issues][github-issue-badge]][github-issue-link]
[![License][github-license-badge]](LICENSE)## Introduction
Real GitHub themes for [Prism.js](https://prismjs.com).Based on [GitHub](https://github.com).
## Themes
### GitHub Light
[](/themes/prism-theme-github-light.css)
```html```
### GitHub Dark
[](/themes/prism-theme-github-dark.css)
```html```
### GitHub Copilot
[](/themes/prism-theme-github-copilot.css)
```html```
## Usage
### CDN
Embed the CDN links provided above to use the themes in your project.### npmjs
Or get the themes from npmjs:
```sh
npm install prism-theme-github
```
[![BACK TO TOP][back-to-top-button]](#readme-top)---
Copyright © 2024-present Katorly Lab[![License][github-license-badge-bottom]](LICENSE)
[back-to-top-button]: https://img.shields.io/badge/BACK_TO_TOP-151515?style=flat-square
[github-pr-badge]: https://img.shields.io/github/issues-pr/katorlys/prism-theme-github?label=pulls&labelColor=151515&color=79E096&style=flat-square
[github-pr-link]: https://github.com/katorlys/prism-theme-github/pulls
[github-issue-badge]: https://img.shields.io/github/issues/katorlys/prism-theme-github?labelColor=151515&color=FFC868&style=flat-square
[github-issue-link]: https://github.com/katorlys/prism-theme-github/issues
[github-license-badge]: https://img.shields.io/github/license/katorlys/prism-theme-github?labelColor=151515&color=EFEFEF&style=flat-square[github-license-badge-bottom]: https://img.shields.io/github/license/katorlys/prism-theme-github?labelColor=151515&color=EFEFEF&style=for-the-badge