Go to file
2022-07-15 18:29:34 +01:00
.extra Prettified Code! 2022-07-05 23:58:06 +00:00
.github chore: update prettier CI commit message 2022-07-06 01:37:09 +01:00
Bloom fix: add repository field 2022-07-15 18:26:38 +01:00
BurntSienna chore: remove badges from READMEs 2022-07-06 01:15:25 +01:00
Default chore: remove badges from READMEs 2022-07-06 01:15:25 +01:00
Dreary fix: dreary imports 2022-07-15 18:20:00 +01:00
Dribbblish Merge branch 'master' into generated-manifest 2022-07-15 18:18:30 +01:00
Flow chore: remove badges from READMEs 2022-07-06 01:15:25 +01:00
Fluent fix: text 2022-07-15 18:29:31 +01:00
Glaze fix: add repository field 2022-07-15 18:26:38 +01:00
Nord fix: add repository field 2022-07-15 18:26:38 +01:00
Onepunch fix: add repository field 2022-07-15 18:26:38 +01:00
Sleek chore: remove badges from READMEs 2022-07-06 01:15:25 +01:00
Turntable chore: remove badges from READMEs 2022-07-06 01:15:25 +01:00
Ziro fix: add repository field 2022-07-15 18:26:38 +01:00
.gitignore chore: remove theme evaluation scripts 2022-05-21 18:09:42 +01:00
CODE_OF_CONDUCT.md chore: updated manifests 2022-07-06 00:57:32 +01:00
CONTRIBUTING.md chore: remove badges from READMEs 2022-07-06 01:15:25 +01:00
LICENSE chore: update License 2022-05-23 16:42:08 +01:00
manifest.json chore: update manifest.json 2022-07-15 17:27:19 +00:00
README.md chore: updated manifests 2022-07-06 00:57:32 +01:00
THEMES.md fix: dreary imports 2022-07-15 18:20:00 +01:00

Spicetify Themes

This repository holds the official list of all Spicetify themes, a command-line tool to customize Spotify. If a theme is present here, then it will be present in Spicetify Marketplace.

Note

: Due to the development of Spicetify Marketplace, a game-changing addition to the Spicetify ecosystem, we are now shifting towards a more open-source friendly approach to theme development. This means that theme creators should now have the freedom to build their themes in a repository owned by them, rather than a repository owned by Spicetify.

Note

: Although in the past this repository held the whole code for themes, we are now simply holding the list of available themes. Think of it as an index of themes, or a Database of sorts.

You can add your own theme simply by opening a Pull Request (more info in CONTRIBUTING.md).

You can find a preview of all the themes in THEMES.md.

Notes:

  • These themes require that you have the latest version of Spotify and Spicetify.
  • To install Dribbblish and Turntable themes, follow the instructions in their READMEs.
  • Spotify ad-blocked version is not supported.

Installation and usage

(If you use Arch Linux you can find this project on the AUR)

  1. Clone this repository. Make sure git is installed and run:

    git clone https://github.com/spicetify/spicetify-themes.git
    
  2. Copy the files into the Spicetify Themes folder. Run:

    Linux

    cd spicetify-themes
    cp -r * ~/.config/spicetify/Themes
    

    MacOS

    cd spicetify-themes
    cp -r * ~/.config/spicetify/Themes
    

    Windows

    cd spicetify-themes
    cp * "$(spicetify -c | Split-Path)\Themes\" -Recurse
    
  3. Choose which theme to apply just by running:

    spicetify config current_theme THEME_NAME
    

    Some themes have 2 or more different color schemes. After selecting the theme you can switch between them with:

    spicetify config color_scheme SCHEME_NAME
    

Extra

The _Extra folder contains additional resources for tweaking the look of Spotify. More info in its README.

Contributions

We've set up a separate document for our contribution guidelines.

Troubleshooting

Do not open issues for general support questions as we want to keep GitHub issues for bug reports and feature requests. If you find problems when using or installing these themes, or you need help in modifying a theme then ask for suggestions on the subreddit or on the Discord Server.

Use GitHub issues ONLY for bugs and requesting new features.

If you are unsure about which channel to use, go for Reddit or Discord.

Useful resources