Skip to content

Commit

Permalink
feat: better theme and lua highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 6, 2024
1 parent 9bec4f5 commit 7da99a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ const config: Config = {
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
darkTheme: prismThemes.one-dark,
additionalLanguages: ['lua']
},
} satisfies Preset.ThemeConfig,
};
Expand Down

0 comments on commit 7da99a2

Please sign in to comment.