@orangecheck/design / OcThemeProviderProps
Interface: OcThemeProviderProps
Defined in: tokens/provider.tsx:167
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-aurora"></a> aurora? | | boolean | { gl?: boolean; intensity?: number; } | The ambient bitcoin-aurora background. true (default) renders it behind the app; false disables it; { intensity } tunes its strength for this site (e.g. aurora={{ intensity: 0.5 }} on a reading-heavy surface). OcAuroraGL (the silk-field upgrade) is ON by default (the CSS blobs remain the permanent floor under every failure path). Reading- and console-heavy surfaces opt OUT with { gl: false }. | tokens/provider.tsx:179 |
<a id="property-children"></a> children | ReactNode | - | tokens/provider.tsx:168 |
<a id="property-defaultskin"></a> defaultSkin? | string | Skin to assume before the cookie is read (defaults to orangecheck). | tokens/provider.tsx:170 |