The extension defaults to light theme. My browser follows my operating system theme, which is dark theme.
It would save a click if the theme was automatically detected.
The CSS media query prefers-color-scheme feature can be used to do this on regular web pages. I'm unsure if it works the same in browser extensions. Other extensions (like uBO/uBOL, AdGuard AdBlocker) do correctly automatically detect the current theme.
The extension defaults to light theme. My browser follows my operating system theme, which is dark theme.
It would save a click if the theme was automatically detected.
The CSS media query
prefers-color-schemefeature can be used to do this on regular web pages. I'm unsure if it works the same in browser extensions. Other extensions (like uBO/uBOL, AdGuard AdBlocker) do correctly automatically detect the current theme.