Expand description
CLI adapter for theme types.
Provides conversion from theme types to colored crate types for terminal output.
Traits§
- Colored
Ext - Extension trait for applying theme colors to strings.
- Theme
CliExt - Extension trait for easy access to theme colors for CLI output.
- ToColored
Rgb - Convert a
ThemeColorto an RGB tuple for use with the colored crate.
Functions§
- gradient_
string - Apply a gradient to a string for CLI output.