@orangecheck/design / OcSceneTokens
Interface: OcSceneTokens
Defined in: tokens/scene-tokens.ts:27
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-background"></a> background | OcSceneRGB | Resolved page background (sRGB 0..1). | tokens/scene-tokens.ts:31 |
<a id="property-isdark"></a> isDark | boolean | <html> carries .dark. | tokens/scene-tokens.ts:33 |
<a id="property-motionoff"></a> motionOff | boolean | Ambient-motion switch is off (data-oc-motion="off"). | tokens/scene-tokens.ts:35 |
<a id="property-palette"></a> palette | [OcSceneRGB, OcSceneRGB, OcSceneRGB, OcSceneRGB] | The four aurora hue slots (sRGB 0..1), --au-orange/-green/-blue/-violet. | tokens/scene-tokens.ts:29 |