spicetify-themes/Dribbblish
Khánh Nguyễn Xuân 1c5d0aef03 fix: small visual bugs
2020-05-19 23:12:55 +10:00
..
assets/glue-resources/fonts add: Dribbblish 2020-05-06 19:55:08 +10:00
base.png add: Dribbblish 2020-05-06 19:55:08 +10:00
color.ini add: Dribbblish 2020-05-06 19:55:08 +10:00
dark.png [ImgBot] Optimize images 2020-05-06 11:50:53 +00:00
dribbblish.js fix: small visual bugs 2020-05-19 23:12:55 +10:00
LICENSE add: Dribbblish 2020-05-06 19:55:08 +10:00
README.md README: Fix white color scheme references 2020-05-09 11:10:51 +02:00
user.css fix: small visual bugs 2020-05-19 23:12:55 +10:00
white.png [ImgBot] Optimize images 2020-05-06 11:50:53 +00:00
windows-shortcut-instruction.png [ImgBot] Optimize images 2020-05-06 11:50:53 +00:00

Dribbblish

Screenshots

Base

demo1

White

demo2

Dark

demo3

More

How to install

Run these command:

Linux and MacOS:

In Bash:

cd "$(dirname "$(spicetify -c)")/Themes/Dribbblish"
cp dribbblish.js ../../Extensions
spicetify config extensions dribbblish.js
spicetify config current_theme Dribbblish color_scheme base
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply

Windows

In Powershell:

cd "$(spicetify -c | Split-Path)\Themes\Dribbblish"
Copy-Item dribbblish.js ..\..\Extensions
spicetify config extensions dribbblish.js
spicetify config current_theme Dribbblish color_scheme base
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply

Windows user, please edit your Spotify shortcut and add flag --transparent-window-controls after the Spotify.exe:
instruction1

There are 3 color schemes you can choose: base, white, dark. Change scheme with commands:

spicetify config color_scheme <scheme name>
spicetify apply