https://github.com/spicetify/spicetify-themes
A community-driven collection of themes for customizing Spotify through Spicetify - https://github.com/spicetify/cli
https://github.com/spicetify/spicetify-themes
beautify css customization spicetify spicetify-themes spotify theme themes-css ui unixporn
Last synced: 5 months ago
JSON representation
A community-driven collection of themes for customizing Spotify through Spicetify - https://github.com/spicetify/cli
- Host: GitHub
- URL: https://github.com/spicetify/spicetify-themes
- Owner: spicetify
- License: mit
- Created: 2019-08-23T13:54:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T17:10:07.000Z (5 months ago)
- Last Synced: 2025-05-13T00:18:59.710Z (5 months ago)
- Topics: beautify, css, customization, spicetify, spicetify-themes, spotify, theme, themes-css, ui, unixporn
- Language: CSS
- Homepage:
- Size: 322 MB
- Stars: 5,402
- Watchers: 55
- Forks: 1,302
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - spicetify/spicetify-themes - A community-driven collection of themes for customizing Spotify through Spicetify - https://github.com/spicetify/cli (CSS)
- starred - spicetify/spicetify-themes - A community-driven collection of themes for customizing Spotify through Spicetify - https://github.com/spicetify/cli (CSS)
- awesome - spicetify/spicetify-themes - A community-driven collection of themes for customizing Spotify through Spicetify - https://github.com/spicetify/cli (CSS)
- awesome-linux-ricing - spicetify-themes - The official Spicetify themes repository. (App Theming / Spotify)
- StarryDivineSky - spicetify/spicetify-themes - themes是一个由社区驱动的Spotify主题集合,通过Spicetify工具进行定制,特色是提供丰富的主题选择,工作原理是用户可下载主题文件并在Spicetify中应用,以改变Spotify界面外观,支持多种风格和布局,无需安装额外软件,直接在Spotify客户端中即可使用,项目特色在于其开放性和可定制性,用户可以轻松切换不同主题,官方GitHub链接为https://github.com/spicetify/themes (网络信息服务 / 网络服务_其他)
README
# spicetify community themes
This is a collection of themes for [spicetify](https://github.com/spicetify/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 that you have the latest version of Spotify and Spicetify.**
* **To install Dribbblish and Turntable 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 --depth=1 https://github.com/spicetify/spicetify-themes.git
```2. Copy the files into the [Spicetify Themes folder](https://spicetify.app/docs/development/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)