Skip to main contentModule tui_theme
Source - 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.
- 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.