# spicetify community themes This is a collection of themes for [spicetify](https://github.com/khanhas/spicetify-cli), a command-line tool to customize Spotify. You can add your own theme simply by opening a Pull Request (more info in [CONTRIBUTING.md](./CONTRIBUTING.md)). ### **You can find a preview of all the themes in [THEMES.md](./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](https://aur.archlinux.org/packages/spicetify-themes-git/)) 1. Clone this repository. Make sure [git](https://git-scm.com/) is installed and run: ```bash git clone https://github.com/morpheusthewhite/spicetify-themes.git ``` 2. Copy the files into the [Spicetify Themes folder](https://github.com/khanhas/spicetify-cli/wiki/Customization#themes). Run: **Linux** ```bash cd spicetify-themes cp -r * ~/.config/spicetify/Themes ``` **MacOS** ```bash cd spicetify-themes cp -r * ~/spicetify_data/Themes ``` **Windows** ```powershell cd spicetify-themes cp * "$(spicetify -c | Split-Path)\Themes\" ``` 3. Choose which theme to apply just by running: ```bash 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: ```bash spicetify config color_scheme SCHEME_NAME ``` ## Contributions We've set up a separate document for our [contribution guidelines](./CONTRIBUTING.md). ## 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 use the [Spectrum](https://spectrum.chat/spicetify) chat. Use GitHub issues ONLY for bugs and requesting new features. If you are unsure about which channel to use, go for Spectrum. ## Useful resources * [Spicetify theme without free version UI elements (e.g. "Upgrade" button)](https://github.com/Daksh777/SpotifyNoPremium) * [DribbblishDynamic theme for v2](https://github.com/JulienMaille/dribbblish-dynamic-theme)