Skip to content

Instantly share code, notes, and snippets.

@zemax
Last active December 17, 2019 15:44
Show Gist options
  • Save zemax/bf0f85263b51ce70f5c1d89db0447f6b to your computer and use it in GitHub Desktop.
Save zemax/bf0f85263b51ce70f5c1d89db0447f6b to your computer and use it in GitHub Desktop.
macOS : Dark mode only for bar
# from https://apple.stackexchange.com/questions/337478/how-to-get-dark-menu-bar-and-dock-in-mojave-light-mode
# 1. Mode clair
defaults write -g com.apple.notificationcenterui -bool Yes
defaults write -g NSRequiresAquaSystemAppearance -bool Yes
# 2. Logout
# 3. Mode dark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment