#Spotify button controls

1 messages · Page 1 of 1 (latest)

clear charm
#

gonna try to change this ig

#

ok, i got this far and I am trying to see how I can get the bottom one to not be ignored

#

i can change the arrow colors through inspect element, but i can't put it inside of quickcss or openasar, since the snippet gets ignored

clear charm
#

i went on the github of the plugin and I am wondering how I can put a custom color of the spotify buttons into a theme

#

Okay, I figured out how to change the color inside of quickcss/openasar

#

Normal:

.vc-spotify-button {
    background: none;
    color: var(--interactive-normal);
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

Modifiable:

.vc-spotify-button {
    background: none;
    color: var(--background-modifier-accent);
    --vc-spotify-green: #000eb9;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#

will modify it more soon