Skip to content

Themes

Using unpackaged themes

nix
programs.spicetify.theme = {
  # Name of the theme (duh)
  name = "";
  # The source of the theme
  # make sure you're using the correct branch
  # It could also be a sub-directory of the repo
  src = pkgs.fetchFromGitHub {
    owner = "";
    repo = "";
    rev = "";
    hash = "";
  };
  
  # Additional theme options all set to defaults
  # the docs of the theme should say which of these 
  # if any you have to change
  injectCss = true;
  injectThemeJs = true;
  replaceColors = true;
  homeConfig = true;
  overwriteAssets = false;
  additonalCss = "";
}

Almost all theme PR's will be merged quickly view the git history of /pkgs/themes.nix for PR examples

Official Themes

All of these themes can be found here.

default

Identical to the default look of spotify, but with other colorschemes available. preview

blossom

A little theme for your Spotify client preview

burntSienna

Grey and orange theme using the montserrat typeface. preview

dreary

Flat design, with lots of thick line borders. preview

dribbblish

Modern, rounded, and minimal design, with fading effects and gradients. preview

flow

Monochromatic colorschemes with subtle differences between colors, and soft vertical gradients. preview

matte

A distinct top bar, quick-to-edit CSS variables, and color schemes from Windows visual styles by KDr3w preview

nightlight

preview

onepunch

Gruvbox. preview

sleek

Flat design, with dark blues for the background and single highlight colors in each scheme. preview

starryNight

preview Simple theme with a pure CSS Shooting Star Animation Effect

turntable

Default spotify, but provides a spinning image of a record when used with fullAppDisplay.js preview

ziro

Inspired by the Zorin GTK theme. preview

text

A TUI-like theme. preview

Community Themes

catppuccin

A soothing pastel theme for spotify. Comes in four color schemes: mocha, frappe, latte, and macchiato. Sourcepreview

comfy

Stay comfy while listening to music. Rounded corners and dark blues. Comes in many variations. Sourcepreview

dracula

Default spotify with the colors of the popular scheme. Sourcepreview

nord

Default spotify with the colors of the popular scheme. Sourcepreview

fluent

Inspired by the design of Windows 11. Sourcepreview

defaultDynamic

Same as default spotify, but colors change dynamically with album art. Sourcepreview

retroBlur

Synthwave theme with a lot of blur and effects. Sourcepreview

omni

Dark theme created by Rocketseat. Sourcepreview

bloom

Another Spicetify theme inspired by Microsoft's Fluent Design System. Sourcepreview

lucid

A minimal and dynamic Bloom-inspired theme for Spicetify. Sourcepreview

orchis

Simple dark green/grey theme. Sourcepreview

hazy

A translucent spicetify theme. Sourcepreview