Skip to content
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

Opaque color for played song #13510

Closed
vespadj opened this issue Jul 25, 2024 · 2 comments
Closed

Opaque color for played song #13510

vespadj opened this issue Jul 25, 2024 · 2 comments
Labels

Comments

@vespadj
Copy link

vespadj commented Jul 25, 2024

Feature Description

In skin, how change color of played songs?
Expected: opacity -30% or gray text for row of played songs.
All views: Tracks, Computer, etc...

@Swiftb0y
Copy link
Member

Are you aware of the played column in the library? Can you elaborate on why that is not sufficient for your usecase and why you would prefer the entire row to be colored instead? How would that interact with tracks that have been colored?
image

@ronso0
Copy link
Member

ronso0 commented Jul 25, 2024

FYI played tracks are painted with a dim color (grey text) in Mixxx 2.5 (#12744)
Since #12916 this is optional -> Preferences -> Library

The color/opacity can also be customized with this snippet in style.qss (or style_palemoon.qss or whatever color scheme is used)

WTrackTableView {
  qproperty-playedInactiveColor: #555;
}

@ronso0 ronso0 closed this as completed Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants