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

added: a dark mode in css for us night dwellers #515

Merged
merged 5 commits into from
Mar 19, 2024

Commits on Mar 14, 2024

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

Commits on Mar 15, 2024

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

Commits on Mar 17, 2024

  1. Darkmode style refactoring and tweaking

    Refactoring:
    * Refactor CSS to make clear what varies with light/dark mode and what doesn't.
    * Consistently use 2 spaces for indenting in CSS file.
    * Remove unused Chroma CSS classes to make styling easier to understand.
    * Add some comments about how Chroma CSS classes map to Go code.
    * Organize Chroma CSS classes so that like-styled classes are contiguous.
    * Display "operators" like regular code - doesn't make sense to style ":="
      specially but not "=" e.g.
    
    Style tweaks:
    * Adjust dark mode styling to be less blue, more subdued.
    mmcgrana committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    26c4409 View commit details
    Browse the repository at this point in the history
  2. Try a slightly lighter dark

    mmcgrana committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fae3af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a0a0c0 View commit details
    Browse the repository at this point in the history