theme_token · ui.theme.color

accent

Typed semantic color token with host-owned accessibility fallback.

ui.theme.color.accent
Stable ID
ui.theme.color.accent
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.accent 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.accent through a validated ui.set_theme contract.

API history

Related symbols

Project references