Finimalism
Jellyfin Theme CSS
Install / Use
/learn @tedhinklater/FinimalismREADME
Finimalism for Jellyfin v10.11.x 
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
Examples with Home Screen Sections / Featured Content Bar / Jellyfin Enhanced
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");
<table>
<tr>
<td width="50%" valign="top">
Modded UI & animations (v11)
<img width="1920" height="1080" alt="1" src="https://github.com/user-attachments/assets/979bf451-53f6-43f9-8032-fc0093ec1736" />Classic Jellyfin layout (v12)
<img width="1920" height="1080" alt="1" src="https://github.com/user-attachments/assets/d6c2cf92-a68c-48fa-9613-f64c573d5794" /> <img width="1920" height="1080" alt="2" src="https://github.com/user-attachments/assets/cf8ea55e-104e-41a8-ad57-b264517b35af" /> <img width="1920" height="1080" alt="3" src="https://github.com/user-attachments/assets/98a441d1-8e48-4868-9194-3187c9cadf7f" /> <img width="1920" height="1080" alt="4" src="https://github.com/user-attachments/assets/9b0e43d9-701d-4fce-819c-6418a27f7fa8" /> </td> </tr> </table>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;
}
<img width="1920" height="1080" alt="1" src="https://github.com/user-attachments/assets/c44da46f-d141-4a3d-9e9f-6bf6d06fe41c" />
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)
