mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #742] [MERGED] Replace black and white default colors with reset. #1009
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#1009
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?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/742
Author: @Jesse-Bakker
Created: 2/22/2021
Status: ✅ Merged
Merged: 2/27/2021
Merged by: @Rigellute
Base:
master← Head:default_colors📝 Commits (1)
a49984dReplace black and white default colors with reset.📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
src/user_config.rs(+4 -4)📄 Description
Previously, text would be white, which is not visible on bright color
schemes. The color for non-highlighted text now uses the default
foreground color of the users terminal emulator, making it visible in
any theme. The only visual change in dark color schemes is that the
playbar text might go from black to white, depending on the users
terminal emulator (some terminal emulators swap fore- and background
colors on a colored background depending on the background color; this
is IMO the correct behavior anyway).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.