Daksh777 / SpicetifyTheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshots

Base

Base

Dark

Dark

Installation

1. Installing Spicetify CLI

Installation instructions for Windows, MacOS and Linux can be found here.

2. Installing Theme

Linux and MacOS:

In Bash:

cd "$(dirname "$(spicetify -c)")/Themes"
git clone https://github.com/Daksh777/SpicetifyTheme
spicetify config current_theme SpicetifyTheme color_scheme [dark/base]
spicetify apply

Windows

In Powershell:

cd "$(spicetify -c | Split-Path)\Themes"
git clone https://github.com/Daksh777/SpicetifyTheme
spicetify config current_theme SpicetifyTheme color_scheme [dark/base]
spicetify apply