Skip to content

Commit

Permalink
Create Spotify-addon.theme.css
Browse files Browse the repository at this point in the history
  • Loading branch information
s-k-y-l-i authored Mar 29, 2024
1 parent b68b2bd commit 0c6b7a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Spotify-addon.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@import url('https://s-k-y-l-i.github.io/discord-themes/Theme%20code/spotify.css');

:root {
--spotify-height: 206px; /*default: 226px*/
--expanded-margin-left: -11px; /*default: 0px*/
--small-margin-left: 0px; /*default: 0px*/
--spotify-image-border-radius: 8px; /*default: 5px*/
}

.theme-light #vc-spotify-player {
background: var(--bg-overlay-3,var(--background-secondary-alt)) !important;
}
.theme-dark #vc-spotify-player {
background: var(--bg-overlay-1, var(--background-secondary-alt)) !important;
}

0 comments on commit 0c6b7a6

Please sign in to comment.