dotfiles/dot-config/spicetify/Themes
2024-10-25 16:48:49 +05:00
..
Blossom New pc rice 2024-10-25 16:48:49 +05:00
BurntSienna New pc rice 2024-10-25 16:48:49 +05:00
Default New pc rice 2024-10-25 16:48:49 +05:00
Dreary New pc rice 2024-10-25 16:48:49 +05:00
Dribbblish New pc rice 2024-10-25 16:48:49 +05:00
Flow New pc rice 2024-10-25 16:48:49 +05:00
Matte New pc rice 2024-10-25 16:48:49 +05:00
Nightlight New pc rice 2024-10-25 16:48:49 +05:00
Onepunch New pc rice 2024-10-25 16:48:49 +05:00
SharkBlue New pc rice 2024-10-25 16:48:49 +05:00
Sleek New pc rice 2024-10-25 16:48:49 +05:00
StarryNight New pc rice 2024-10-25 16:48:49 +05:00
text New pc rice 2024-10-25 16:48:49 +05:00
Turntable New pc rice 2024-10-25 16:48:49 +05:00
Ziro New pc rice 2024-10-25 16:48:49 +05:00
CODE_OF_CONDUCT.md New pc rice 2024-10-25 16:48:49 +05:00
CONTRIBUTING.md New pc rice 2024-10-25 16:48:49 +05:00
LICENSE New pc rice 2024-10-25 16:48:49 +05:00
manifest.json New pc rice 2024-10-25 16:48:49 +05:00
README.md New pc rice 2024-10-25 16:48:49 +05:00
THEMES.md New pc rice 2024-10-25 16:48:49 +05:00

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