Problem
In the terminal UI, the selected task row can become very hard to read in themes like Catppuccin.
The board and task list render some parts of each row with inline blessed color tags (for example assignees, labels, and branch names). Those inline colors can override the normal selected-row foreground styling, so the selected row ends up with low contrast and looks washed out or nearly invisible in dark mode.
Expected
In Dark Mode, When a row is selected in the TUI, the text should stay readable regardless of terminal theme.
Actual
The selected row can lose contrast and become difficult to read, especially in the board view.
Scope
This is a TUI-only issue. It does not affect the web UI or plain-text output.
Related PR