refact0r / midnight-discord

A dark, rounded discord theme.
https://betterdiscord.app/theme/midnight
MIT License
636 stars 365 forks source link

BetterSpotifyPlayer Slight Incompatiblity #96

Closed barraIhsan closed 6 months ago

barraIhsan commented 6 months ago

Raw CSS Import

So the spotify player is not the right color image

my dirty / temporary hack is to put

/* Makes the spotify custom player the right bg color */
#app-mount .panels__58331 {
    background-color: var(--bg-4) !important;
}

and it also work when the user doesn't use the BetterSpotifyPlayer.

So is there a better way for this to be implemented?

refact0r commented 6 months ago

what is betterspotifyplayer?

i'm not going to go out of my way to support individual random plugins unless they are the official ones from vencord or bd.

Remco0o commented 6 months ago

try this one @import url("https://anubisnekhet.github.io/discordCSS/midnightspotify.css");

refact0r commented 6 months ago

oh betterspotifyplayer is a snippet yeah im not going to change the main theme to fix a snippet that doesn't use proper colors. either get the dev of the snippet to fix it, add a fix yourself in quickcss, or used anubis's fixed snippet.