theme_token · ui.theme.color

success

Typed semantic color token with host-owned accessibility fallback.

ui.theme.color.success
Stable ID
ui.theme.color.success
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.success through the validated theme contract. Packages request semantic styling and do not write renderer colors directly.

Parameters

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

Examples

-- Use ui.theme.color.success through a validated ui.set_theme contract.

API history

Related symbols

Project references