mirror of
https://github.com/catppuccin/jellyfin.git
synced 2026-04-21 08:55:17 +02:00
🪼 Soothing pastel theme for Jellyfin
- CSS 100%
Reviewed-on: https://github.com/catppuccin/jellyfin/pull/54 Reviewed-by: june <me at koi.rip> |
||
|---|---|---|
| .github/workflows | ||
| assets | ||
| themes | ||
| .editorconfig | ||
| .prettierignore | ||
| .prettierrc.json | ||
| jellyfin.tera | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||

Catppuccin for Jellyfin
Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
Usage
- Copy the theme import rule:
@import url('https://jellyfin.catppuccin.com/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://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'); - 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.
💝 Thanks to
Copyright © 2021-present Catppuccin Org
