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
2 changes: 1 addition & 1 deletion src/claude_monitor/terminal/themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_dark_background_theme() -> Theme:
"""Font colors optimized for dark terminal backgrounds (WCAG AA+ contrast)."""
return Theme(
{
"header": "color(117)", # Light blue (#87d7ff) - 14:1 contrast
"header": "bold bright_white", # Bold bright white for maximum visibility on dark backgrounds
"info": "color(111)", # Light cyan (#87afff) - 12:1 contrast
"warning": "color(214)", # Orange (#ffaf00) - 11:1 contrast
"error": "color(203)", # Light red (#ff5f5f) - 9:1 contrast
Expand Down