Skip to content
Version 2.11.0
↓ Get the launcher

IThemeAccess interface

Composition + access facet — accessors for the semantic text helpers and plugin colour registry.

public interface IThemeAccess
name description
ColorRegistry { get; } Phase 9b.5 — register plugin-owned colours (with a default per built-in preset) and read their resolved values via the returned slot handle. Register only colours a plugin owns; for a colour that should match the theme, read Colors directly instead.
Text { get; } Semantic text drawing helpers (H1/H2/H3/H4 + Body + Caption) with a global FontScale multiplier for Phase 9 user-tunable text size.