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

[Suggestion] Option to add top buttons and played/unwatched indicators to accents. #79

Open
DexLuther opened this issue Oct 3, 2023 · 0 comments

Comments

@DexLuther
Copy link

DexLuther commented Oct 3, 2023

An option to add or alternate Accents list that adds

.skinHeader
.countIndicator,
.fullSyncIndicator,
.mediaSourceIndicator,
.playedIndicator 

That way users can also add their accent color to the top buttons and/or the played/unwatched counter instead of having to do it manually like so:

/*Accent and rounding*/
:root {--accent: 217, 0, 0;}
:root {--rounding: 12px;}
.skinHeader {
    color: rgba(217,0,0,0.8);
}
.countIndicator,
.fullSyncIndicator,
.mediaSourceIndicator,
.playedIndicator {
    background-color: rgba(217,0,0,0.8);
} 

image
image

EDIT: I could make a pull request, but it would have to be a different file as an alternate accent list (I think) and I'm not too familiar with GitHub and the etiquette regarding that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant