An open API service indexing awesome lists of open source software.

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

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");
```
![opera_eik3nb6bcZ](https://user-images.githubusercontent.com/75509525/233450798-77f706f4-fe26-437b-9f79-09ad9cfac1ca.png)

# 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("");
}
```