Expand description
Theme and colorscheme configuration.
Defines semantic color roles for the TUI, with support for
hex (#rrggbb) and named color strings.
Structs§
- Color
Palette - Semantic color palette for the TUI.
- Color
Value - A color value that deserializes from hex or named color strings.
- Theme
Config - Color theme configuration for the TUI.
Functions§
- parse_
color 🔒 - Parse a color string into a [
Color].