Spotify with Google style
- Install spicetify-cli and make sure it applies default theme succesfully.
- 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
- 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