Jellyfin Forum
Theme STARLIGHT - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: Theme STARLIGHT (/t-theme-starlight)

Pages: 1 2


RE: Theme STARLIGHT - JellyHunter - 2025-04-28

Very good job


RE: Theme STARLIGHT - curlgrill - 2025-05-06

Beautiful theme, thanks!

I'm trying to apply the background mod link, but I can't find the file player_background_blur.js

Can someone help me?

edit: ok now I found the file but I don't know where to paste it, description says before /body in index.html but that doesn't work


RE: Theme STARLIGHT - alexmm119 - 2025-05-10

(2025-05-06, 07:20 PM)curlgrill Wrote: Beautiful theme, thanks!

I'm trying to apply the background mod link, but I can't find the file player_background_blur.js

Can someone help me?

edit: ok now I found the file but I don't know where to paste it, description says before /body in index.html but that doesn't work

You will try restart Jellyfin after applyed?


RE: Theme STARLIGHT - curlgrill - 2025-05-10

(2025-05-10, 05:41 PM)alexmm119 Wrote:
(2025-05-06, 07:20 PM)curlgrill Wrote: Beautiful theme, thanks!

I'm trying to apply the background mod link, but I can't find the file player_background_blur.js

Can someone help me?

edit: ok now I found the file but I don't know where to paste it, description says before /body in index.html but that doesn't work

You will try restart Jellyfin after applyed?

I got it to work by duplicating your github and editing some code there and in the index.html, Here's what I use now:

Code:
@import url("https://rawcdn.githack.com/ctrlalt-666/jellyfin/9adade0d7bcbd812d4481c04d0d2b5eb53f66507/startlight.css");

:root{
  --color: #E0E8EA;
  --wallpaper: url('http://puu.sh/Kt919/6ebe5fb256.jpg');
}