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

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -303,7 +303,6 @@
* { * {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color: var(--border) transparent; scrollbar-color: var(--border) transparent;
scrollbar-gutter: stable;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {