Structs§
- Noop
Theme - A no-op theme that returns text unchanged. Useful for testing components without needing a real theme.
- Style
- Composable text style. Builds ANSI escape sequences for foreground, background, bold, italic, underline, and strikethrough.
Enums§
- Theme
Key - Compile-time safe theme color keys. Each variant corresponds to a named color in the theme JSON files.
Traits§
- Theme
- Theme trait for components that need color styling.