Skip to content

Dark Mode Auto Not Working #506

Answered by crftwrk
ersingo asked this question in Q&A
Jun 13, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Your Dark Mode Auto works well. Auto mode checks @media (prefers-color-scheme: [mode]) in users OS settings:

  • OS setting light > Plugin light
  • OS setting dark > Plugin dark
  • OS setting auto > Computer shows light at daytime and dark in the night. Plugin follows these settings if Auto is enabled.

Is it possible to set a certain time?

Not in a simple way and this would go far behind the scope. It seems to be very complicated to code and makes no sense. You have to code a time checker and this checker should then trigger the toggler twice a day. This must be done for all time zones with a location tracker, otherwise somewhere in Japan switches to night mode at daytime.

Plugin does exactly …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ersingo
Comment options

@crftwrk
Comment options

Answer selected by ersingo
@justinkruit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants