Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catppuccin/spicetify
π§ Soothing pastel theme for Spotify
https://github.com/catppuccin/spicetify
catppuccin catppuccin-theme hacktoberfest spicetify spicetify-themes spotify
Last synced: about 9 hours ago
JSON representation
π§ Soothing pastel theme for Spotify
- Host: GitHub
- URL: https://github.com/catppuccin/spicetify
- Owner: catppuccin
- License: mit
- Created: 2022-01-23T17:38:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T20:25:43.000Z (6 months ago)
- Last Synced: 2024-11-12T00:42:20.794Z (5 days ago)
- Topics: catppuccin, catppuccin-theme, hacktoberfest, spicetify, spicetify-themes, spotify
- Language: CSS
- Homepage:
- Size: 6.3 MB
- Stars: 461
- Watchers: 10
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linux-ricing - catppuccin - Soothing pastel theme for Spotify. (App Theming / Spotify)
README
Catppuccin for Spicetify
![Spicetify Theme Preview](assets/preview.webp)
## Previews
π» Latte
πͺ΄ FrappΓ©
πΊ Macchiato
πΏ Mocha
## Usage
**From the Marketplace**
1. If you have [Spicetify Marketplace](https://github.com/spicetify/spicetify-marketplace) installed, you can install the theme from Marketplace.
2. Navigate to Marketplace in the app, go to themes and search for Catppuccin.
**Manual installation**
1. Follow the installation instructions for [Spicetify](https://spicetify.app/docs/getting-started)
* Note: The installation instructions for linux have you setting `/opt/spotify` and `/opt/spotify/Apps/*` permissions to `777`. 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=
sudo chgrp $GROUP /opt/spotify
sudo chgrp -R $GROUP /opt/spotify/Apps
sudo chmod 775 /opt/spotify
sudo chmod 775 -R /opt/spotify/Apps
```2. Follow the [installation and basic usage guide](https://spicetify.app/docs/getting-started) to setup Spicetify
3. Clone/Download the repository, and place the `catppuccin` folder (containing `user.css`, `theme.js`, `color.ini`, and `assets`) in the `Spicetify/Themes` directory:
```
# UNIX
cp -r catppuccin ~/.config/spicetify/Themes/
# Windows
cp catppuccin "$(spicetify -c | Split-Path)\Themes\" -Recurse
```4. 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
```
5. To set an accent color, head over to Spotify's settings page and select the accent colour.## π License
Catppuccin is released under the MIT license, which grants the following permissions:
- Commercial use
- Distribution
- Modification
- Private useFor more convoluted language, see the [LICENSE](https://github.com/catppuccin/catppuccin/blob/main/LICENSE).
## π Thanks to
Creator:
- [davidbgonz](https://github.com/davidbgonz)Maintainers:
- (Style) - [OlaoluwaM](https://github.com/OlaoluwaM)
- (Style) - [ghostx31](https://github.com/ghostx31)
- (Style/Extension) - [OhItsTom](https://github.com/ohitstom)Copyright Β© 2022-present Catppuccin Org