Skip to content

Commit

Permalink
specify syntax highlighting themes (#6264)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Rice <3213292+nicholasrice@users.noreply.github.com>
Co-authored-by: Chris Holt <chhol@microsoft.com>
Co-authored-by: Rob Eisenberg <EisenbergEffect@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 8, 2022
1 parent 21f3145 commit f8a0a33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sites/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ module.exports = {
colorMode: {
defaultMode: "dark",
},
prism: {
theme: require("prism-react-renderer/themes/github"),
darkTheme: require("prism-react-renderer/themes/palenight"),
},
docs: {
sidebar: {
hideable: true,
Expand Down

0 comments on commit f8a0a33

Please sign in to comment.