Skip to content

Commit

Permalink
Update docusaurus.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHoegh authored Aug 26, 2024
1 parent 66d3599 commit 6de3d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const config: Config = {
prism: {
additionalLanguages: ['php', 'bash'],
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
darkTheme: prismThemes.vsDark,
},
} satisfies Preset.ThemeConfig,
};
Expand Down

0 comments on commit 6de3d48

Please sign in to comment.