Skip to main content

Interface: CreateThemeOptions

Defined in: resolve.ts:64

Properties

extends?

optional extends?: string | RasdTheme | null;

Defined in: resolve.ts:69

Parent theme: a registry id, a theme object, or null for a root theme (which must then carry a complete token set). Omitted ⇒ rasd-light.


registry?

optional registry?: Record<string, RasdTheme>;

Defined in: resolve.ts:71

Registry used to look up a parent id; defaults to the built-ins.