Skip to content

fix(gui/settings): use different palette colour for backgrounds#9703

Merged
nilsding merged 2 commits intomasterfrom
bugfix/9683/settings-colours
Mar 26, 2026
Merged

fix(gui/settings): use different palette colour for backgrounds#9703
nilsding merged 2 commits intomasterfrom
bugfix/9683/settings-colours

Conversation

@nilsding
Copy link
Member

QPalette::AlternateBase looks too off on macOS Tahoe with dark mode -- and of course QPalette::Light looks more off on Windows than it did with AlternateBase, so let's keep using that for now on Windows...

Resolves #9683.

@nilsding nilsding added this to the 33.0.1 milestone Mar 26, 2026
@nilsding nilsding self-assigned this Mar 26, 2026
@nilsding nilsding added feature: ☁️ GUI System tray icon and menu. 3. to review labels Mar 26, 2026
@nilsding
Copy link
Member Author

/backport to stable-33.0

QPalette::AlternateBase looks too off on macOS Tahoe with dark mode.

also tried QPalette::Midlight, but that colour seems to be influenced by the
configured wallpapaer which could look really odd :/

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Because of course QPalette::Light is too light on dark mode on that
platform.

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
@nilsding nilsding enabled auto-merge March 26, 2026 18:14
@nilsding nilsding force-pushed the bugfix/9683/settings-colours branch from 1f92386 to 75c8ace Compare March 26, 2026 18:14
@github-actions
Copy link

Artifact containing the AppImage: nextcloud-appimage-pr-9703.zip

Digest: sha256:3b29232eb3fd36b0efee86d3af288a7bf8990f1be2785e1fbba8dd14748596a3

To test this change/fix you can download the above artifact file, unzip it, and run it.

Please make sure to quit your existing Nextcloud app and backup your data.

@nilsding nilsding merged commit 61ab2fa into master Mar 26, 2026
20 of 21 checks passed
@nilsding nilsding deleted the bugfix/9683/settings-colours branch March 26, 2026 18:51
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
E Maintainability Rating on New Code (required ≥ A)
59 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review feature: ☁️ GUI System tray icon and menu.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: version 33.0.0 on macOS breaks Dark Mode support in Settings window

2 participants