Expand description
CLI output utilities with SilkCircuit Neon theming.
This module provides themed CLI output using the centralized theme system. All colors are resolved at runtime from the active theme.
Modules§
- rgb
- RGB tuple accessors for use with the
coloredcrate’s.truecolor()method. All colors resolve from the current theme at runtime.
Functions§
- create_
gradient_ text - Create gradient text with
SilkCircuitElectric Purple -> Neon Cyan - create_
secondary_ gradient_ text - Create secondary gradient with
SilkCircuitCoral -> Electric Yellow - create_
spinner - is_
quiet_ mode - Check if quiet mode is enabled
- print_
bordered_ content - Print content with decorative borders
- print_
error - Print error message using theme colors
- print_
info - Print info message using theme colors
- print_
message - Print a simple message (respects quiet mode)
- print_
newline - Print an empty line (respects quiet mode)
- print_
success - Print success message using theme colors
- print_
version - print_
warning - Print warning message using theme colors
- set_
quiet_ mode - Enable or disable quiet mode