Skip to content

Color System

Terminal colors, themes, and visual styling.


ColorService

Python
ColorService()

Manages color system and presets.

disable_colors

Python
disable_colors() -> ColorPresets

Disable colors and return mock presets.

enable_colors

Python
enable_colors() -> ColorPresets

Enable colors and return active presets.

get_current_presets

Python
get_current_presets() -> ColorPresets

Get current color presets.

ColorPresets

Python
ColorPresets(color, style)

Provides color presets for common log use-cases. Falls back to mock colors if colorama isn't installed.