Skip to content

CapnKitten/Spotify-Discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Discord Theme - Paypal GitHub Discord

Combine Discord and Spotify into one


Current version: v2.0.0 (18/10/2023)

BetterDiscord download

Vencord link

https://capnkitten.github.io/BetterDiscord/Themes/Spotify-Discord/css/source.css

This theme works best with the plugin called SpotifyControls by DevilBro. To get it up and working, make sure your Spotify account is linked to your Discord account then download the plugin here or from the plugin repo.

Previews

(Previews are subject to be out of date)

Main chat area

discord_201

User info popout

discord_202

User settings

discord_203

discord_204

Custom server title bar colors

To change the title bar color for specific servers, use the code template below and place it in your custom CSS and change the server name and HSL color code to your liking.

.container-1NXEtd[aria-label*="SERVER_NAME"] {
  --header-bar-color: hsl(212,70%,31%);
}