Just my personal Jellyfin theme.
How to install the theme.
-
Go to the Jellyfin
Settings > Dashboard > General > Custom CSS -
Paste this CSS code into the Custom CSS input:
@import url('https://ccrsxx.github.io/violetfin/public/style.css');
-
Click Save
Optional: this theme make a heavy use of Backdrops on the library, it has cool moving animations on the library background. You can enable it by going to Settings > Display > Backdrops. There's also a way to enable the backdrop on all users, you can follow the tutorial here.
Here are the steps to run the project locally.
-
Clone the repository
git clone https://github.com/ccrsxx/violetfin.git
-
Change directory to the project
cd violetfin -
Install dependencies
npm i
-
Run the project
npm run dev
-
Go to the
Settings > Dashboard > General > Custom CSS, or go toSettings > Display > Custom CSS. This way you don't override the entire server's CSS, only on your current client. Make sure to enableDisable server-provided custom CSS codeto prevent the server's CSS from overriding your custom CSS. -
Paste the development CSS code into the Custom CSS input:
@import url('http://localhost:3000/public/style.css');