mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +01:00
Custom theme for Jellyfin WebUI
| CSS | ||
| images | ||
| LICENSE | ||
| README.md | ||
Custom CSS theme for Jellyfin with support for backdrops
Go to installation
Scyfin Base Theme
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css');
Options (Add these below the base theme)
- Disable static left drawer
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');
- Themes:
- Seafoam
- Coral
- Snow
- OLED
Installation:
Server-wide install:
- Click the hamburger icon (Top left)
- Navigate to "Dashboard" (If you don't see this, make sure you are signed in to your admin account)
- Navigate to "General"
- Near the bottom, under "Custom CSS code", paste the
@import urlfor the base Scyfin theme - Optional - Paste the
@import urlfor any options / themes you may want - Click "Save"
Single client install:
- Click the hamburger icon (Top left)
- Navigate to "Settings"
- Navigate to "Display"
- Near the middle, under "Custom CSS code", paste the
@import urlfor the base Scyfin theme - Optional - Paste the
@import urlfor any options / themes you may want - Click "Save"








