This is a tweaked version of the Dribbblish theme.
The main differences are the automated light/dark toggle, the background cover and the dynamic highlight color, ie. it will match the current album art.
[!IMPORTANT] Make sure you are using latest releases of and Spotify
The easiest way is probably to install this theme from the , developed by the same team behind Spicetify.
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1" | Invoke-Expression
curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.sh | sh
DribbblishDynamic
)dribbblish-dynamic.js
and Vibrant.min.js
to your Spicetify/Extensions folderspicetify config extensions dribbblish-dynamic.js extensions Vibrant.min.js
spicetify config current_theme DribbblishDynamic
spicetify config color_scheme base
spicetify config inject_css 1 replace_colors 1
spicetify apply
[!IMPORTANT] From Spotify v1.2.17, dark mode is forced. You will need to patch Spotify binary:
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.ps1" | Invoke-Expression
curl -fsSL "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.sh" | sh
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.ps1" | Invoke-Expression
curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.sh | sh
spicetify config current_theme " " color_scheme " " extensions dribbblish-dynamic.js- extensions Vibrant.min.js-
spicetify apply