Skip to content

Commit

Permalink
Set both a light and a dark theme for code blocks (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Spurling <[email protected]>
Co-authored-by: Tom Spurling <[email protected]>
  • Loading branch information
mehhhhhhhhhhhhhhh and tsprlng authored Aug 2, 2024
1 parent 6c61fa6 commit 8442635
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 @@ -338,7 +338,8 @@ const config: Config = {
],
},
prism: {
theme: prismThemes.dracula,
theme: prismThemes.vsLight,
darkTheme: prismThemes.dracula,
additionalLanguages: ["hcl", "powershell"],
},
image: "/img/og.png",
Expand Down

0 comments on commit 8442635

Please sign in to comment.