Last active
December 17, 2019 15:44
-
-
Save zemax/bf0f85263b51ce70f5c1d89db0447f6b to your computer and use it in GitHub Desktop.
macOS : Dark mode only for bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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