Skip to content

Commit

Permalink
chores: update code block prism theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Jun 15, 2024
1 parent 0a67580 commit 7a2d088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ const config = {
],
},
prism: {
theme: themes.github,
darkTheme: themes.dracula
theme: themes.vsLight,
darkTheme: themes.oneDark
},
footer: {
links: [
Expand Down

0 comments on commit 7a2d088

Please sign in to comment.