Skip to main content

Module theme

Module theme 

Source
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. Dark is the default (matches Config::tui_theme’s "dark" default).