We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986616c commit 5eaa673Copy full SHA for 5eaa673
docusaurus.config.js
@@ -45,7 +45,7 @@ module.exports = {
45
46
// Additional Language Syntax Highlighting
47
prism: {
48
- //theme: prismThemes.github, // uncomment for light mode in code boxes
+ theme: prismThemes.github,
49
darkTheme: prismThemes.dracula,
50
additionalLanguages: ['csharp', 'php', 'bash', 'json', 'typescript', 'yaml', 'diff'],
51
},
0 commit comments