
Catppuccin for Youtube Music
- Download a CSS file with your desired flavor from
srce.g.mocha.css(NOTyoutubemusic.user.css). - Open the app, click
Options > Visual Tweaks > Theme > Import custom CSS file, and choose the downloaded CSS file.
- Download a CSS file with your desired flavor from
srce.g.mocha.css(NOTyoutubemusic.user.css). - Navigate to Settings > Appearance and enable Custom CSS
- In Custom CSS file path, choose the CSS file you created.
/* find the --ctp-accent variable in the file and change it to your desired color in hex -
or use one of the predefined colors with var(--ctp-'color') - e.g. --ctp-accent: var(--ctp-maroon) !important; */
html:not(.style-scope) {
/*...*/
--ctp-accent: #f5e0dc !important; /* example */
/*...*/
}- Choose your flavor and accent color in the Configure window in Stylus Options
If you wish to change the default colors to something different, like an OLEDpuccin variant, replace them in the CSS file within html:not(.style-scope):
html:not(.style-scope) {
/*...*/
--ctp-base: #020202 !important;
--ctp-crust: #010101 !important;
--ctp-mantle: #000 !important;
/*...*/
}
/* OLEDpuccin */All of the colors available for change are in the beginning of the CSS file.
Β
Copyright Β© 2021-present Catppuccin Org