---
Custom CSS theme for Jellyfin (plus a backdrops supported version)
---
Scyfin Complete Theme
```css
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.0.8/CSS/css-scyfin/scyfin-theme.css');
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.0.8/CSS/css-colors/scyfin-theme.css');
```
---
Scyfin Complete Theme - Backdrops Supported
Note - 
 Only add 1 version of the theme, do not add both the normal Scyfin theme and the backdrops supported version together
 
 Backdrops need to be enabled in Jellyfin (Settings > Display > Backdrops) for backdrop supported version to display properly
```css
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.0.8/CSS/css-scyfin/scyfin-theme-backdrop.css');
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.0.8/CSS/css-colors/scyfin-theme-backdrop.css');
```