Skip to content

Commit 1513c20

Browse files
committed
(docs) change prism theme
1 parent 598d525 commit 1513c20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docusaurus.config.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ const config: Config = {
124124
copyright: `Copyright (c) 2011-${new Date().getFullYear()} <a href="https://jakub.jankiewicz.org">Jakub T. Jankiewicz</a><br/>Website content licenses with <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> unless noted otherwise.`
125125
},
126126
prism: {
127-
theme: prismThemes.github,
128-
darkTheme: prismThemes.dracula,
127+
theme: prismThemes.gruvboxMaterialDark
129128
},
130129
} satisfies Preset.ThemeConfig,
131130
plugins: ['./src/plugins/webpack.ts'],

0 commit comments

Comments
 (0)