2021-05-19 22:11:54 +02:00
# spicetify community themes
2022-03-01 10:40:47 +01:00
This is a collection of themes for [spicetify ](https://github.com/spicetify/spicetify-cli ), a command-line tool to customize Spotify.
2021-07-08 09:08:58 +02:00
2021-07-08 09:12:06 +02:00
You can add your own theme simply by opening a Pull Request (more info in [CONTRIBUTING.md ](./CONTRIBUTING.md )).
2021-05-19 22:11:54 +02:00
### **You can find a preview of all the themes in [THEMES.md](./THEMES.md).**
2021-07-08 09:08:58 +02:00
## Notes:
2022-05-13 15:09:09 +02:00
* **These themes require that you have the latest version of Spotify and Spicetify.**
2022-03-25 14:26:08 +01:00
* **To install Dribbblish and Turntable themes, follow the instructions in their READMEs** .
2021-07-08 09:08:58 +02:00
* **Spotify ad-blocked version is not supported.**
2021-05-19 22:11:54 +02:00
## Installation and usage
(If you use Arch Linux you can find this project on the [AUR ](https://aur.archlinux.org/packages/spicetify-themes-git/ ))
2021-07-08 09:08:58 +02:00
1. Clone this repository. Make sure [git ](https://git-scm.com/ ) is installed and run:
```bash
2022-03-01 10:40:47 +01:00
git clone https://github.com/spicetify/spicetify-themes.git
2021-07-08 09:08:58 +02:00
```
2022-03-01 10:40:47 +01:00
2. Copy the files into the [Spicetify Themes folder ](https://spicetify.app/docs/development/customization#themes ). Run:
2021-07-08 09:08:58 +02:00
**Linux**
2021-05-19 22:11:54 +02:00
2021-07-08 09:08:58 +02:00
```bash
cd spicetify-themes
cp -r * ~/.config/spicetify/Themes
```
2021-05-19 22:11:54 +02:00
2021-07-08 09:08:58 +02:00
**MacOS**
2021-07-04 18:26:52 +02:00
2021-07-08 09:08:58 +02:00
```bash
cd spicetify-themes
2021-10-25 16:46:19 +02:00
cp -r * ~/.config/spicetify/Themes
2021-07-08 09:08:58 +02:00
```
2021-05-19 22:11:54 +02:00
2021-07-08 09:08:58 +02:00
**Windows**
```powershell
cd spicetify-themes
2021-08-15 03:02:36 +02:00
cp * "$(spicetify -c | Split-Path)\Themes\" -Recurse
2021-07-08 09:08:58 +02:00
```
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
```
2021-05-19 22:11:54 +02:00
2021-07-15 10:21:17 +02:00
### Extra
The `_Extra` folder contains additional resources for tweaking the look of
Spotify. More info in its [README ](./\_Extra/README.md ).
2021-05-19 22:11:54 +02:00
## Contributions
2021-06-11 11:24:47 +02:00
We've set up a separate document for our [contribution guidelines ](./CONTRIBUTING.md ).
2021-05-28 13:52:04 +02:00
2021-05-19 22:11:54 +02:00
## Troubleshooting
2021-11-14 10:42:47 +01:00
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 ](https://www.reddit.com/r/spicetify/ ) or on the [Discord Server ](https://discord.com/invite/VnevqPp2Rr ).
2021-05-19 22:11:54 +02:00
2021-06-11 11:24:47 +02:00
Use GitHub issues ONLY for bugs and requesting new features.
2021-05-19 22:11:54 +02:00
2021-11-14 10:42:47 +01:00
If you are unsure about which channel to use, go for Reddit or Discord.
2021-05-19 22:11:54 +02:00
2021-07-08 09:12:06 +02:00
## Useful resources
2021-06-25 16:56:44 +02:00
2021-07-08 09:08:58 +02:00
* [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 )