Skip to content

Commit 099f6c4

Browse files
Updated theme
1 parent c11af33 commit 099f6c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/App.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ const drawerOptions = ref({
4848
elevation: 10,
4949
});
5050
51-
const codeBlockPlugin = 'prismjs';
52-
const codeBlockLightTheme = 'tomorrow';
53-
const codeBlockDarkTheme = 'tomorrow';
51+
52+
const codeBlockPlugin = 'highlightjs';
53+
const codeBlockLightTheme = 'neon-bunny';
54+
const codeBlockDarkTheme = 'neon-bunny';
5455
5556
const codeBlockSettings = ref({
5657
plugin: codeBlockPlugin,

0 commit comments

Comments
 (0)