Skip to content

Fix selection highlight unreadable on light terminals#182

Merged
domcyrus merged 1 commit intomainfrom
fix/row-highlight-light-terminals
Mar 8, 2026
Merged

Fix selection highlight unreadable on light terminals#182
domcyrus merged 1 commit intomainfrom
fix/row-highlight-light-terminals

Conversation

@domcyrus
Copy link
Owner

@domcyrus domcyrus commented Mar 7, 2026

Summary

  • Replace bare Modifier::REVERSED with explicit fg(DarkGray) + BOLD + REVERSED for row highlight style
  • Add theme::row_highlight() following the existing status bar style pattern, with NO_COLOR support

Use explicit fg(DarkGray) + REVERSED instead of bare REVERSED for
row highlight, preventing terminal-dependent bright blue backgrounds.
@domcyrus domcyrus merged commit 23d5419 into main Mar 8, 2026
33 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant