Expand description
P5-4 (§3.1 capabilities.tui.theme, D8 “themes”): the SEMANTIC theme
choice — which of the built-in named roles (accent, dim, error, …) a
renderer should map to actual terminal colors. Deliberately carries no
ratatui::style::Color (or any other terminal-library type) so this
stays part of the terminal-free view-model core; crates/cli’s
render layer owns the actual RGB/ANSI mapping.
Enums§
- Theme
- A built-in theme name.
Darkis the default (matchesConfig::tui_theme’s"dark"default).