theme_token · ui.theme.color
danger
Typed semantic color token with host-owned accessibility fallback.
ui.theme.color.danger
- Stable ID
ui.theme.color.danger- Owner
- app.ScriptUiTheme
- Authority
- presentation
- Timing
- composition
- Availability
- Phase 14G
- Side effects
- none
- Determinism
- Theme token meaning is stable across renderer backends.
- Introduced
- 1.0.0
Usage
Use ui.theme.color.danger through the validated theme contract. Packages request semantic styling and do not write renderer colors directly.
Parameters
- None
Returns
A stable theme token contract consumed by the interface composition host.
Cost
Constant-size contract lookup or bounded retained-record access.
Fields
This symbol has no fields.
Errors
- None
Examples
-- Use ui.theme.color.danger through a validated ui.set_theme contract.
API history
- 1.0.0: Runtime contract published from the complete Phase 14 registry.