Skip to content

Commit 475abcd

Browse files
committed
change darktheme to onedark
1 parent 869fe10 commit 475abcd

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
@@ -134,7 +134,7 @@ const config = {
134134
},
135135
prism: {
136136
theme: prismThemes.github,
137-
darkTheme: prismThemes.dracula,
137+
darkTheme: prismThemes.oneDark,
138138
},
139139
}),
140140
}

0 commit comments

Comments
 (0)