feat: improve theme

This commit is contained in:
2026-03-25 21:12:03 +01:00
parent b763eb70db
commit 5d5d691bab
2 changed files with 14 additions and 0 deletions

10
app/app.config.ts Normal file
View File

@@ -0,0 +1,10 @@
export default defineAppConfig({
ui: {
colors: {
primary: "neutral",
neutral: "zinc",
success: "emerald",
error: "rose",
}
}
})