A theme for jellyfin
Copy and paste this css to the style
Dashboard > General > Custom CSS
@import url("https://raw.githubusercontent.com/AlexVeeBee/jellytheme-Time-Machine/main/jellytheme-chroma.css");
:root {
/* Affects the drawer menu at the top */
--menu-logo-height: 64px;
/* How much blur should apply to the dialogs */
--dialog-blur: 12px;
/* Affects the login screen and the Preferences page */
--bkg: url("f");
--bkg-color: #555555;
--bkg-tv: url("");
--bkg-tv-color: #555555;
--user-virtual-header-bkg: url("");
--user-virtual-header-bkg-color: #555555;
/* Affects the dashboard */
--dash-bkg: url("");
--dash-bkg-color: #555555;
--menu-logo: url("");
}