Home

Awesome

DribbblishDynamic for Spicetify <a href="https://github.com/JulienMaille/dribbblish-dynamic-theme/releases/latest"><img src="https://img.shields.io/github/release/JulienMaille/dribbblish-dynamic-theme/all.svg"></a>

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.

Preview

demo-base

Install / Update

[!IMPORTANT] Make sure you are using latest releases of <a href="https://github.com/spicetify/cli/releases/latest"><img src="https://img.shields.io/github/release/spicetify/cli/all.svg?label=Spicetify"></a> and Spotify
The easiest way is probably to install this theme from the <a href="https://github.com/spicetify/marketplace/wiki/Installation#auto-install"><img src="https://img.shields.io/github/v/release/spicetify/marketplace?label=Marketplace"></a>, developed by the same team behind Spicetify.

Windows (PowerShell)

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1" | Invoke-Expression

Linux/MacOS (Bash)

curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.sh | sh

Manual Install

  1. Download the latest Source code (zip)
  2. Extract the files to your Spicetify/Themes folder (rename the zipped folder to DribbblishDynamic)
  3. Copy dribbblish-dynamic.js and Vibrant.min.js to your Spicetify/Extensions folder
  4. Run:
    spicetify 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
    

Follow system dark/light theme

[!IMPORTANT] From Spotify v1.2.17, dark mode is forced. You will need to patch Spotify binary:

Windows (PowerShell)

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.ps1" | Invoke-Expression

Linux/MacOS (Bash)

curl -fsSL "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.sh" | sh

Uninstall

Windows (PowerShell)

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.ps1" | Invoke-Expression

Linux/MacOS (Bash)

curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.sh | sh

Manual Uninstall

spicetify config current_theme " " color_scheme " " extensions dribbblish-dynamic.js- extensions Vibrant.min.js-
spicetify apply