/youtubemusic

🎧 (WIP) Soothing pastel theme for YouTube Music

Primary LanguageCSSMIT LicenseMIT

Logo
Catppuccin for Youtube Music

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Create a new css file with one of the flavour imports below.
  2. Assuming you have the latest build with the theme selection menu, open the app, click Options > Visual Tweaks > Theme > Import custom CSS file, and choose the CSS file.
  1. Navigate to the settings of the Youtube Music Desktop App.
  2. Go to the appearances tab and turn on custom theme.
  3. Click on the pencil icon to open up the editor window.
  4. Paste in the flavour import for your flavour and press the save button.

The code

/* latte */
@import url("https://catppuccin.github.io/youtubemusic/src/latte.css");
/* frappe */
@import url("https://catppuccin.github.io/youtubemusic/src/frappe.css");
/* macchiato */
@import url("https://catppuccin.github.io/youtubemusic/src/macchiato.css");
/* mocha */
@import url("https://catppuccin.github.io/youtubemusic/src/mocha.css");

/* if you want to change the accent color, paste this in aswell and change the hex code */
html:not(.style-scope) {
    --accentColor: #f5e0dc !important;
}
  1. Install Stylus extension for Firefox, Chrome or Opera
  2. Then install with Stylus (click on the link):
  1. Choose your flavor and accent color in the Configure window in Stylus Options

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org