Expand description
Ratatui adapter for theme types.
Provides conversion from theme types to Ratatui types for TUI rendering.
Traits§
- Theme
Color Ext - Extension trait for easy access to theme colors as Ratatui Colors.
- ToRatatui
Color - Convert a
ThemeColorto a RatatuiColor. - ToRatatui
Style - Convert a
ThemeStyleto a RatatuiStyle.
Functions§
- gradient_
line - Generate a gradient line of a given character.
- gradient_
spans - Generate styled spans for gradient text.