Skip to main content

Module theme

Module theme 

Source
Expand description

The studio’s visual vocabulary: one glyph-and-color encoding per semantic dimension, used identically in every workspace.

Color is never the only channel: every colored state has a glyph, so the UI degrades gracefully on monochrome terminals. The palette is drawn from the terminal’s 16 ANSI colors so the user’s scheme is respected, and NO_COLOR disables color entirely.

Structs§

Theme
The active theme: whether color is enabled, and the style vocabulary.

Constants§

GLYPH_BROKEN
Glyph for a parse error or broken target.
GLYPH_COMPUTATION
Glyph for an Attested Computation concept.
GLYPH_CONCEPT
Glyph for a plain concept node.
GLYPH_FIXABLE
Glyph for a fixable diagnostic.
GLYPH_INDEX
Glyph for a reserved index.md file.
GLYPH_LOG
Glyph for a reserved log.md file.
GLYPH_OK
Glyph for a passing check.
GLYPH_STALE_SOON
Glyph for a concept going stale within 30 days.
GLYPH_WARN
Suffix glyph for a stale concept or one carrying diagnostics.
SPINNER_FRAMES
Braille spinner frames shown while a reload or apply is in flight.

Functions§

status_glyph
The glyph for a lifecycle status: stable, draft, deprecated.
tier_glyph
The glyph for a trust tier: human-reviewed, machine-confirmed, unverified.