5172579def63152bd3476aaf1cdc7e09833b8221

Catppuccin for Jellyfin
Previews
Usage
- Copy the theme import rule:
@import url('https://adamperkowski.github.io/jellyfin/theme.css'); - Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code"
- Copy your preferred flavor's import rule and paste it after the theme import:
/* 🌻 Latte */ @import url('https://adamperkowski.github.io/jellyfin/latte.css'); /* 🪴 Frappé */ @import url('https://adamperkowski.github.io/jellyfin/frappe.css'); /* 🌺 Macchiato */ @import url('https://adamperkowski.github.io/jellyfin/macchiato.css'); /* 🌿 Mocha */ @import url('https://adamperkowski.github.io/jellyfin/mocha.css'); - Press save and you're done!
Customization
The accent color can be overrided by adding the following after the imports:
:root {
--main-color: var(--mauve);
}
There is also an everything-rounded extension available:
@import url('https://adamperkowski.github.io/jellyfin/rounding.css');
💝 Thanks to
Copyright © 2021-present Catppuccin Org
Languages
CSS
100%







