Skip to content
Advertisement

How to Customize Spotify With Spicetify Themes

Amit YadavAmit Yadav···4 min read
Spotify desktop client with a custom Spicetify theme applied, showing a dark color scheme with rounded UI

Spicetify lets you change Spotify's desktop client look with custom themes, color schemes, and extensions. This guide covers Windows primarily, though the theme steps are the same on Mac and Linux after install. For a full cross-platform install guide, see How to Install and Use Spicetify.

Before you start

Install Spotify from spotify.com, not the Microsoft Store. The Store version is sandboxed and Spicetify cannot patch it. Spicetify is not affiliated with Spotify.

How to install Spicetify on Windows

Open PowerShell as your normal user (not as Administrator) and run:

iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex

The script installs the CLI, adds it to your PATH, and offers to install the Marketplace at the same time. Accept it. Then run:

spicetify backup apply

This backs up Spotify's original files and applies the patch. Spotify will restart. Once it reopens, a Marketplace entry appears in the left sidebar.

How to apply a Spicetify theme from Marketplace

Marketplace is the easiest way to browse and apply themes. Open Spotify, click Marketplace in the sidebar, and go to the Themes tab. Every listed theme shows a preview, a description, and available color schemes.

Click Install on a theme and it applies immediately. To switch color schemes, open the theme's card and pick from the dropdown.

Popular themes as of 2026: Comfy, Catppuccin, Dribbblish, text (minimal), and Sleek.

Spotify desktop client with a custom Spicetify theme applied
Spotify with custom theme

How to install a theme manually from GitHub

If a theme is not in Marketplace, you can install it from GitHub. Download or clone the theme's folder and copy it into your Spicetify Themes directory:

  • Windows: %appdata%\spicetify\Themes\
  • Mac and Linux: ~/.config/spicetify/Themes/

Then apply it from the terminal:

spicetify config current_theme ThemeFolderName
spicetify config color_scheme SchemeName
spicetify apply

color_scheme is optional. Leave it out to use the theme's default. To chain the commands in one line:

spicetify config current_theme Comfy && spicetify config color_scheme Default && spicetify apply

PowerShell terminal applying a Spicetify theme to Spotify
Applying Spicetify theme via terminal

How to install extensions and custom apps

Extensions add functionality to Spotify. The easiest way is Marketplace under the Extensions tab: click Install and it applies without touching the terminal.

To install an extension from a file manually:

spicetify config extensions extension.js
spicetify apply

To install a custom app:

spicetify config custom_apps appname
spicetify apply

Some useful Marketplace extensions: Shuffle+ (smarter shuffle), Full Screen Mode, Lyrics Plus, Volume Percentage, and Keyboard Shortcut.

Customize the home and sidebar layout

With Spicetify applied, right-click the profile picture in Spotify:

  • Home config: hover over any section on the Home page and use the arrows to move it up or down. Good for pushing the Podcasts shelf to the bottom.
  • Sidebar config: hover over sidebar items to move, show, or hide them.

After adjusting, click the profile picture again and deselect the config option to lock the layout.

FAQs

How do I find Spicetify themes?
The easiest source is the Spicetify Marketplace, which appears as a tab in your Spotify sidebar after you install Marketplace. It lists hundreds of themes with previews and one-click install. For themes not in Marketplace, search GitHub for the theme name. The old community repo (morpheusthewhite/spicetify-themes) was archived; Marketplace is now the main distribution point.
How do I update a Spicetify theme?
For Marketplace themes, open Marketplace and check the Installed tab for an update button if one is available. For manually installed themes, download the new version from GitHub, replace the files in your Themes folder, and run `spicetify apply`.
My theme disappeared after a Spotify update. How do I get it back?
Spotify updates overwrite the files Spicetify patched. This is normal. Run `spicetify backup apply` to re-patch Spotify and restore your theme. If that errors, try `spicetify restore backup apply` instead.
Can I use Spicetify themes on the Spotify web player or mobile?
No. Spicetify only works on the desktop client installed from spotify.com (Windows, Mac, Linux). It does not affect the Spotify web player, the mobile app, or the Microsoft Store version of the desktop app.
AYAmit Yadav

Amit Yadav

Contributor

Amit loves new tech and apps that make life easier, he writes about apps, games and useful websites on TheTechBasket.

4107 articles writtenView all posts by Amit →

Related articles

See all