Update Jeedom logos to new branding#3392
Merged
Merged
Conversation
Sekiro-kost
approved these changes
Jun 25, 2026
zoic21
approved these changes
Jun 25, 2026
Sekiro-kost
approved these changes
Jun 25, 2026
Sekiro-kost
approved these changes
Jun 25, 2026
zoic21
approved these changes
Jun 25, 2026
Mips2648
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3348
Closes #3356
Context
This is not my usual responsibility, but given that updated logo assets have been awaited for over 2 years, I took care of it with the means available: no original source files, no dedicated software such as Photoshop.
What changed
Removed files
16 logo files deleted: old size variants, white/black/transparent-background variants, and the old 25x25 favicon. None are currently referenced anywhere in the codebase. If any are needed in the future they can be recreated from the new assets.
Updated logos
jeedom_home_Dark.pngandjeedom_home_Light.pngreplaced by a singlelogo-jeedom-mobile.png: the new logo requires no color adaptation between themes.Favicon
The 25x25 favicon was unusable at that resolution. Replaced with a new 64x64 version.
default.config.iniandmanifest.json.phpupdated accordingly.Logo behavior
The new Jeedom logo (without text) renders correctly on both light and dark backgrounds without any color change. Only the text variant requires adaptation. The two mobile config keys (
logo_mobile_dark/logo_mobile_light) are kept as separate entries to allow white-label builds to override them independently.Bug fix
The About page (desktop and mobile) was not displaying the logo when the active theme was light: only the dark variant was being set. Both now correctly handle both themes.
Navbar
Logo height adjusted from
30pxto35(thepxunit was also invalid on an HTMLheightattribute) to fit the new logo proportions.