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

Allow --dark to override dark/light detected from syntax theme #1843

Merged
merged 12 commits into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. Prevent line breaks

    bash committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    3a1caf8 View commit details
    Browse the repository at this point in the history
  2. De-duplicate test data

    bash committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    09cd029 View commit details
    Browse the repository at this point in the history
  3. Do fallback outside switch

    bash committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    a3a8e8d View commit details
    Browse the repository at this point in the history
  4. Add test for dark theme

    bash committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    aabe39a View commit details
    Browse the repository at this point in the history
  5. Add missing test combinations

    bash committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    82593db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90aec59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53f50c8 View commit details
    Browse the repository at this point in the history
  8. Make use top-level

    bash committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4dce6e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cc7a0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d506a1 View commit details
    Browse the repository at this point in the history
  11. Remove fallback to bat theme env var

    The fallback is already handled in `set_options`
    bash committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    cd6daad View commit details
    Browse the repository at this point in the history
  12. Consolidate doc comments

    bash committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b2d5ebf View commit details
    Browse the repository at this point in the history