Skip to content

ThemeRegisterOptions

Defined in: namespaces.ts:859

Options for themes.registerTheme().

id: string

Defined in: namespaces.ts:861

Unique theme identifier.


name: string

Defined in: namespaces.ts:863

Human-readable theme name.


tokens: Record<string, string>

Defined in: namespaces.ts:865

Flat mapping of design token keys to hex color strings.