[GH-ISSUE #656] Style progressbar #267

Closed
opened 2026-02-28 14:48:08 +03:00 by kerem · 1 comment
Owner

Originally created by @mathiasrw on GitHub (Nov 12, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/656

Absolutly love it. Thank you.

Is there a way of styling the progress bar? At the moment the bright colors combined with the chunky movement are a bit loud visually. Would love to adjust it to dark gray.

image

Originally created by @mathiasrw on GitHub (Nov 12, 2020). Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/656 Absolutly love it. Thank you. Is there a way of styling the progress bar? At the moment the bright colors combined with the chunky movement are a bit loud visually. Would love to adjust it to dark gray. ![image](https://user-images.githubusercontent.com/1063454/98884441-4c5d3700-2490-11eb-9e9e-41d33b6153d5.png)
kerem closed this issue 2026-02-28 14:48:08 +03:00
Author
Owner

@OrangeFran commented on GitHub (Nov 14, 2020):

You can actually tweak the playbar.
I found this in the README:

theme:
  active: Cyan # current playing song in list
  banner: LightCyan # the "spotify-tui" banner on launch
  error_border: Red # error dialog border
  error_text: LightRed # error message text (e.g. "Spotify API reported error 404")
  hint: Yellow # hint text in errors
  hovered: Magenta # hovered pane border
  inactive: Gray # borders of inactive panes
  playbar_background: Black # background of progress bar
  playbar_progress: LightCyan # filled-in part of the progress bar
  playbar_text: White # artist name in player pane
  selected: LightCyan # a) selected pane border, b) hovered item in list, & c) track title in player
  text: "255, 255, 255" # text in panes
  header: White # header text in panes (e.g. 'Title', 'Artist', etc.)

You're probably looking for the playbar_progress item.

<!-- gh-comment-id:727260638 --> @OrangeFran commented on GitHub (Nov 14, 2020): You can actually tweak the playbar. I found this in the README: ``` theme: active: Cyan # current playing song in list banner: LightCyan # the "spotify-tui" banner on launch error_border: Red # error dialog border error_text: LightRed # error message text (e.g. "Spotify API reported error 404") hint: Yellow # hint text in errors hovered: Magenta # hovered pane border inactive: Gray # borders of inactive panes playbar_background: Black # background of progress bar playbar_progress: LightCyan # filled-in part of the progress bar playbar_text: White # artist name in player pane selected: LightCyan # a) selected pane border, b) hovered item in list, & c) track title in player text: "255, 255, 255" # text in panes header: White # header text in panes (e.g. 'Title', 'Artist', etc.) ``` You're probably looking for the `playbar_progress` item.
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-tui#267
No description provided.