@arolariu/website / lib/theme-presets / CustomThemeColors
Interface: CustomThemeColors
Defined in: lib/theme-presets.ts:77
Custom user theme colors. Users can define their own gradient colors and primary color. Applied via runtime JavaScript when themePreset is "custom".
Properties
gradientFrom
readonlygradientFrom:string
Defined in: lib/theme-presets.ts:78
gradientVia
readonlygradientVia:string
Defined in: lib/theme-presets.ts:79
gradientTo
readonlygradientTo:string
Defined in: lib/theme-presets.ts:80
primary
readonlyprimary:string
Defined in: lib/theme-presets.ts:81
primaryForeground
readonlyprimaryForeground:string
Defined in: lib/theme-presets.ts:82
footerBg
readonlyfooterBg:string
Defined in: lib/theme-presets.ts:83