Skip to content

Commit 1ad7962

Browse files
committed
minor-changeset
1 parent a40d56a commit 1ad7962

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/tall-terms-press.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"prism-react-renderer": minor
3+
---
4+
5+
Added 2 new styles for the code viewer. light & dark mode themes using only
6+
colors found on tailwindCSS.

packages/prism-react-renderer/src/themes/jettwaveDark.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
//
12
// dark version of code viewer styles built for https://jettwave.com
23
// only uses colors found in default tailwindCSS => https://tailwindcss.com/docs/customizing-colors
34
// designed by: https://github.com/ryanmogk
5+
//
46
import type { PrismTheme } from "../types"
57
const theme: PrismTheme = {
68
plain: {

0 commit comments

Comments
 (0)