theme_token · ui.theme.color

text-muted

Typed semantic color token with host-owned accessibility fallback.

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

API history

Related symbols

Project references