https://github.com/alexveebee/jellytheme-time-machine
A theme for jellyfin
https://github.com/alexveebee/jellytheme-time-machine
Last synced: about 2 months ago
JSON representation
A theme for jellyfin
- Host: GitHub
- URL: https://github.com/alexveebee/jellytheme-time-machine
- Owner: AlexVeeBee
- Created: 2022-12-08T19:12:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T12:38:58.000Z (over 2 years ago)
- Last Synced: 2025-03-01T07:20:39.255Z (over 1 year ago)
- Language: CSS
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jellytheme-Time Machine
A theme for jellyfin
# Import
Copy and paste this css to the style
Dashboard > General > Custom CSS
```css
@import url("https://raw.githubusercontent.com/AlexVeeBee/jellytheme-Time-Machine/main/jellytheme-chroma.css");
```

# Params for the style
```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("");
}
```