Themes
Using unpackaged themes
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.
blossom
A little theme for your Spotify client
burntSienna
Grey and orange theme using the montserrat typeface.
dreary
Flat design, with lots of thick line borders.
dribbblish
Modern, rounded, and minimal design, with fading effects and gradients.
flow
Monochromatic colorschemes with subtle differences between colors, and soft vertical gradients.
matte
A distinct top bar, quick-to-edit CSS variables, and color schemes from Windows visual styles by KDr3w
nightlight
onepunch
Gruvbox.
sleek
Flat design, with dark blues for the background and single highlight colors in each scheme.
starryNight
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
ziro
Inspired by the Zorin GTK theme.
text
A TUI-like theme.
Community Themes
catppuccin
A soothing pastel theme for spotify. Comes in four color schemes: mocha, frappe, latte, and macchiato. Source
comfy
Stay comfy while listening to music. Rounded corners and dark blues. Comes in many variations. Source
dracula
Default spotify with the colors of the popular scheme. Source
nord
Default spotify with the colors of the popular scheme. Source
fluent
Inspired by the design of Windows 11. Source
defaultDynamic
Same as default spotify, but colors change dynamically with album art. Source
retroBlur
Synthwave theme with a lot of blur and effects. Source
omni
Dark theme created by Rocketseat. Source
bloom
Another Spicetify theme inspired by Microsoft's Fluent Design System. Source
lucid
A minimal and dynamic Bloom-inspired theme for Spicetify. Source
orchis
Simple dark green/grey theme. Source
hazy
A translucent spicetify theme. Source