Skip to content
Snippets Groups Projects
Commit 2d316a93 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

configure shiki highlight

parent 8aa83298
No related branches found
No related tags found
1 merge request!27Issue #145. Added page template and reviewer guide
......@@ -13,14 +13,10 @@ export default defineNuxtConfig({
injectPage: false,
},
highlight: {
theme: {
// Default theme (same as single string)
default: 'github-light',
// Theme used if `html.dark`
dark: 'github-dark',
// Theme used if `html.sepia`
sepia: 'monokai'
}
theme: 'github-light',
preload: [
'sh',
]
}
},
vuetify: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment