New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change current song progress color #490
Comments
|
How were you able to change just the color of the bounding box? |
|
I wasn't able to, I think it just uses |
|
The should be doable! We just need to add another item to the theme config and use that color in the playbar progress |
|
As of right now tui doesn't support multiple font colors for widgets / elements, so this would require a rework of how the playbar progress is presented. update: it seems that if you bump the version of tui to 0.10.0 instead of 0.9.5 there's a method called gauge_style, but there are lots of errors due to thing being depricated. I'm looking into updating this. @macguirerintoul I can't seem to reproduce that behavior, but I think that's an issue for itself and not this one specifically. |
…on (#564) * Bump to tui v. 0.10.0, one line needs fixing * Compiles with tui 0.10.0, ui needs work * home layout fixed, playbar needs work * playbar layout now back to normal and label is using playbar_progress_text * Formatting * Fix audio analysis after tui upgrade Co-authored-by: Alexander Keliris <rigellute@gmail.com>
…text option (Rigellute#564) * Bump to tui v. 0.10.0, one line needs fixing * Compiles with tui 0.10.0, ui needs work * home layout fixed, playbar needs work * playbar layout now back to normal and label is using playbar_progress_text * Formatting * Fix audio analysis after tui upgrade Co-authored-by: Alexander Keliris <rigellute@gmail.com>

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.



It would be neat if you could change the color of the text that shows when the progress bar covers it without changing the background. My motivation is that I enjoy the black background but the default color can be hard to read on dark progress bar colors.
The text was updated successfully, but these errors were encountered: