All themes
Preview 1 
Preview 2
finimalism
by tedhinklater
458Updated 6 months ago
Previews


Finimalism is a minimalist CSS theme for Jellyfin, shipped as separate builds for Jellyfin v11 and v12.
Accent color, blur, corner rounding, and tint can be overridden with CSS variables after the theme import, and an optional scrollers stylesheet adjusts the horizontal media rows.
Installation instructions
Jellyfin v11:
@import url('https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/Finimalism11.css');
Jellyfin v12:
@import url('https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/Finimalism12.css');
Paste into your Custom CSS box (Dashboard → Branding, or your own Display settings).
Customize with CSS variables after the import:
@import url('https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/Finimalism11.css');
:root {
--accent: 202, 20, 20;
--backdropBlur: blur(0px);
--rounding: 0.8em;
--tint: 0, 0, 0;
}
AI Usage Unknown
The developer hasn't disclosed whether AI was used to build this project.
Added on September 5, 2026 by KartoffelChipss· Created November 2023
Report