Skip to main content

Module theme

Module theme 

Source

Structs§

NoopTheme
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§

ThemeKey
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.