diff --git a/src/templates.ts b/src/templates.ts index 6a41418e..82a8c01c 100644 --- a/src/templates.ts +++ b/src/templates.ts @@ -84,8 +84,8 @@ import colors from 'tailwindcss/colors' const icons = ${JSON.stringify(uiConfig.icons)}; -type NeutralColor = 'slate' | 'gray' | 'zinc' | 'neutral' | 'stone' -type Color = Exclude +type NeutralColor = 'slate' | 'gray' | 'zinc' | 'neutral' | 'stone' | (string & {}) +type Color = Exclude | (string & {}) type AppConfigUI = { colors?: {