initial clearout

This commit is contained in:
2023-07-23 02:11:22 +02:00
parent d7318eaa78
commit 5ecc312246
9 changed files with 144 additions and 119 deletions

View File

@@ -17,10 +17,14 @@ export default createVuetify({
themes: {
light: {
colors: {
primary: '#1867C0',
secondary: '#5CBBF6',
},
},
},
},
primary: '#c3a235',
secondary: '#11141c',
background: '#1b2732',
surface: '#9ca1a6',
info: '#5f7892',
warning: '#c3a235'
}
}
}
}
})