We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40d56a commit 1ad7962Copy full SHA for 1ad7962
.changeset/tall-terms-press.md
@@ -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
@@ -1,6 +1,8 @@
+//
// dark version of code viewer styles built for https://jettwave.com
// only uses colors found in default tailwindCSS => https://tailwindcss.com/docs/customizing-colors
// designed by: https://github.com/ryanmogk
import type { PrismTheme } from "../types"
7
const theme: PrismTheme = {
8
plain: {
0 commit comments