skhzhang / time-based-themes

Automatically change Firefox's theme based on the time
MIT License
121 stars 13 forks source link

Add an option to also set `ui.systemUsesDarkTheme` based on time #9

Open zroug opened 4 years ago

zroug commented 4 years ago

ui.systemUsesDarkTheme controls the CSS prefers-color-scheme media feature. It would make sense to match it to the time based theme.

leggettc18 commented 2 years ago

Unfortunately from my research this is not possible, but a similar affect may be achievable with this. Never developed a Firefox extension before but I may try this later.