Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T05:51:19.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T21:13:06.970Z (3 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
[![License](https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square)](LICENSE) [![Pull Requests](https://img.shields.io/github/issues-pr-closed/katorlys/prism-theme-github?style=flat-square)](https://github.com/katorlys/prism-theme-github/pulls) [![Issues](https://img.shields.io/github/issues-closed/katorlys/prism-theme-github?style=flat-square)](https://github.com/katorlys/prism-theme-github/issues) [![Lines](https://img.shields.io/tokei/lines/github/katorlys/prism-theme-github?style=flat-square)](https://github.com/katorlys/prism-theme-github) [![npm](https://img.shields.io/npm/v/prism-theme-github?style=flat-square)](https://www.npmjs.com/package/prism-theme-github)
Real Github themes for [Prism.js](https://prismjs.com). Themes 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
```html```
You may want to get them from `npm`:
```sh
npm install prism-theme-github
```