Swap Shiki to Vitesse themes, fix scrollbar gutter alignment

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Advait Paliwal
2026-03-24 16:02:06 -07:00
parent 17c48be4b5
commit 1dd7f30a37
3 changed files with 3 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ export default defineConfig({
markdown: {
shikiConfig: {
themes: {
light: 'everforest-light',
dark: 'everforest-dark',
light: 'vitesse-light',
dark: 'vitesse-dark',
},
},
},