2024-06-10, 04:25 AM
Repository: https://github.com/loof2736/scyfin
Custom CSS theme for Jellyfin with support for backdrops
Scyfin Base Theme
Options (Add these below the base theme)
Disable static left drawer
OLED
Seafoam
Coral
Snow
Custom CSS theme for Jellyfin with support for backdrops
Scyfin Base Theme
Code:
@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
- Code:
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');
OLED
- Code:
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css');
Seafoam
- Code:
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');
Coral
- Code:
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');
Snow
- Code:
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');