loguru-themes
Curated color themes and minimalist Unicode level icons for loguru — applied to any logger in one call.
Install
Section titled “Install”pip install loguru-themesfrom loguru import loggerfrom loguru_themes import apply_theme
apply_theme(logger, "dracula")
logger.info("server listening on http://localhost:8000")logger.success("migration completed in 1.2s")logger.warning("cache miss rate above 30%")logger.error("failed to reach upstream service")logger.critical("data corruption detected — aborting")Theme previews
Section titled “Theme previews”Sample log output of every level under each built-in theme:
Palette (background colors)
Section titled “Palette (background colors)”The 16-color palette each theme maps native tags (<red> / <RED>) to:
Then head to Getting started.