stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers
https://addons.mozilla.org/firefox/addon/temporary-containers/
MIT License
846 stars 57 forks source link

Toolbar icon color is wrong for "System theme -- auto" #636

Open AvverbioPronome opened 5 months ago

AvverbioPronome commented 5 months ago

I think it's using the icon for the dark theme. It's supposed to use the dark or light one

Actual behavior

Icon is light on light background

Expected behavior

Icon should be dark on light background

Steps to reproduce

  1. set theme to "System theme -- auto"
  2. look at the tab bar icon

Notes

This is entirely solved by using either System theme light or dark explicitly. I assume the right color exists as a css variable with the firefox shell, but I have no experience inspecting that.

AvverbioPronome commented 5 months ago

image