mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #1071] theme: hovered & theme: inactive are swapped #489
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#489
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 @dvrxs on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1071
I was changing the colors of the default config file provided. It reads:
hovered: Magenta # hovered pane borderinactive: Gray # borders of inactive panesHowever, the default appearance of the application is the opposite i.e. all inactive border panes are (by default) Magenta and the hovered one is Gray. As a workaround, I swapped the colors of the two settings, which I understand confirms this issue.