Expand description
Color theme system for terminal output.
Provides theme-aware coloring that adapts to different terminal backgrounds.
When a theme is set, all formatters use theme-aware colors instead of
hardcoded green(), red(), cyan() calls.
§Note
Terminal environment detection (no_color) has been moved to the
crate::terminal module.
Structs§
- Colors
- Theme-aware color wrapper.
Enums§
- Theme
- Color theme for terminal output.
Functions§
- resolve
- Resolve the active theme from config, CLI, and environment.