• Stars
    star
    132
  • Rank 267,777 (Top 6 %)
  • Language
    CSS
  • License
    GNU General Publi...
  • Created about 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Spotify with Google style

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