mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #466] [MERGED] Add Alternating Colors for Help Table #1704
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1704
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/aome510/spotify-player/pull/466
Author: @przb
Created: 6/13/2024
Status: ✅ Merged
Merged: 7/2/2024
Merged by: @aome510
Base:
master← Head:alternating_help_table_colors📝 Commits (10+)
dccbe93add alternating row colors for help tablef787a96add support for dark gray coloring3535a91add secondary row to the ComponentStyle struct06f21e1run cargo fmt121f965remove dark gray from coloring for rgb values instead28d01b8disable alternate row coloring by default6b2b714add secondary row to the component styles docs1173bf0add extended dracula theme with secondary row stylinga02fd3cMerge branch 'alternating_help_table_colors' of github.com:przb/spotify-player into alternating_help_table_colorsdec43d0add brief description for dracula2📊 Changes
4 files changed (+42 additions, -1 deletions)
View changed files
📝
docs/config.md(+1 -0)📝
examples/theme.toml(+26 -0)📝
spotify_player/src/config/theme.rs(+7 -0)📝
spotify_player/src/ui/page.rs(+8 -1)📄 Description
I started using spotify-player, and I found the help table difficult to read. I added alternating row coloring as pictured below to help with identifying keybindings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.