🪼 Soothing pastel theme for Jellyfin
Find a file
june ce1f0974b1
refact: use whiskers 2.9.0
Reviewed-on: https://github.com/catppuccin/jellyfin/pull/54
Reviewed-by: june <me at koi.rip>
2026-04-16 10:55:02 +02:00
.github/workflows chore(deps): update actions/upload-pages-artifact action to v5 (#52) 2026-04-14 10:54:08 +02:00
assets refact!: prepare for transfer 2025-03-07 23:01:01 +01:00
themes chore: remove unused selectors (#46) 2025-12-11 11:50:11 +01:00
.editorconfig fix: paper-icon-button-light hover on focus 2025-03-01 22:47:05 +01:00
.prettierignore refact: use prettier for code formatting (#36) 2025-11-12 03:33:34 +01:00
.prettierrc.json refact: use prettier for code formatting (#36) 2025-11-12 03:33:34 +01:00
jellyfin.tera refactor: use different if 2026-04-16 04:38:25 -04:00
LICENSE v1.0.0 2023-03-11 20:25:24 +00:00
README.md docs: update thanks to names 2026-01-12 14:44:21 +01:00
renovate.json chore: add renovate.json (#12) 2025-03-08 11:06:23 +00:00

Logo
Catppuccin for Jellyfin

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Copy the theme import rule:
    @import url('https://jellyfin.catppuccin.com/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:
    /* 🌻 Latte */
    @import url('https://jellyfin.catppuccin.com/catppuccin-latte.css');
    /* 🪴 Frappé */
    @import url('https://jellyfin.catppuccin.com/catppuccin-frappe.css');
    /* 🌺 Macchiato */
    @import url('https://jellyfin.catppuccin.com/catppuccin-macchiato.css');
    /* 🌿 Mocha */
    @import url('https://jellyfin.catppuccin.com/catppuccin-mocha.css');
    
  4. Press save and you're done!

Customization

The accent color can be overridden by adding the following after the imports:

:root {
    --main-color: var(--sapphire);
}

Creating your own theme

All colors can be easily changed by overriding these CSS variables.

Hall of Fame

These amazing themes all base off of Catppuccin:

evergarden
evergarten preview

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org