[PR #466] [MERGED] Add Alternating Colors for Help Table #766

Closed
opened 2026-03-02 23:49:44 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: alternating_help_table_colors


📝 Commits (10+)

  • dccbe93 add alternating row colors for help table
  • f787a96 add support for dark gray coloring
  • 3535a91 add secondary row to the ComponentStyle struct
  • 06f21e1 run cargo fmt
  • 121f965 remove dark gray from coloring for rgb values instead
  • 28d01b8 disable alternate row coloring by default
  • 6b2b714 add secondary row to the component styles docs
  • 1173bf0 add extended dracula theme with secondary row styling
  • a02fd3c Merge branch 'alternating_help_table_colors' of github.com:przb/spotify-player into alternating_help_table_colors
  • dec43d0 add 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.

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/466 **Author:** [@przb](https://github.com/przb) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `alternating_help_table_colors` --- ### 📝 Commits (10+) - [`dccbe93`](https://github.com/aome510/spotify-player/commit/dccbe931ebc0cd5e24942c28706b7d163fb559a4) add alternating row colors for help table - [`f787a96`](https://github.com/aome510/spotify-player/commit/f787a9648f72ce301552906bdd911e527c40974d) add support for dark gray coloring - [`3535a91`](https://github.com/aome510/spotify-player/commit/3535a911cc8cac630aaeb4982eff9f4a1b97049b) add secondary row to the ComponentStyle struct - [`06f21e1`](https://github.com/aome510/spotify-player/commit/06f21e19ebca2e0ce905eda047a5699c3c35a7a4) run cargo fmt - [`121f965`](https://github.com/aome510/spotify-player/commit/121f965c3a9f287b59cda1cde11c56a448ce9ac8) remove dark gray from coloring for rgb values instead - [`28d01b8`](https://github.com/aome510/spotify-player/commit/28d01b8ac88f26a8bac3352f73eef2f077e2604e) disable alternate row coloring by default - [`6b2b714`](https://github.com/aome510/spotify-player/commit/6b2b714784fa538280ca2108415851431673b803) add secondary row to the component styles docs - [`1173bf0`](https://github.com/aome510/spotify-player/commit/1173bf072c131b320c4a2ade3dc44f26fed9c6d4) add extended dracula theme with secondary row styling - [`a02fd3c`](https://github.com/aome510/spotify-player/commit/a02fd3c66e74e7d0df6777296255fd7abdd54d7c) Merge branch 'alternating_help_table_colors' of github.com:przb/spotify-player into alternating_help_table_colors - [`dec43d0`](https://github.com/aome510/spotify-player/commit/dec43d059d0661cd1dc8202508e727c06f305ac1) add brief description for dracula2 ### 📊 Changes **4 files changed** (+42 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. ![image](https://github.com/aome510/spotify-player/assets/84808053/9302bb0c-202c-4927-adec-3c8494fc23cf) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#766
No description provided.