Catppuccin for Spicetify
-
Follow the installation instructions for Spicetify
- Note: The installation instructions for linux have you setting
/opt/spotify
and/opt/spotify/Apps/*
permissions to777
. This is not good practice and should be avoided. If you want, you can set the group ownership for these paths to one that your user is apart of (i.e.users
), or you can create a new group and add it as a secondary group to your user. After that you can use the following command to give access to the group:GROUP=<group_name> sudo chgrp $GROUP /opt/spotify sudo chgrp -R $GROUP /opt/spotify/Apps sudo chmod 775 /opt/spotify sudo chmod 775 -R /opt/spotify/Apps
- Note: The installation instructions for linux have you setting
-
Follow the installation and basic usage guide to setup Spicetify
-
Clone/Download the repository, and place the
catppuccin
folder (containinguser.css
,theme.js
,color.ini
, andassets
) in theSpicetify/Themes
directory:cp -r catppuccin ~/.config/spicetify/Themes/
For Windows users:
spicetify config-dir
This will open the config folder for spicetify. -
Set theme and color scheme. Supported color schemes:
frappe
,latte
,macchiato
,mocha
.:spicetify config current_theme catppuccin spicetify config color_scheme frappe spicetify config inject_css 1 inject_theme_js 1 replace_colors 1 overwrite_assets 1 spicetify apply
-
To set an accent color, head over to Spotify's settings page and there will be a dropdown at the top.
Catppuccin is released under the MIT license, which grants the following permissions:
- Commercial use
- Distribution
- Modification
- Private use
For more convoluted language, see the LICENSE.
Unofficial Catppuccin themes for Spicetify!
Copyright © 2022-present Catppuccin Org