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 c11af33 commit 099f6c4Copy full SHA for 099f6c4
src/App.vue
@@ -48,9 +48,10 @@ const drawerOptions = ref({
48
elevation: 10,
49
});
50
51
-const codeBlockPlugin = 'prismjs';
52
-const codeBlockLightTheme = 'tomorrow';
53
-const codeBlockDarkTheme = 'tomorrow';
+
+const codeBlockPlugin = 'highlightjs';
+const codeBlockLightTheme = 'neon-bunny';
54
+const codeBlockDarkTheme = 'neon-bunny';
55
56
const codeBlockSettings = ref({
57
plugin: codeBlockPlugin,
0 commit comments