How to Use Only Dark Menu Bar and Dock in Mojave
1. Go to System Preferences > General and select Light for Appearance.
2. Launch Terminal and enter the following command:
defaults write -g NSRequiresAquaSystemAppearance -bool Yes
3. Log out of your user account and then log back in
4. go to System Preferences > General and select Dark for Appearance.
You’ll see your menu bar and Dock switch to the Mojave Dark Mode, but everything else should stay in the traditional Light mode.
if you want to revert to Full Mojave Dark Mode
Launch Terminal and enter the following command:
defaults write -g NSRequiresAquaSystemAppearance -bool false
1. Go to System Preferences > General and select Light for Appearance.
2. Launch Terminal and enter the following command:
defaults write -g NSRequiresAquaSystemAppearance -bool Yes
3. Log out of your user account and then log back in
4. go to System Preferences > General and select Dark for Appearance.
You’ll see your menu bar and Dock switch to the Mojave Dark Mode, but everything else should stay in the traditional Light mode.
if you want to revert to Full Mojave Dark Mode
Launch Terminal and enter the following command:
defaults write -g NSRequiresAquaSystemAppearance -bool false