oc · docs
docs / documentation

@orangecheck/design


@orangecheck/design / OcThemeProviderProps

Interface: OcThemeProviderProps

Defined in: tokens/provider.tsx:167

Properties

PropertyTypeDescriptionDefined in
<a id="property-aurora"></a> aurora?| boolean | &#123; gl?: boolean; intensity?: number; &#125;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> childrenReactNode-tokens/provider.tsx:168
<a id="property-defaultskin"></a> defaultSkin?stringSkin to assume before the cookie is read (defaults to orangecheck).tokens/provider.tsx:170