Windows -> PowerShell:
iwr -useb https://raw.githubusercontent.com/NYRI4/Comfy-spicetify/main/install.ps1 | iexmacOS and Linux -> Bash:
curl -fsSL https://raw.githubusercontent.com/NYRI4/Comfy-spicetify/main/install.sh | shCD into your Themes folder in .spicetify and run :
git clone https://github.com/Comfy-Themes/SpicetifyRename the folder to Comfy and run these commands to apply :
spicetify config current_theme Comfy
spicetify config color_scheme <option>
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify applyWindows -> Powershell:
cd "$(spicetify -c | Split-Path)\Themes\Comfy"
Copy-Item comfy.js ..\..\Extensions
spicetify config extensions comfy.js
spicetify applymacOS and Linux -> Bash:
cd "$(dirname "$(spicetify -c)")/Themes/Comfy"
mkdir -p ../../Extensions
cp comfy.js ../../Extensions/.
spicetify config extensions comfy.js
spicetify applyThe theme automatically updates for users using the version of Spicetify equals or greater than 2.8.2, however, for the users that don't want to update Spicetify to the newest version:
- Go here
- Copy the whole code (sorry for the flashbang)
- Go into the Spicetify extension folder
- Open the
comfy.jsfile, paste the code and save it - Afterwards, in a terminal, run
spicetify apply - Enjoy !
For the users that don't want to update Spicetify to the newest version, do the same with this and paste it in the user.css replacing the @import.
Go into your theme folder and open either :
color.ini for the colors
user.css to modify the code