Skip to content

tedhinklater/finimalism

Repository files navigation

Finimalism for Jellyfin v10.11.x jsDelivr

Just paste the import line into your "Dashboard > Branding > CSS" section, or "User Settings > Display > CSS" section.

Note: For Jellyfin Media Player, you need the latest Jellyfin Desktop 2.0.0

V11

@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/Finimalism11.css");

V12

@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/Finimalism12.css");

Modded UI & animations (v11)

1

movie

show

player

Classic Jellyfin layout (v12)

1 2 3 4

Custom colours

Below is an example of how to use custom colours

@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/Finimalism11.css");
/* Custom Colours */
:root { 
  --accent: 202, 20, 20; 
  --backdropBlur: blur(0px);
  --rounding: 0.8em; 
  --tint: 0, 0, 0; 
  --tint2: 176, 34, 7; 
}
1

Add this for horizontal scrollers on the homepage

@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/scrollers-11.css");

Feedback

Bug reports are hugely appreciated, but to save time, can you include this info

  • Screen resolution (1920x1080, 2560x1440 etc)
  • Screen ratio (16:9, 21:9 etc)
  • Device type (Tablet, Desktop, TV)
  • Client (Jellyfin Media Player (does not work atm, JMP update soon), Chrome, Firefox etc)
  • Which version of the theme (10.11, 10.11-Black, 11, 12)