2019-08-23 15:54:36 +02:00
# spicetify community themes
2021-07-15 09:23:12 +02:00
This is a collection of themes for [spicetify ](https://github.com/khanhas/spicetify-cli ), a command-line tool to customize Spotify.
2021-07-06 17:02:31 +02:00
You can add your own theme simply by opening a Pull Request (more info in the [Contributions section ](#contributions )).
2019-08-23 15:54:36 +02:00
2021-07-15 09:23:12 +02:00
### **You can find a preview of all the themes in [THEMES.md](./THEMES.md).**
2019-08-29 10:50:23 +02:00
2021-07-06 17:02:31 +02:00
## Notes:
2021-07-15 09:23:12 +02:00
* **These themes require you to have the old Spotify UI (\<v1.1.56) and [Spicetify \<v2](https://github.com/khanhas/spicetify-cli/wiki/Installation#legacy-spotify). The themes for the latest Spotify version are in the `master` branch.**
* **To install Dribbblish and DribbblishDynamic, follow the instructions in their READMEs** .
* **Spotify ad-blocked version is not supported.**
2021-05-16 10:43:09 +02:00
2021-03-07 10:32:15 +01:00
## Installation and usage
2019-08-23 15:54:36 +02:00
2021-07-06 22:09:26 +02:00
(If you use Arch Linux you can find this project on the [AUR ](https://aur.archlinux.org/packages/spicetify-themes-git/ ))
2019-09-04 15:23:30 +02:00
2021-07-15 09:23:12 +02:00
1. Clone this repository. Make sure [git ](https://git-scm.com/ ) is installed and run:
2021-07-07 21:19:44 +02:00
```bash
git clone https://github.com/morpheusthewhite/spicetify-themes.git
```
2021-07-06 17:02:31 +02:00
2021-07-15 09:23:12 +02:00
2. Copy the files into the [Spicetify Themes folder ](https://github.com/khanhas/spicetify-cli/wiki/Customization#themes ). Run:
2021-07-07 21:19:44 +02:00
**Linux**
2021-07-15 09:23:12 +02:00
2021-07-07 21:19:44 +02:00
```bash
cd spicetify-themes
cp -r * ~/.config/spicetify/Themes
```
2021-07-06 17:02:31 +02:00
2021-07-07 21:19:44 +02:00
**MacOS**
2021-07-06 17:02:31 +02:00
2021-07-07 21:19:44 +02:00
```bash
cd spicetify-themes
cp -r * ~/spicetify_data/Themes
```
2021-07-06 17:02:31 +02:00
2021-07-15 09:23:12 +02:00
**Windows**
2021-07-06 17:02:31 +02:00
2021-07-07 21:19:44 +02:00
```powershell
cd spicetify-themes
cp * "$(spicetify -c | Split-Path)\Themes\"
```
2021-07-06 22:09:26 +02:00
2021-07-15 09:23:12 +02:00
3. Choose which theme to apply just by running:
2021-07-07 21:19:44 +02:00
```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
```
2019-08-23 15:54:36 +02:00
## Contributions
If you want to add your theme:
2021-07-15 09:23:12 +02:00
* Fork this repository
* Create another folder with your theme name. The theme name should consist of one word starting with an uppercase letter and shouldn't contain `spicetify` or any whitespace in it; if a "-" is present in the name it must be followed by an uppercase letter.
* Copy `color.ini` and `user.css` into it
* Create a `README.md` in it with the following structure:
2021-07-08 08:25:56 +02:00
2021-07-07 21:19:44 +02:00
```markdown
# THEME_NAME
2019-08-23 15:54:36 +02:00
2021-07-07 21:19:44 +02:00
## Screenshots
2019-08-23 15:54:36 +02:00
2021-07-07 21:19:44 +02:00
[Put at least one image per color scheme here]
2019-08-23 15:54:36 +02:00
2021-07-07 21:19:44 +02:00
## More
2019-08-23 15:54:36 +02:00
2021-07-07 21:19:44 +02:00
[Specify any needed font; (optionally) author name and/or any other info about the theme]
2019-08-23 15:54:36 +02:00
2021-07-07 21:19:44 +02:00
```
2021-07-15 09:23:12 +02:00
* Open a Pull Request
2019-08-23 15:54:36 +02:00
2021-07-06 17:02:31 +02:00
**Thanks to all contributors.**
2020-08-08 10:35:29 +02:00
## Troubleshooting
2021-07-15 09:23:12 +02:00
* 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.
2020-08-08 10:35:29 +02:00
2021-07-15 09:23:12 +02:00
* For bugs and requesting new features, [open an issue ](https://github.com/morpheusthewhite/spicetify-themes/issues/new/choose ) on GitHub.
2020-08-08 10:35:29 +02:00
2021-07-06 17:02:31 +02:00
If you are unsure about which one to use, go for Spectrum.