Skip to content

Latest commit

 

History

History
119 lines (112 loc) · 6.15 KB

THEMES.md

File metadata and controls

119 lines (112 loc) · 6.15 KB

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;
  sidebarConfig = 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

staryNight

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. Source preview

comfy

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

dracula

Default spotify with the colors of the popular scheme. Source preview

nord

Default spotify with the colors of the popular scheme. Source preview

spotifyCanvas

A theme attempting to bring canvas, the video/clip player, to spotify desktop. It normally is only available on mobile. Source preview

spotifyNoPremium

Same as default spotify but without ads and anything related to getting premium. Source preview

fluent

Inspired by the design of Windows 11. Source preview

defaultDynamic

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

retroBlur

Synthwave theme with a lot of blur and effects. Source preview

omni

Dark theme created by Rocketseat. Source preview

bloom

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

lucid

A minimal and dynamic Bloom-inspired theme for Spicetify. Source preview

orchis

Simple dark green/grey theme. Source preview