You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default theme (in light mode) shows tabs with a mix of light and dark backgrounds. This interferes with responsive favicons built to respond to light/dark mode and expect a consistent lightness for tab backgrounds.
Light mode
As seen below, dark monochrome icons such as the GitHub favicon and the square one I've created for the example (both responsive), don't contrast well on a dark background.
active tab: light background
inactive tab: dark background
Dark mode
All tabs are dark, allowing responsive icons to contrast well in both active and inactive tabs.
Light mode with light theme
The light theme brings us very close to what I would expect (high contrast and similar backgrounds across tabs):
The default theme (in light mode) shows tabs with a mix of light and dark backgrounds. This interferes with responsive favicons built to respond to light/dark mode and expect a consistent lightness for tab backgrounds.
Light mode
As seen below, dark monochrome icons such as the GitHub favicon and the square one I've created for the example (both responsive), don't contrast well on a dark background.
Dark mode
All tabs are dark, allowing responsive icons to contrast well in both active and inactive tabs.
Light mode with light theme
The light theme brings us very close to what I would expect (high contrast and similar backgrounds across tabs):
Code to reproduce:
index.html
favicon.svg
The text was updated successfully, but these errors were encountered: