Adaptive-Tab-Bar-Colour
Adaptive-Tab-Bar-Colour copied to clipboard
Change Mode Based on Time
Since the automatically change mode based on system theme doesn't work,maybe we can automatically change mode based on sunrise/sunset times, may require location. Or just manually set times to change mode. Just like 'automatic-dark' Extension.
@zackBRAVE Thanks for the suggestion. I think I’ll have to add this feature if Mozilla keep refusing add-on to access OS color scheme setting.
Wouldn't accessing Windows' system color by its registry keys work? Some may use XPCOM for that. http://udn.realityripple.com/docs/Mozilla/Tech/XPCOM/Accessing_the_Windows_Registry_Using_XPCOm
the key is located at [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize\AppsUseLightTheme] 1 → Light mode & 0 → Dark mode
@HHallavy That seems absolutely achievable, thanks for the suggestions.
With #26 follow system works again, so this should be solved right?
Thanks to @l0drex, Follow System is fixed now. Changing color scheme based on time is still a good idea which I would consider working on.