Skip to content

Commit 5eaa673

Browse files
committed
enable light code blocks
1 parent 986616c commit 5eaa673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545

4646
// Additional Language Syntax Highlighting
4747
prism: {
48-
//theme: prismThemes.github, // uncomment for light mode in code boxes
48+
theme: prismThemes.github,
4949
darkTheme: prismThemes.dracula,
5050
additionalLanguages: ['csharp', 'php', 'bash', 'json', 'typescript', 'yaml', 'diff'],
5151
},

0 commit comments

Comments
 (0)