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

fix(#32): default dark theme on windows matching desktop #33

Merged

Conversation

DorianBDev
Copy link
Member

Description

Qt doesn't select right theme that match desktop, and always select native (light) on Windows. This add a new check to match dekstop theme, on Windows only. Note that dark theme isn't native dark, but since Qt doesn't offer one it should be ok.

Fix #32.

Affected area(s)

  • Core
  • GUI
  • Tests

Changes type

  • Bug fix
  • Migration
  • New feature
  • Feature rework

Proposed changes

  • Add default dark theme for Windows when detecting Windows desktop in dark mode.

Qt doesn't select right theme that match desktop, and always select
native (light) on Windows. This add a new check to match dekstop
theme, on Windows only. Note that dark theme isn't native dark, but
since Qt doesn't offer one it should be ok.
@DorianBDev DorianBDev self-assigned this Aug 20, 2024
@DorianBDev DorianBDev linked an issue Aug 20, 2024 that may be closed by this pull request
@DorianBDev DorianBDev merged commit 0282e6c into develop Aug 20, 2024
6 of 8 checks passed
@DorianBDev DorianBDev deleted the 32-native-theme-collor-dosent-match-the-windows-one branch August 20, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Native theme collor dosent match the windows one
1 participant