fix: improve frontend surface contrast
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user