skhzhang / time-based-themes

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

Fixed System Theme Detection doesn't work in Firefox #43 #44

Open kartonrad opened 1 year ago

kartonrad commented 1 year ago

This introduced a few changes in the architecture.

Essentially, a script is attatched to every tab, to listen for the changes in the (prefers-color-scheme: dark) media query. Upon change, the extention is messaged.

This sets a global variable, that is then used to update the theme, either immediately, or when you focus the window

kartonrad commented 1 year ago

Fixes #43