feat: make default theme graphite with system mode detection

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-10 18:01:20 -04:00
parent 4e3ee9fb95
commit 532e099146
3 changed files with 33 additions and 31 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ export default createVuetify({
adapter: createVueI18nAdapter({ i18n, useI18n }),
},
theme: {
defaultTheme: 'light',
// Follow the browser/OS color scheme by default; matters especially for
// the public (unauthenticated) app, where no theme store ever runs.
defaultTheme: 'system',
themes,
},
})