spicetify-themes/README.md

57 lines
2.3 KiB
Markdown
Raw Normal View History

2019-08-23 15:54:36 +02:00
# spicetify community themes
2019-10-11 17:54:51 +02:00
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 Requests (more info in the Contributions section).
2019-08-23 15:54:36 +02:00
### **You can find a preview of all the themes in the [wiki](https://github.com/morpheusthewhite/spicetify-themes/wiki/Themes-preview).**
2019-08-29 10:50:23 +02:00
2021-03-07 10:32:15 +01:00
## Installation and usage
2019-08-23 15:54:36 +02:00
(If you use Arch Linux you can find this project on the [AUR](https://aur.archlinux.org/packages/spicetify-themes-git/))
Once you cloned the repository you'll need to put the files into the Themes folder. This varies between operating systems. The example shows the `Themes` directory for Linux. For other operating systems, see the `Themes` folder location [here](https://github.com/khanhas/spicetify-cli/wiki/Customization#themes).
2019-08-23 15:54:36 +02:00
```bash
cd spicetify-themes
cp -r * ~/.config/spicetify/Themes
```
2020-05-06 15:38:03 +02:00
**NOTE: to install Dribbblish and DribbblishDynamic follow the instructions in its README**.
2020-05-06 15:38:03 +02:00
2020-05-20 08:00:55 +02:00
After that you can choose which theme to apply just by running `spicetify config current_theme THEME_NAME`.
Some themes have 2 or more different color schemes. You can switch between them, once selected the theme, with `spicetify config color_scheme SCHEME_NAME`.
2019-08-23 15:54:36 +02:00
## Contributions
If you want to add your theme:
- Fork this repository
2020-11-06 22:10:02 +01:00
- 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.
2020-12-22 09:06:36 +01:00
- Copy `color.ini` and `user.css` into it
2019-08-23 15:54:36 +02:00
- Create a `README.md` in it with the following structure
```markdown
# THEME_NAME
## Screenshots
2020-12-22 09:06:36 +01:00
[Put at least one image per color scheme here]
2019-08-23 15:54:36 +02:00
## More
2019-08-23 15:54:36 +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
```
- Open a Pull Request
**Thanks to all the contributors.**
## Troubleshooting
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-11-26 12:43:40 +01:00
For bugs and requesting new features use the GitHub issues.
If you are unsure about which channel to use, go for Spectrum.
NOTE: Spotify ad-blocked version is not supported.