Selbi182 / SpotifyBigPicture

A Java/JavaScript-based fullscreen interface displaying your current music on Spotify in a beautiful little browser page
GNU General Public License v3.0
57 stars 6 forks source link

Black Background (Suggestion) #6

Closed GreenRabbits closed 1 year ago

GreenRabbits commented 1 year ago

Is it possible to add a Black Background feature (in darker rooms or for OLED panels) ? image image I have managed to do that editing the CSS : #content { background-color: black; }

I think it should override Background Artwork and Grain Settings, as I would just check/uncheck Black Background whenever I’m in the dark and just have the previous interface when unchecking it.

Selbi182 commented 1 year ago

Simple enough, I'll add that :)

I'm going to simply set the background to display: none though, since that saves on resources.