Color Configuration
Console colors:
from kakashi import enable_bright_colors, disable_colors
enable_bright_colors()
disable_colors()
Custom config:
from kakashi import configure_colors
configure_colors(use_colors=True, bright_colors=True)
Last updated: 2025-08-27 Contributors: [IntegerAlex]