Skip to content

🪼 Soothing pastel theme for Jellyfin

License

Notifications You must be signed in to change notification settings

catppuccin/jellyfin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 overrided by adding the following after the imports:

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

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org