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
@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/Finimalism11.css");@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/Finimalism12.css");
|
|
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;
}
Add this for horizontal scrollers on the homepage
@import url("https://cdn.jsdelivr.net/gh/tedhinklater/finimalism@main/scrollers-11.css");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)







