Jellyfin Forum
Add New Themse to Drop-Down Menu - 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: Add New Themse to Drop-Down Menu (/t-add-new-themse-to-drop-down-menu)



Add New Themse to Drop-Down Menu - whimsey - 2025-10-27

Is it possible to add a new theme to the drop-down menu in Jellyfin? Essentially just take an existing theme, recolor it, and allow users to select it? I would like people to be able to have pink buttons without them having to mess with the custom css is they don't want.

Thanks


RE: Add New Themse to Drop-Down Menu - niels - 2025-10-27

You can overwrite the themes object in your config.json for jellyfin-web to change the available themes.
https://jellyfin.org/docs/general/clients/web-config#docker
https://github.com/jellyfin/jellyfin-web/blob/release-10.11.z/src/config.json


RE: Add New Themse to Drop-Down Menu - whimsey - 2025-10-27

Thank you!