Skip to content

Commit

Permalink
(docs) change prism theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 18, 2024
1 parent 598d525 commit 1513c20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ const config: Config = {
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.`
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
theme: prismThemes.gruvboxMaterialDark
},
} satisfies Preset.ThemeConfig,
plugins: ['./src/plugins/webpack.ts'],
Expand Down

0 comments on commit 1513c20

Please sign in to comment.