Yesterday, 12:46 PM
Always appreciate the feedback. I have released a new update (v8.0.1) which addresses some of the issues raised: Credits, Technical info and Tags all have their own heading text now. The 1px card border was removed across all pages. Some other fonts, spacings, colors revised. Unfortunately the desktop Jellyfin Media Player has an out of date web-viewer and probably wont render this or other skins correctly until they update it, c'est dommage.
Create your own palette and try it out by pasting this in your custom css field!:
Create your own palette and try it out by pasting this in your custom css field!:
Code:
@import url("https://cdn.jsdelivr.net/gh/JSethCreates/jellyfin-theme-sethstyle/jellyfin-theme-sethstyle.css");
:root {
--md-sys-color-primary: #b19ee0 !important;
--md-sys-color-secondary: #cbc2db !important;
--md-sys-color-tertiary: #03a3dc !important;
--md-sys-color-on-primary: #381e72 !important;
--md-sys-color-primary-container: #4f378a !important;
--md-sys-color-on-primary-container: #e9ddff !important;
--md-sys-color-surface: #1c1b1e !important;
--md-sys-color-on-surface: #e6e1e6 !important;
--md-sys-color-outline: #948f99 !important;
}