Spotify theme inspired by popular Synthwave themes for other software. Only theme changes, no layout or feature changes.
Synthwave Spotify by n-1x
Details
Authorn-1x
LicenseCC0
Categoryspotify
Created
Updated
Size614 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name open.spotify.com
@version 20240412.11.43
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://open.spotify.com/") {
svg {
color: hotpink;
}
a {
color: aquamarine !important;
}
button {
background-color: aquamarine;
}
.encore-dark-theme .encore-inverted-light-set {
background-color: aquamarine;
}
* {
--text-base: aquamarine;
--background-base: #252335;
--text-subdued: hotpink;
}
* {
--fg-color: aquamarine;
--is-active-fg-color: aquamarine;
}
footer {
background-color: #252335;
}
}