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: Inherit dark theme from Eclipse #1530

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Edge: Inherit dark theme from Eclipse #1530

merged 1 commit into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. Edge: Inherit dark theme from Eclipse

    Set ICoreWebView2Profile#put_PreferredColorScheme() based on the Eclipse
    theme, if this is dark.
    
    The same way it is done in
    
      Display.setData(USE_DARKMODE_EXPLORER_THEME_KEY, ...)
    
    via
    
      OS.SetPreferredAppMode(PreferredAppMode_...);
    sratz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d90d156 View commit details
    Browse the repository at this point in the history