Reduce transparency on Mac for clearer menus
Translucent menus pick up whatever sits behind them, so a simple dropdown can turn into a smear of wallpaper and window edges. Turning on Reduce Transparency swaps that frosted-glass look for solid backgrounds across the menu bar, the Dock, Notification Center, and Finder's sidebar — labels sit on flat color instead of your desktop. Here is the switch, in Settings or one Terminal line.
Turn it on in System Settings
- Open System Settings from the Apple menu.
- Click Accessibility in the sidebar, then Display.
- Switch on Reduce transparency.
The change is instant. The menu bar loses its tint, open menus drop their blur for a solid panel, and the translucent strip behind Notification Center and the Dock fills in with flat color. Nothing about your wallpaper or windows moves — only the see-through layers that were making text compete with what sat behind them. The toggle lives in the same place on macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.
The one-line Terminal version
If you would rather script it or flip it on several Macs at once, one command does the same thing:
# Make menus, Dock, and sidebars solid
defaults write com.apple.universalaccess reduceTransparency -bool true
Log out and back in for it to take hold everywhere — a few surfaces keep their old look until the next login. To restore the translucent default, write the opposite value or delete the key:
# Undo — restore translucency
defaults write com.apple.universalaccess reduceTransparency -bool false
# …or remove the key so macOS uses its default
defaults delete com.apple.universalaccess reduceTransparency
The Settings checkbox and this key are the same switch, so whichever you use, the other reflects it.
Which menus actually get clearer
Reduce Transparency targets exactly the surfaces where legibility suffers most:
- The menu bar — it stops sampling the desktop behind it, so white menu-bar text no longer washes out over a light wallpaper.
- Open menus — the File, Edit, and app menus drop the blur and render on a solid background.
- Finder and Mail sidebars — the translucent left column becomes an even, flat panel.
- Notification Center and widgets — the frosted sheet turns opaque.
- The Dock — its backing goes solid instead of glassy.
The result is not a new theme, just a calmer one: every label sits on steady color instead of a moving picture. If on-screen text still reads thin afterward, pair this with increasing contrast on Mac, which darkens borders and button outlines from the same Accessibility panel.
Reduce Transparency is one of 90+ hidden macOS settings Mainspring turns into a labelled, one-click toggle — flip it on for solid menus, flip it back off to get the glass, no commands to remember.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Still seeing color bleed through?
macOS also tints windows and the Dock with an average color pulled from your wallpaper, which is separate from transparency. If surfaces still look faintly colored after this, turn off wallpaper tinting on Mac too.