Skip to content

Commit dbc9bfa

Browse files
committed
chore: Update prism theme for code block
1 parent d223356 commit dbc9bfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ const config = {
177177
],
178178
copyright: `Copyright © ${new Date().getFullYear()} M3U Editor. Licensed under CC BY-NC-SA 4.0. Built with Docusaurus.`,
179179
},
180-
prism: {
181-
theme: prismThemes.github,
182-
darkTheme: prismThemes.dracula,
183-
},
180+
// prism: {
181+
// theme: prismThemes.vsLight,
182+
// darkTheme: prismThemes.vsDark,
183+
// },
184184
}),
185185
};
186186

0 commit comments

Comments
 (0)