Skip to content

Update Jeedom logos to new branding#3392

Merged
Salvialf merged 10 commits into
developfrom
feat/logo-update
Jun 25, 2026
Merged

Update Jeedom logos to new branding#3392
Salvialf merged 10 commits into
developfrom
feat/logo-update

Conversation

@Salvialf

@Salvialf Salvialf commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

  • All Jeedom logos (main, Atlas, Freebox, Luna) updated to current branding
  • SVG files rewritten: old Inkscape 0.47 (2009) format replaced with clean Adobe Illustrator output, removing all sodipodi/inkscape-specific metadata
  • Freebox logos: replaced the previous dedicated artwork with the standard 460x320 logo, resulting in ~85% file size reduction
  • Market plugin compatibility logos updated
  • Smart logo added in preparation for upcoming system image builds
  • jeedom_home_Dark.png and jeedom_home_Light.png replaced by a single logo-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.ini and manifest.json.php updated 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 30px to 35 (the px unit was also invalid on an HTML height attribute) to fit the new logo proportions.

@Salvialf Salvialf added the changelog-feat Use to generate release notes / changelog. To be apply on PR. Use it only for core feature label Jun 25, 2026
@Sekiro-kost Sekiro-kost self-requested a review June 25, 2026 08:36
@Sekiro-kost Sekiro-kost self-requested a review June 25, 2026 11:02
@Salvialf Salvialf merged commit b118f70 into develop Jun 25, 2026
9 checks passed
@Salvialf Salvialf deleted the feat/logo-update branch June 25, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-feat Use to generate release notes / changelog. To be apply on PR. Use it only for core feature Need tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update logo and visual elements in Core to match new Jeedom brand identity

4 participants