Make the Mac menu bar and Dock solid, not see-through
By default the menu bar and Dock are translucent — they borrow color and blur from whatever is behind them, so their look drifts as you change wallpaper or drag windows around. If you would rather they stayed put as solid, opaque bars, one setting does it: Reduce Transparency. Here is where it lives and what "solid" actually looks like.
The setting that makes them opaque
- Open System Settings.
- Click Accessibility, then Display.
- Switch on Reduce transparency.
Immediately the menu bar stops sampling your desktop and settles into a plain bar, and the Dock's glassy tray becomes an even panel. The same switch also solidifies Notification Center, Control Center, and app sidebars, so the whole system chrome reads as flat surfaces rather than layered glass. It is in the same spot across macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.
Do it from Terminal instead
The setting maps to one preference key, so a single command flips it:
# Make the menu bar and Dock solid
defaults write com.apple.universalaccess reduceTransparency -bool true
Log out and back in so the menu bar and every panel repaint. To bring translucency back:
# Undo — restore the glassy look
defaults write com.apple.universalaccess reduceTransparency -bool false
What "solid" looks like
Opaque does not mean you get to pick a color — it means macOS drops the blur and fills the bar with the appropriate base shade for your appearance:
- Light mode gives you a near-white menu bar and a light gray Dock tray.
- Dark mode gives you a deep charcoal menu bar and a dark Dock tray.
- The Dock's rounded rectangle stays, just without the see-through fill and reflections.
So the shade still follows your Light/Dark setting rather than the wallpaper — which is usually the point, because it stops the bars shifting tone every time the desktop picture changes. If you specifically want to steer that base shade, that is a separate lever: see how to change the menu bar color on Mac, which covers what appearance and wallpaper actually control.
Making the menu bar and Dock solid is a single Reduce Transparency toggle — one of 90+ hidden macOS settings Mainspring surfaces as labelled, reversible switches, so you flip it without touching Terminal.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Want the bars a consistent tone?
Once transparency is off, the last thing that shifts the bars' color is macOS pulling an accent from your wallpaper. Turn off wallpaper tinting on Mac and the menu bar and Dock hold a steady neutral shade no matter what picture is behind them.