Go to file
Jeong Hyeon dfdd89ad84
fix(Dribbblish): sidebar scrollbar (#1073)
2024-05-17 20:35:42 +12:00
.github/ISSUE_TEMPLATE ci: remove `auto-assign` action (#1071) 2024-05-15 23:08:06 +12:00
Blossom chore(Blossom): update README.md (#960) 2023-07-16 12:23:41 +12:00
BurntSienna fix(BurntSienna): fix encore accent background color (#1002) 2023-10-13 20:28:17 +13:00
Default [ImgBot] Optimize images 2021-07-15 07:16:45 +00:00
Dreary fix(Dreary): playlist positioning (#800) 2022-07-13 08:09:24 -06:00
Dribbblish fix(Dribbblish): sidebar scrollbar (#1073) 2024-05-17 20:35:42 +12:00
Flow fix(Flow): add ylx support (#954) 2023-06-22 10:54:34 +07:00
Matte feat(Matte): add rose-pine-moon color scheme (#996) 2023-09-12 23:53:22 +12:00
Nightlight feat(Nightlight): add Nightlight theme (#835) 2023-04-16 12:13:03 +12:00
Onepunch feat(Onepunch): add ylx support, custom icons, legacy color scheme, etc. (#963) 2023-06-29 14:51:47 +12:00
Sleek feat(Sleek): add new color scheme "Greener" (#1055) 2024-05-04 00:11:35 +12:00
StarryNight feat(StarryNight): add orange color scheme (#1062) 2024-05-08 18:53:46 +12:00
Turntable fix(Turntable): cover art roundness and rotation (#1009) 2023-11-10 12:49:22 +13:00
Ziro fix(ziro): make all modal elements visible (#1031) 2023-12-22 12:30:02 +13:00
_Extra update paths and URLs 2022-03-01 09:40:47 +00:00
text fix(text): transparent window controls (#1061) 2024-05-08 18:49:39 +12:00
.gitignore chore: remove theme evaluation scripts 2022-05-21 18:09:42 +01:00
CODE_OF_CONDUCT.md chore: update code of conduct to latest version (#764) 2022-05-23 10:28:57 +01:00
CONTRIBUTING.md docs(CONTRIBUTING): move contribution guidelines 2021-06-11 11:24:47 +02:00
LICENSE feat(Flow): add Flow theme (#753) 2022-05-05 21:35:16 +01:00
README.md Add "--depth=1" for faster cloning (#873) 2022-12-12 12:04:16 +13:00
THEMES.md feat(StarryNight): add orange color scheme (#1062) 2024-05-08 18:53:46 +12:00
manifest.json feat(StarryNight): add orange color scheme (#1062) 2024-05-08 18:53:46 +12:00

README.md

spicetify community themes

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 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 --depth=1 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