mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #196] Text is invisible on white backgrounds #98
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#98
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 @ayosec on GitHub (Dec 23, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/196
Most text is forced to be white on default background, so it is invisible if background is already white:
Example:
@Rigellute commented on GitHub (Dec 24, 2019):
Ah! You're right, the colors are currently hardcoded for a dark theme.
@mdylanbell commented on GitHub (Jan 28, 2020):
Are there any current efforts to expose color configuration to users? Would you accept a PR for this (no promises!)?
@Rigellute commented on GitHub (Jan 29, 2020):
I don't believe anyone is working on exposing the theme to user configuration.
I absolutely would accept a PR for this!
Let me know if you want to take a crack at it 👍 .
@Rigellute commented on GitHub (Feb 8, 2020):
Users can now configure their own theme!