Skip to content

Conversation

@afonsojramos
Copy link
Member

Summary

Fixes #2489

When "System" theme is selected with "Increase contrast" enabled, the high contrast color schemes were not being applied. The app would fall back to default light/dark schemes instead of light_high_contrast/dark_high_contrast.

This adds high contrast fallback constants and uses them when the system theme returns null for the color scheme.

Test plan

  • Select "System" theme in Settings → Appearance
  • Enable "Increase contrast"
  • Verify high contrast colors are applied in both light and dark system modes

@github-actions github-actions bot added the bug Something isn't working label Dec 31, 2025
@sonarqubecloud
Copy link

@afonsojramos
Copy link
Member Author

@setchy found this one out testing the tauri branch, but found out that it actually already existed 🙈

@afonsojramos afonsojramos merged commit feef5cf into main Dec 31, 2025
14 checks passed
@afonsojramos afonsojramos deleted the system-theme-high-contrast branch December 31, 2025 03:12
@github-actions github-actions bot added this to the Release 6.15.0 milestone Dec 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

fix: high contrast setting ignored when system theme is selected

3 participants