mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #874] Selected pane is hard to see #371
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#371
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @H-M-H on GitHub (Sep 1, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/874
Currently only colors are used to distinguish the selected pane from other panes. At least for me
it's sometimes rather hard to see at first glance which pane is selected. I imagine it's much worse
for color blind people. That's why I propose to additionally make the borders of selected panes
wider.
On the left are the currently used borders and to the right some wider unicode characters that could
be used for highlighting.
@sputnick1124 commented on GitHub (Sep 28, 2021):
I don't know if we have control over the border characters, but rather rely on tui-rs for pane selection highlighting.
EDIT: I looked a bit more and tui-rs does give us the knobs to turn to change the Border Type. I think this is doable and would make a nice accessibility improvement.