How to Turn Off Wallpaper Tinting in Windows on Mac
Ever noticed your windows look slightly warm with an orange wallpaper and slightly blue with a beach photo? That's wallpaper tinting: macOS bleeds a hint of the desktop picture into window backgrounds so everything feels like one scene. Subtle by design — and entirely optional.
Turn it off in System Settings
- Open System Settings → Appearance.
- Turn off Allow wallpaper tinting in windows.
The change applies immediately — no restart, no logout. Window chrome, sidebars, and toolbars now render in fixed neutral grays regardless of what's behind them. The toggle is in the same place on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia, and flipping it back on restores the tinting just as instantly.
Where you'll notice the difference most is dark mode: with tinting on, "dark gray" windows are really dark-gray-plus-your-wallpaper, so the same app looks different on every desktop. With tinting off, dark mode gets flatter, more uniform, and — to many eyes — crisper. In light mode the effect exists but is faint enough that plenty of people can't spot it.
The Terminal route
The same switch has a real defaults key if you prefer scripting your setup:
# turn wallpaper tinting off (equivalent to unchecking the box)
defaults write NSGlobalDomain AppleReduceDesktopTinting -bool true
# undo: remove the override, restoring the default tinting
defaults delete NSGlobalDomain AppleReduceDesktopTinting
Note the double negative: the key is "reduce tinting," so true means tinting off. Apps read appearance settings when they draw, so quit and reopen any app that doesn't update — or simply toggle via System Settings, which applies everywhere at once.
Tinting vs Reduce Transparency
People often conflate this setting with the frosted-glass effect. They're separate:
- Wallpaper tinting (Appearance) — a hint of the wallpaper's color mixed into opaque window surfaces.
- Transparency — the menu bar, Dock, and some sidebars actually letting background shapes blur through. Controlled by System Settings → Accessibility → Display → Reduce transparency, which turns frosted surfaces solid.
For the flattest, most uniform look, turn tinting off and reduce transparency on. For the full Apple aesthetic, leave both alone. Mix and match freely — both are instant and harmless to flip.
See it before you decide
The effect is subtle enough that it's worth a proper A/B test. Set a strongly colored wallpaper — the built-in orange or red ones are ideal — switch to dark mode, and open Notes or Finder in the middle of the screen. Now flip Allow wallpaper tinting in windows off and on while watching the window background: with tinting on, the "gray" visibly leans toward the wallpaper's hue; off, it snaps to neutral. Do the same in light mode and you'll see why many people only bother turning it off for dark mode work. Whatever you conclude, the cost of the experiment is zero — no restart, no side effects, and the toggle works the same on all three current macOS versions.
Should you turn it off?
Reasons people do: color-critical work (a tinted window is a subtly wrong gray), visual consistency across Spaces with different wallpapers, and plain preference for a flatter dark mode. Reasons to leave it on: it genuinely does make windows feel embedded in the desktop rather than pasted on, and with a neutral wallpaper the tint is effectively zero anyway. If you run a solid gray wallpaper, this toggle changes almost nothing — the tint is the wallpaper color.
Wallpaper tinting is exactly the kind of setting Mainspring surfaces — 90+ hidden macOS switches as labelled, reversible toggles, so you can try the flat look and un-try it just as fast.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Complete the flat look
If tinting-off suits you, the natural companion is a solid backdrop — see how to set a solid color wallpaper.