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
Is your feature request related to a problem? Please describe.
Firefox, as any browser with customization options, has themes. Some of them are definitely worse than others, but they are there. And Gnome Theme does not support them, to the point of even breaking should a theme be applied to Firefox. But what if it did?
Describe the solution you'd like
A few tweaks might be applied to Firefox Gnome Theme to detect if a Firefox theme is applied and change the colors accordingly. Actually, here's one way to do that: whenever any theme except for "System (Auto)" is applied, the <html> that the entire browser is encased into gets a new attribute, lwtheme="true".
Describe alternatives you've considered
I tried to do this myself, by applying this piece of CSS:
But I suck at CSS and this breaks every theme that does not have a full-headerbar background. Still, this is a point to start more than anything actually usable.
Additional context
Implementing this will close #792, #690 and probably something else that I haven't seen yet.
And this is what my proof-of-concept piece of code looks like in person:
(the cat theme)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Firefox, as any browser with customization options, has themes. Some of them are definitely worse than others, but they are there. And Gnome Theme does not support them, to the point of even breaking should a theme be applied to Firefox. But what if it did?
Describe the solution you'd like
A few tweaks might be applied to Firefox Gnome Theme to detect if a Firefox theme is applied and change the colors accordingly. Actually, here's one way to do that: whenever any theme except for "System (Auto)" is applied, the
<html>
that the entire browser is encased into gets a new attribute,lwtheme="true"
.Describe alternatives you've considered
I tried to do this myself, by applying this piece of CSS:
But I suck at CSS and this breaks every theme that does not have a full-headerbar background. Still, this is a point to start more than anything actually usable.
Additional context
Implementing this will close #792, #690 and probably something else that I haven't seen yet.
And this is what my proof-of-concept piece of code looks like in person:
(the cat theme)
The text was updated successfully, but these errors were encountered: