4ch1m / mozext

Extensions / Add-Ons for Mozilla Firefox and Mozilla Thunderbird
https://www.achimonline.de/mozext
Mozilla Public License 2.0
20 stars 9 forks source link

Icon unreadable on light theme #5

Closed crystalfp closed 4 years ago

crystalfp commented 4 years ago

Could the icon be more dark? With a light theme is invisible.

image

Thanks! mario

4ch1m commented 4 years ago

That is strange. The icon actually is black for the default (light) theme:

There's even special handling of icons for light/dark themes defined in the manifest:

"theme_icons": [
    {
      "dark": "/_images/signatureswitch-64px-white.png",
      "light": "/_images/signatureswitch-64px-black.png",
      "size": 64
    },
    {
      "dark": "/_images/signatureswitch-32px-white.png",
      "light": "/_images/signatureswitch-32px-black.png",
      "size": 32
    },
    {
      "dark": "/_images/signatureswitch-16px-white.png",
      "light": "/_images/signatureswitch-16px-black.png",
      "size": 16
    }
  ]

I'll need more info about your installation/settings to figure this out.

crystalfp commented 4 years ago

These are the theme loaded and the one selected: image If I switch to the default theme, the icon reappears in black. Seems like this "light" theme (from Mozilla) is somehow not recognized. Thunderbird 78.3.2 Anyway, switching to default theme seems that does not change anything compared to the "light" one. I solve the problem this way. Thanks! mario

4ch1m commented 4 years ago

OK... you may report this finding in the official Thunderbird bugtracker. Thanks.

crystalfp commented 4 years ago

Done. https://bugzilla.mozilla.org/show_bug.cgi?id=1670017

crystalfp commented 4 years ago

They returned the ball to you. Sorry.

4ch1m commented 4 years ago

No worries. I already replied and created another bug. ;-) Thanks, @crystalfp !