Structs§
- Theme
Data - Concrete theme data shared by theme handles.
- Theme
Definition - Shared handle to resolved theme data.
- Theme
Overrides - Optional theme-specific overrides for derived style tokens.
- Theme
Palette - Palette entries used by the built-in terminal themes.
Constants§
- DEFAULT_
THEME_ NAME - Default theme identifier used when no valid theme is configured.
Functions§
- all_
themes - Returns all currently available built-in themes.
- available_
theme_ names - Returns the normalized identifiers of all available built-in themes.
- builtin_
themes - Returns the shipped theme catalog as owned theme definitions.
- display_
name_ from_ id - Converts a theme identifier into a user-facing display name.
- find_
builtin_ theme - Finds a built-in theme by name after normalization.
- find_
theme - Finds a theme by name after normalization.
- is_
known_ theme - Returns whether a theme name resolves to a known theme.
- normalize_
theme_ name - Normalizes a theme name for lookup.
- resolve_
theme - Resolves a theme by name, falling back to the default theme.