Skip to content

HelpThemeFactory ​

User theme customization: receives the gated palette and returns role overrides merged over the default theme.

The palette formatters are identity functions when color is disabled, and the factory itself is only invoked when color is enabled — style unconditionally, gating is the framework's job.

Signatures ​

ts
type HelpThemeFactory = { (colors: Colors): Partial<HelpTheme>; };

See Also ​

Released under the MIT License.