Jellyfin
🪼 Soothing pastel theme for Jellyfin
Install / Use
/learn @catppuccin/JellyfinREADME
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://jellyfin.org">Jellyfin</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>
<p align="center">
<a href="https://github.com/catppuccin/jellyfin/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/jellyfin?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/jellyfin/issues"><img src="https://img.shields.io/github/issues/catppuccin/jellyfin?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/jellyfin/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/jellyfin?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
<p align="center">
<img src="/assets/preview.webp"/>
</p>
Previews
<details> <summary>🌻 Latte</summary> <img src="/assets/latte.webp"/> </details> <details> <summary>🪴 Frappé</summary> <img src="/assets/frappe.webp"/> </details> <details> <summary>🌺 Macchiato</summary> <img src="/assets/macchiato.webp"/> </details> <details> <summary>🌿 Mocha</summary> <img src="/assets/mocha.webp"/> </details>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.
<details> <summary><b>Hall of Fame</b></summary> <p>These amazing themes all base off of Catppuccin:</p> <table> <tr> <th><a href="https://github.com/everviolet/jellyfin">evergarden</a></th> </tr> <tr> <td><a href="https://github.com/everviolet/jellyfin"><img src="https://github.com/everviolet/jellyfin/raw/main/assets/preview.webp" alt="evergarten preview"/></a></td> </tr> </table> </details>💝 Thanks to
<p align="center"> <img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /> </p> <p align="center"> Copyright © 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a> </p> <p align="center"> <a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a> </p>
