Logo
Catppuccin for Jellyfin

## Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
## Usage 1. Copy the theme import rule: ```css @import url('https://catppuccin.github.io/jellyfin/theme.css'); ``` 2. Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code" 3. Copy your preferred flavor's import rule and paste it **after** the theme import: ```css /* 🌻 Latte */ @import url('https://catppuccin.github.io/jellyfin/catppuccin-latte.css'); /* 🪴 Frappé */ @import url('https://catppuccin.github.io/jellyfin/catppuccin-frappe.css'); /* 🌺 Macchiato */ @import url('https://catppuccin.github.io/jellyfin/catppuccin-macchiato.css'); /* 🌿 Mocha */ @import url('https://catppuccin.github.io/jellyfin/catppuccin-mocha.css'); ``` 4. Press save and you're done! ## Customization The accent color can be overrided by adding the following **after** the imports: ```css :root { --main-color: var(--sapphire); } ``` ## 💝 Thanks to - [Adam](https://github.com/adamperkowski) - [Isabel](https://github.com/isabelroses) - [mxgic1337](https://github.com/mxgic1337)  

Copyright © 2021-present Catppuccin Org