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.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/help/theme.ts - Source link:
src/core/help/theme.ts:62
Signatures
ts
type HelpThemeFactory = { (colors: Colors): Partial<HelpTheme>; };