You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
647 B
647 B
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| TUI: search highlight text unreadable in light mode | completed | bug | normal | 2026-03-31T23:45:15Z | 2026-04-01T05:45:54Z |
In light mode, the selected/highlighted search match text is too dark to read against the highlight background. The search highlight colors need to be adjusted to be legible in both light and dark mode.
Summary of Changes
Changed SEARCH_HIGHLIGHT style in src/tui/screens/transcript.rs from bg(Color::Yellow).fg(Color::Black) to bg(Color::Blue).fg(Color::White). Blue/white is universally readable in both light and dark terminal themes.