Skip to content

fix: make the Helio icon visible in dark mode (#11308)#11328

Open
BenJule wants to merge 1 commit into
bambulab:masterfrom
BenJule:fix/11308-helio-icon-dark-mode
Open

fix: make the Helio icon visible in dark mode (#11308)#11328
BenJule wants to merge 1 commit into
bambulab:masterfrom
BenJule:fix/11308-helio-icon-dark-mode

Conversation

@BenJule

@BenJule BenJule commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Closes #11308. The Helio icon was nearly invisible in dark mode (see the screenshot in the issue - the round icon next to "Slice plate" blends into the dark toolbar).

Cause: resources/images/helio_icon_dark.svg, which is the variant load_svg/BitmapCache::dark_version() selects in dark mode, was filled with #060606 (almost black). On the dark toolbar that's invisible. The light-mode variant helio_icon.svg is filled white.

Fix: change the dark variant's fill from #060606 to white, matching the light variant, so the icon is visible against the dark background.

Test plan

  • One-line asset change (fill colour), no code paths touched.
  • Enable Dark Mode and slice a file: the Helio icon next to the slice/print buttons is now clearly visible. Light mode is unaffected (separate asset).

helio_icon_dark.svg (used in dark mode) was filled with #060606, i.e. almost
black, so the icon was invisible against the dark toolbar. Match the light
variant's white fill so it is visible on the dark background.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Helio Icon not well visible if Bambu Studio is set to dark mode

1 participant