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

Set up a Dark theme #501

Closed
wants to merge 13 commits into from
Closed

Set up a Dark theme #501

wants to merge 13 commits into from

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    ee56851 View commit details
    Browse the repository at this point in the history
  2. refactor: remove legacy css

    12rambau committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e663bd8 View commit details
    Browse the repository at this point in the history
  3. revert package versions

    12rambau committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    2efe330 View commit details
    Browse the repository at this point in the history
  4. remove italic

    12rambau committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    7011011 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a9c6f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb31006 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b21e13 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    c41f087 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. dark mode first draft

    - I used the recommendation from here: https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/#using-php-cookies
    - tested the validity of my set colors: https://wave.webaim.org
    - desaturated all the colors: https://mdigi.tools/desaturate-color/#b3571b
    - create fixed pygment stylesheet
    - move colors to a separeted stylesheet
    - default to black for test purposes
    12rambau committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    76174dc View commit details
    Browse the repository at this point in the history
  2. manual switch between themes

    12rambau committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    2a9cb51 View commit details
    Browse the repository at this point in the history
  3. custom day'n niht btn

    12rambau committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    c1f49c8 View commit details
    Browse the repository at this point in the history
  4. follow system settings

    12rambau committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d6b283e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f88d20e View commit details
    Browse the repository at this point in the history