KillYoy / DiscordNight

An actual Dark/Nightmode Theme for Discord/BetterDiscord
180 stars 255 forks source link

background graphic #60

Open WiFiGamer opened 7 months ago

WiFiGamer commented 7 months ago

Is there a switch somewhere that I can add a graphic to my background? I have another theme that I like the background for but if I enable both this theme and the other this one takes control of the background on the main window and the graphic disappears. I didn't see a switch for it and looking thru the css i cannot find where it is. I am a css newbie, i've never taken the time to learn it now i wish i did.

KillYoy commented 7 months ago

The theme was not made with that in mind like all the themes with customizable backgrounds out there, so I have not made any efforts to make it a feature.

You could add something like this to your custom css to mimic the effect though:

body {
    background: url('https://i.imgur.com/rn0AlMm.jpg') center/cover no-repeat;
    opacity: .95;
} 

This does not really add an actual background more of an image overlayed upon everything in the application, but If you have it on a high transparency like in the code above it looks decent.