Skip to content

Commit

Permalink
Switch dark theme for code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Mar 26, 2024
1 parent 1540831 commit cb1bff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const config: Config = {
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
darkTheme: prismThemes.palenight,
additionalLanguages: ['lua', 'bash', 'diff']
},
} satisfies Preset.ThemeConfig,
Expand Down

0 comments on commit cb1bff3

Please sign in to comment.