Skip to content

Commit 6dfbadf

Browse files
committed
chore(nuxt.schema): update colors
1 parent b9022cb commit 6dfbadf

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

‎nuxt.schema.ts

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,23 @@ export default defineNuxtSchema({
5656
})
5757
}
5858
}),
59-
primary: field({
60-
type: 'string',
61-
title: 'Primary',
62-
description: 'Primary color of your UI.',
63-
icon: 'i-mdi-palette-outline',
64-
default: 'green',
65-
required: ['red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose']
66-
}),
67-
neutral: field({
68-
type: 'string',
69-
title: 'Neutral',
70-
description: 'Neutral color of your UI.',
71-
icon: 'i-mdi-palette-outline',
72-
default: 'slate',
73-
required: ['slate', 'cool', 'zinc', 'neutral', 'stone']
59+
colors: group({
60+
primary: field({
61+
type: 'string',
62+
title: 'Primary',
63+
description: 'Primary color of your UI.',
64+
icon: 'i-mdi-palette-outline',
65+
default: 'green',
66+
required: ['red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose']
67+
}),
68+
neutral: field({
69+
type: 'string',
70+
title: 'Neutral',
71+
description: 'Neutral color of your UI.',
72+
icon: 'i-mdi-palette-outline',
73+
default: 'slate',
74+
required: ['slate', 'gray', 'zinc', 'neutral', 'stone']
75+
})
7476
})
7577
}
7678
}),

0 commit comments

Comments
 (0)