fix: improve frontend surface contrast

This commit is contained in:
2026-04-30 02:15:43 -04:00
parent 0f3652c1a1
commit 60ce08ee86
3 changed files with 143 additions and 3 deletions

View File

@@ -54,6 +54,25 @@ const vuetify = createVuetify({
aliases,
sets: { mdi },
},
theme: {
defaultTheme: 'socializeLight',
themes: {
socializeLight: {
dark: false,
colors: {
background: '#f4f6f3',
surface: '#fbfaf6',
primary: '#172033',
secondary: '#fff3e2',
accent: '#ff8a3d',
error: '#bc2f2f',
info: '#2563eb',
success: '#2fa58d',
warning: '#b45309',
},
},
},
},
});
const pinia = createPinia();