README.md

May 24, 2026 ยท View on GitHub

scyfin logo

Modern CSS theme for Jellyfin with support for backdrops and custom accent colors

Go to installation


Scyfin Base Theme

Jellyfin 10.11.X and above

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css');

Jellyfin 10.10.X and lower

Note - You should replace the "@latest" tag with "@1.4" for any options you use with this version

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@v1.4/CSS/scyfin-theme.css');
homepage homepage-backdrops details details-backdrops movies login

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');

Disable backdrops on navigation pages

This will disable backdrops on every page except the media details. Backdrops must be enabled in the client settings

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-backdrops-navigation.css');

Changes the search results in the "Identify" menu from a grid to a list. Useful for identifying items with long names

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/identify-list-view.css');

Themes:

Seafoam

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');
seafoam-theme

Coral

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');
coral-theme

Snow

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');
snow-theme

OLED

@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css');
homepage-oled details-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 "Branding"
  • Near the bottom, under "Custom CSS code", paste the @import url for the base Scyfin theme
    • Example:
    • install-server-base
  • Optional - Paste the @import url for any options / themes you may want
    • Example:
    • install-server-options
  • 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 url for the base Scyfin theme
    • Note -
      • If there is any server-wide custom CSS, you may want to enable "Disable server-provided custom CSS code", as the two themes WILL interfere with each other
    • Example:
    • install-client-base
  • Optional - Paste the @import url for any options / themes you may want
    • Example:
    • install-client-options
  • Click "Save"