Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/claude_monitor/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@ def load_with_last_used(cls, argv: Optional[List[str]] = None) -> "Settings":
if settings.debug:
settings.log_level = "DEBUG"

if settings.theme == "auto" or (
"theme" not in cli_provided_fields and not clear_config
):
if settings.theme == "auto":
from claude_monitor.terminal.themes import (
BackgroundDetector,
BackgroundType,
Expand Down