mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Theming
This commit is contained in:
13
website/app/app.config.ts
Normal file
13
website/app/app.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
colors: {
|
||||
primary: 'pink',
|
||||
secondary: 'blue',
|
||||
success: 'green',
|
||||
info: 'cyan',
|
||||
warning: 'yellow',
|
||||
error: 'red',
|
||||
neutral: 'zinc'
|
||||
}
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user