pick a code theme and setup styles for inline code

This commit is contained in:
2026-03-16 21:16:17 -04:00
parent 3aa7ad1368
commit d2770b9a5a
5 changed files with 21 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ export default defineConfig({
shikiConfig: {
themes: {
light: 'dracula',
dark: 'dracula-soft',
dark: 'dark-plus',
}
},
},