Table of Contents

**@arolariu/website**


@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

readonly gradientFrom: string

Defined in: lib/theme-presets.ts:78


gradientVia

readonly gradientVia: string

Defined in: lib/theme-presets.ts:79


gradientTo

readonly gradientTo: string

Defined in: lib/theme-presets.ts:80


primary

readonly primary: string

Defined in: lib/theme-presets.ts:81


primaryForeground

readonly primaryForeground: string

Defined in: lib/theme-presets.ts:82


footerBg

readonly footerBg: string

Defined in: lib/theme-presets.ts:83