Module ui

Module ui 

Source
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 colored crate’s .truecolor() method. All colors resolve from the current theme at runtime.

Functions§

create_gradient_text
Create gradient text with SilkCircuit Electric Purple -> Neon Cyan
create_secondary_gradient_text
Create secondary gradient with SilkCircuit Coral -> 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