Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JulienMaille/dribbblish-dynamic-theme
A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.
https://github.com/JulienMaille/dribbblish-dynamic-theme
spicetify-themes spotify theme
Last synced: 12 days ago
JSON representation
A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.
- Host: GitHub
- URL: https://github.com/JulienMaille/dribbblish-dynamic-theme
- Owner: JulienMaille
- License: mit
- Created: 2021-06-02T20:44:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T19:34:43.000Z (16 days ago)
- Last Synced: 2024-10-26T09:26:48.934Z (15 days ago)
- Topics: spicetify-themes, spotify, theme
- Language: CSS
- Homepage:
- Size: 55 MB
- Stars: 329
- Watchers: 18
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linux-ricing - dribbblish-dynamic - Mod of Dribbblish theme for Spicetify. (App Theming / Spotify)
README
# DribbblishDynamic for [Spicetify](https://github.com/spicetify/cli)
This is a tweaked version of the Dribbblish theme.
The main differences are the [automated](#follow-system-darklight-theme) light/dark toggle, the background cover and the dynamic highlight color, ie. it will match the current album art.## Preview
![demo-base](./preview.png)
## Install / Update
> [!IMPORTANT]
> Make sure you are using latest releases of and [Spotify](https://www.spotify.com/us/download/other/)
> The easiest way is probably to install this theme from the , developed by the same team behind Spicetify.#### Windows (PowerShell)
```powershell
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1" | Invoke-Expression
```#### Linux/MacOS (Bash)
```bash
curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.sh | sh
```#### Manual Install
1. Download the latest [Source code (zip)](https://github.com/JulienMaille/dribbblish-dynamic-theme/releases/latest)
2. Extract the files to your [Spicetify/Themes folder](https://spicetify.app/docs/development/themes/) (rename the zipped folder to `DribbblishDynamic`)
3. Copy `dribbblish-dynamic.js` and `Vibrant.min.js` to your [Spicetify/Extensions folder](https://spicetify.app/docs/advanced-usage/extensions#installing)
4. Run:
```
spicetify config extensions dribbblish-dynamic.js extensions Vibrant.min.js
spicetify config current_theme DribbblishDynamic
spicetify config color_scheme base
spicetify config inject_css 1 replace_colors 1
spicetify apply
```## Follow system dark/light theme
> [!IMPORTANT]
> From Spotify v1.2.17, dark mode is forced. You will need to patch Spotify binary:#### Windows (PowerShell)
```powershell
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.ps1" | Invoke-Expression
```#### Linux/MacOS (Bash)
```bash
curl -fsSL "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.sh" | sh
```## Uninstall
#### Windows (PowerShell)
```powershell
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.ps1" | Invoke-Expression
```#### Linux/MacOS (Bash)
```bash
curl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.sh | sh
```#### Manual Uninstall
```
spicetify config current_theme " " color_scheme " " extensions dribbblish-dynamic.js- extensions Vibrant.min.js-
spicetify apply
```