Skip to main content

Interface: ScenarioTheme

Defined in: apps/paracosm/src/engine/types.ts:39

Visual theme for a scenario. Applied to the dashboard via CSS custom properties.

Properties

accentColor

accentColor: string

Defined in: apps/paracosm/src/engine/types.ts:41


cssVariables

cssVariables: Record<string, string>

Defined in: apps/paracosm/src/engine/types.ts:43

CSS custom properties injected into :root on scenario load


primaryColor

primaryColor: string

Defined in: apps/paracosm/src/engine/types.ts:40