Skip to content

Commit

Permalink
fix theme name
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 6, 2024
1 parent 7da99a2 commit 6faed9c
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 @@ -113,7 +113,7 @@ const config: Config = {
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.one-dark,
darkTheme: prismThemes.oneDark,
additionalLanguages: ['lua']
},
} satisfies Preset.ThemeConfig,
Expand Down

0 comments on commit 6faed9c

Please sign in to comment.