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
By default it will use the color specified by the website in the theme_color option in the manifest or theme-color meta tag. Maybe the PWA you use specified the color to be white.
You can disable this with the "Allow web apps to override a theme (titlebar) color" option the the app browser settings, and then use normal Firefox themes to style the titlebar.
For matching with the system titlebar color, you can try this CSS, but I'm not sure if it works. You can check instructions for enabling UserChrome CSS here. In the future, I will also try to add this as an option.
Problem Description
By default PWAsForFirefox doesn't use the system titlebar (which I like), but on Windows the toolbar always defaults to white.
Proposed Solution
It would be interesting if the extension either followed the system accent color settings OR at least followed the system's light or dark theme.
Additional Information
Here is my current settings as an example:
I am on Windows 11 and have dark mode active, but the toolbar continues to be white.
The text was updated successfully, but these errors were encountered: