f3a5351eb3
apply @sgoudham's suggestions ref https://github.com/catppuccin/catppuccin/issues/2696#issuecomment-2707252468 changes: - removed every styling outside of the colors themselves (i.e. rounding, `text-shadow` & `padding`) - changed the default accent color to `mauve` - renamed flavour CSS filenames from `<f>.css` to `catppuccin-<f>.css` Signed-off-by: Adam Perkowski <adas1per@protonmail.com>
3.1 KiB
3.1 KiB

Catppuccin for Jellyfin
Previews
Usage
- Copy the theme import rule:
@import url('https://adamperkowski.github.io/jellyfin/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://adamperkowski.github.io/jellyfin/catppuccin-latte.css'); /* 🪴 Frappé */ @import url('https://adamperkowski.github.io/jellyfin/catppuccin-frappe.css'); /* 🌺 Macchiato */ @import url('https://adamperkowski.github.io/jellyfin/catppuccin-macchiato.css'); /* 🌿 Mocha */ @import url('https://adamperkowski.github.io/jellyfin/catppuccin-mocha.css'); - 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




