/google-spicetify

Spotify with Google style

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

google-spicetify

Spotify with Google style

Previews

Base

img

Gow

img

Dark

img

How to install

  1. Install spicetify-cli and make sure it applies default theme succesfully.
  2. Run these commands:

Linux and MacOS in Bash:

cd "$(dirname "$(spicetify -c)")/Themes"
git clone https://github.com/khanhas/google-spicetify

Windows in Powershell:

cd "$(spicetify -c | Split-Path)\Themes"
git clone https://github.com/khanhas/google-spicetify
  1. Finally, run:
spicetify config current_theme google-spicetify
spicetify apply

There are 4 color schemes you can choose: Base, Dark, Gow, Spotify. Change scheme with commands:

spicetify config color_scheme <scheme name>
spicetify apply