DefaultDynamic for Spicetify 
This is a tweaked version of the Default 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/spicetify-dynamic-theme/master/install.ps1" | Invoke-Expression
curl -fsSL https://raw.githubusercontent.com/JulienMaille/spicetify-dynamic-theme/master/install.sh | sh
- Download the latest Source code (zip)
- Extract the files to your Spicetify/Themes folder (rename the zipped folder to
DefaultDynamic
) - Copy
default-dynamic.js
andVibrant.min.js
to your Spicetify/Extensions folder - Run:
spicetify config extensions default-dynamic.js extensions Vibrant.min.js spicetify config current_theme DefaultDynamic spicetify config color_scheme Dark-Base spicetify config inject_css 1 replace_colors 1 spicetify apply
- Theme: You can choose between
dark
andlight
theme in the Spicetify settings menu. - Animation: You can toggle the animation on or off by changing the color scheme in the Spicetify settings menu.
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/spicetify-dynamic-theme/master/uninstall.ps1" | Invoke-Expression
curl -fsSL https://raw.githubusercontent.com/JulienMaille/spicetify-dynamic-theme/master/uninstall.sh | sh
spicetify config current_theme " " color_scheme " " extensions default-dynamic.js- extensions Vibrant.min.js-
spicetify apply