m-khvoinitsky/dark-background-light-text-extension

[Feature request] Turn on/off based on time

Issue-maker-9000 opened this issue · 10 comments

Seems to be an similar issue to this (#191 ) but has been closed

I started using this addon after having used darkreader which has a really nice setting where it turns on/off based on time. (see image)
automation

It would be really nice if you could add something similar if interested!
Absolutely love the addon for its much better performance compared to darkreader :)

20NE commented

or follow system as firefox's default theme.

I was going to request this as a seperate ticket, but it's clear that I'm not the only one that wants this.

Out of all the "forced dark mode" extensions I've tried, this is easily the best. The lack of an automation tool is the only downside.

This, so much this! Please, add this feature!

I want this feature too, based on system OS theme

One more vote for this feature!

Another vote for this! If it works based on sunrise sunset that would be awesome!

Created a first naive version of disabling this extension during daytime (which is currently hardcoded to last from 6:00AM until 6:00PM). See #339

grafik

..extended my PR to include switching based on System Preferences (as in "did you set your desktop to dark mode?") - using prefers-color-scheme

grafik

  1. off - globally disabled
  2. on - enabled
  3. time - as described above: start dark mode at 6PM, stop it at 6AM
  4. system - switch dark mode on or off according to system preferences.

... sorry - I'm abandoning my PR. The PR got stuck back then and right now it does not feel I'm going to pick this up again.

Is there anything new about this?

I think it's safe to say this project has been abandoned. The last closed issue was a year ago and there have been no replies on open issues by the developer since then.

Duplicate of #54