Go to file
2021-11-01 16:10:23 -07:00
_Extra docs(SpotifyNoControl): add alternatives 2021-08-24 12:17:44 +02:00
.github ci(github): correct actions to accept _Extra folder 2021-07-15 10:36:22 +02:00
BurntSienna [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Default [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Dreary Merge pull request #537 from CharlieS1103/master 2021-09-16 08:35:37 +02:00
Dribbblish fix(Dribbblish): correct font for user-created playlists 2021-10-09 18:26:52 +02:00
Fluent fix(Fluent): sidebar icons offcenter 2021-11-01 16:10:23 -07:00
Onepunch [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Sleek fix(Sleek): change play button size 2021-10-16 15:36:47 +13:00
Turntable fix(Turntable): in the "Connect to a device" scene, automatically update fad-heart state when toggle the heart 2021-10-30 19:24:50 +08:00
Ziro docs(Ziro): add screenshots 2021-07-07 11:08:52 +02:00
.gitignore feat: add gitignore 2021-05-19 22:12:35 +02:00
CODE_OF_CONDUCT.md Initial commit 2021-05-19 22:11:54 +02:00
CONTRIBUTING.md docs(CONTRIBUTING): move contribution guidelines 2021-06-11 11:24:47 +02:00
LICENSE Initial commit 2021-05-19 22:11:54 +02:00
README.md Update Themes folder location for MacOS 2021-10-25 16:46:19 +02:00
THEMES.md Added Dracula theme 2021-10-07 15:30:42 -04:00

spicetify community themes

Some of the themes are not working properly due to a recent Spotify update. Spicetify community is aware of that and everyone is working hard to fix them, so please do not open new issues.

This is a collection of themes for spicetify, a command-line tool to customize Spotify.

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 you to have the latest version of Spotify and Spicetify.
  • To install Dribbblish and Turntable, 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/morpheusthewhite/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.

Use GitHub issues ONLY for bugs and requesting new features.

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

Useful resources