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

Edge: Dark mode support: Use LIGHT instead of AUTO #1558

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Edge: Dark mode support: Use LIGHT instead of AUTO #1558

merged 1 commit into from
Oct 25, 2024

Commits on Oct 25, 2024

  1. Edge: Dark mode support: Use LIGHT instead of AUTO

    In the scenario
    - System: Dark
    - Eclipse: Light
    
    we need to explicitly set
    - Edge: Light
    
    as well, as with the previous
    - Edge: Auto
    
    it would inherit 'Dark' from the system, which is not desired.
    
    Follow-up on 4d61d1d / #1530.
    sratz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d7dfc74 View commit details
    Browse the repository at this point in the history