Skip to main content

Module tui_theme

Module tui_theme 

Source

Structs§

SpanSpec
Partial span override: content replaces the span text; all style fields are forwarded to StyleSpec.
StyleSpec
Partial style override: only fields that are Some are applied on top of the existing style.
ThemeFile
Top-level wrapper for a theme TOML file.
ThemeSpec
Partial theme specification loaded from a TOML file or inline config table. Only explicitly set fields override the built-in theme.

Enums§

ThemeColor
A color value as it appears in a theme TOML file.
ThemeModifier
A modifier flag that can be listed under modifiers or remove-modifiers.