This theme is heavily inspired by Flow, Zesty and Ultrachromic I've made a few tweaks and modifications of my own.
Login page backgrounds from @ksushlapush
Important
This theme is designed for Jellyfin Version 10.10.7, there have been a few changes in version 10.11 which cause alignment issues which I am actively trying to fix.
If you are on Jellyfin Version 10.11, please add the below import statement along with others.
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/jellyfish@main/10.11_fixes.css");Note
Jellyfin Version 10.11 has dropped support for admin dashboard theming - jellyfin/jellyfin-web#7220 (comment)
So theming for the admin dashboard does not work, and that is expected.
To apply a theme globally to all users via the Dashboard:
- Navigate to Dashboard Settings
- Log in as an administrator
- Go to Dashboard β General β Custom CSS Code
- Add Import Statement
- In the Custom CSS field, add all the desired
@importstatements:
- In the Custom CSS field, add all the desired
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/jellyfish@main/theme.css");
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/jellyfish@main/indicators.css");
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/jellyfish@main/progress_bar.css");
/* Any other imports or custom CSS will go here */- Save Changes
- Click Save at the bottom of the page
- Refresh your browser to see the changes
Individual users can apply the theme to their own account without affecting others:
- Navigate to User Settings
- Click on your profile icon
- Go to Settings β Display β Custom CSS Code
- Add Import Statement
- In the Custom CSS field, add your
@importstatement:
- In the Custom CSS field, add your
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/peach.css");- Save and Refresh
- Click Save
- Refresh the page to apply the theme
Note
If you only want to change the color you can simply add import statement for the color you want.
If you want to replace the entire CSS for that device, you can choose 'Disable server-provided custom CSS code' and add the CSS statements in user display settings page as you prefer.
Main Theme with JellyBlue as default
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/theme.css");| Home** | Item Details |
|---|---|
![]() |
![]() |
| Login I | Login II |
![]() |
![]() |
----
Floating Progress Bar
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/progress_bar.css");| Without | With |
|---|---|
![]() |
![]() |
----
Indicators attached in the corner
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/indicators.css");| Without | With |
|---|---|
![]() |
![]() |
----
Text Instead of Icons
In item details page, show text for Play, Trailer, Mark as watched etc.
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/icontext.css");| Without | With |
|---|---|
----
Coloured Parental Ratings
Note
Only works with a custom javascript
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/ratings.css");----
Streamberry Logo (inspired by Black Mirror) instead of Jellyfish Logo. Included by default with jellyflix.css
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/streamberry_logo.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/banana.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/coal.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/coral.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/grass.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/jellyblue.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/jellyflix.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/lavender.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/mint.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/ocean.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/peach.css");----
@import url("https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfish/colors/watermelon.css");To completely replicate the look in the screenshots you'd need the below plugins installed and configured
- Works for Movies and TV Shows, should work fine mostly for Music and Books, although I don't use Jellyfin for either of them
- Works on both mobile app and web browser, known to have issues / not work on Jellyfin Media Player
Made with π for Jellyfin and the community
Checkout my other repos!
Jellyfin-Enhanced (javascript) β’ Jellyfin-Elsewhere (javascript) β’ Jellyfin-Tweaks (plugin) β’ Jellyfin-JavaScript-Injector (plugin) β’ Jellyfish (theme)





















