mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 01:40:46 +02:00
13 lines
280 B
TypeScript
13 lines
280 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'pink',
|
|
secondary: 'blue',
|
|
success: 'green',
|
|
info: 'cyan',
|
|
warning: 'yellow',
|
|
error: 'red',
|
|
neutral: 'zinc'
|
|
}
|
|
}
|
|
}) |