mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 19:02:45 +01:00
e3e8f425ab
Update the notes section in README.md for Fluent theme installation. The theme requires installation commands given in it's [readme](https://github.com/morpheusthewhite/spicetify-themes/tree/master/Fluent#readme)
79 lines
2.8 KiB
Markdown
79 lines
2.8 KiB
Markdown
# spicetify community themes
|
|
|
|
### **Some of the themes are not working properly due to a recent Spotify update. Spicetify community is aware of that and everyone is working hard to fix them, so please do not open new issues.**
|
|
|
|
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, Turntable and Fluent 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](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 * ~/.config/spicetify/Themes
|
|
```
|
|
|
|
**Windows**
|
|
|
|
```powershell
|
|
cd spicetify-themes
|
|
cp * "$(spicetify -c | Split-Path)\Themes\" -Recurse
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
### Extra
|
|
|
|
The `_Extra` folder contains additional resources for tweaking the look of
|
|
Spotify. More info in its [README](./\_Extra/README.md).
|
|
|
|
## 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 then ask for suggestions on the [subreddit](https://www.reddit.com/r/spicetify/) or on the [Discord Server](https://discord.com/invite/VnevqPp2Rr).
|
|
|
|
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
|
|
|
|
* [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)
|