Themes
Themes let you customize Spotify’s colors, fonts, and visual styling. From subtle tweaks to complete visual overhauls, themes are one of the most popular Spicetify features.
Installing Themes
Via Marketplace
The easiest way to install themes is through the Marketplace. Open Marketplace from Spotify’s sidebar and browse the Themes tab.
Manual Installation
For themes not in Marketplace:
-
Download the theme folder (should contain
color.inianduser.css) -
Place it in your Themes folder:
Platform Path Windows %appdata%\spicetify\Themes\Linux / macOS ~/.config/spicetify/Themes/ -
Apply the theme:
Terminal window spicetify config current_theme <theme-folder-name>spicetify apply
Color Schemes
Many themes include multiple color schemes. To use a specific scheme:
spicetify config current_theme <theme-folder-name> color_scheme <scheme-name>spicetify applyCheck the theme’s color.ini file to see available schemes (each [SectionName] is a scheme).
Removing Themes
To go back to Spotify’s default appearance, set the theme to an empty value:
spicetify config current_theme ""spicetify applyOr set a different theme name.
Community Themes
The Spicetify community has created many themes. Here are some popular repositories:
Official Repository
The official collection, open for contributions:
Popular Third-Party Themes
| Theme | Description |
|---|---|
| Comfy | Comfortable, modern design |
| Fluent | Windows 11 Fluent Design style |
| Catppuccin | Soothing pastel color palette |
| Bloom | Gradient-heavy, vibrant look |
| Lucid | Clean, minimal aesthetic |
| Gruvify | Gruvbox color scheme |
| Spotify Dark | Enhanced dark theme |
| Throwback | Classic Spotify look |
| SpicetifyCat | Cat-themed customization |
| RetroPlayer | Retro aesthetic |
| Dracula (m0squdev) | Dracula color palette |
Unmaintained (May Not Work)
These themes may not work with current Spotify versions:
Creating Themes
Want to create your own theme? See the Theme Development Guide.
A basic theme needs two files:
color.ini: Color values that become CSS variablesuser.css: Custom CSS rules
Example color.ini:
[Base]main = 121212sidebar = 000000player = 181818card = 282828shadow = 000000selected-row = 797979button = 1db954button-active = 1ed760text = ffffffsubtext = b3b3b3Troubleshooting
Theme not applying
- Make sure the theme folder name matches what you used in
spicetify config - Verify the folder contains both
color.inianduser.css - Run
spicetify applyafter any config changes
Theme looks broken after Spotify update
After Spotify updates, themes may need adjustment. Try:
spicetify restore backup applyIf issues persist, check the theme’s repository for updates or reported issues.
Colors not changing
Make sure you’re setting both the theme and color scheme:
spicetify config current_theme MyTheme color_scheme Darkspicetify apply