Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark mode #188

Closed
wants to merge 4 commits into from
Closed

Dark mode #188

wants to merge 4 commits into from

Commits on Oct 2, 2019

  1. WIP: this is a branch that attempts to honor the new dark mode

    in OS preferences. I will be using it myself and fix things until
    I find out that this is adequate to merge to develop.
    Michael Demetriou authored and qwazix committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    44baec9 View commit details
    Browse the repository at this point in the history
  2. Handle default pad color mode according to prefers-color-scheme

    This just queries the browser whether `prefers-color-scheme` is set
    and chooses dark mode if needed, and only if the user hasn't manually
    set a scheme by pushing the button.
    Michael Demetriou authored and qwazix committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    aaab517 View commit details
    Browse the repository at this point in the history
  3. Complete dark mode that is being set up by the

    `prefers-dark-mode` header. I think I have covered all the bases.
    qwazix committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    e6a0cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    526387f View commit details
    Browse the repository at this point in the history