khanhas / genius-spicetify

Fetch lyrics from Genius and Musixmatch right in Spotify desktop client
256 stars 12 forks source link

After updating, there's no colorful background #14

Closed jimao233 closed 4 years ago

jimao233 commented 4 years ago

Any way to get it back? I only found how to turn it off: https://github.com/khanhas/genius-spicetify/issues/6

khanhas commented 4 years ago

Ehh sorry, I virtually hate it so much so I removed it

jimao233 commented 4 years ago

The problem is that the lyrics now is grey, not bright enough to see in the dark background. 20200728115836

khanhas commented 4 years ago

Add this to your user.css:

.lyrics-lines-container, .message-container {
    color: #FFFFFF;
}

or edit lyrics.css directly, at line 13:

    color: var(--modspotify_secondary_fg);

to

    color: #FFFFFF;
jimao233 commented 4 years ago

Unsynced lyrics of Genius is now all white, but synced lyrics of Genius and Musixmatch is still grey... 微信截图_20200728164944 微信截图_20200728164641 微信截图_20200728164655

khanhas commented 4 years ago

Oh my bad. Just do the same thing with

.lyrics-lines-container .lyrics-list-animated .lyrics-line
jimao233 commented 4 years ago

It works! Thank you so much!