TheGITofTeo997 / quietfoxReborn

Trying to resurrect a very Clean Firefox userChrome Mod
MIT License
64 stars 1 forks source link

Restore the original theme color picking QuietFox behaviour #2

Open TheGITofTeo997 opened 2 years ago

TheGITofTeo997 commented 2 years ago

This was the main feature of QuietFox: basically it changed dynamically its main color based on the Firefox theme you selected. Since we always use the Nord Polar Dark theme we statically (and maybe stupidly) declared the colors in the code as to match its dark, but it will always stay dark.

It would be good to restore the original behaviour, for example if you select an i.e. mainly orange theme, QuietFox should adapt to it dynamically, matching the orange color.

This might be a complicated feature to achieve, but the original QuietFox repo might be a good reference to achieve this.

Refer to theme-adapted menus in this repo.

TheGITofTeo997 commented 2 years ago

Because of the structure that Firefox themes have, this might not be achievable; not for all themes at least. Other themes apart from Nord Polar Dark may already work in the current state, but since it's impossible to know every theme's variable's name, this feature it's not achievable for now. The issue will however stay open.