Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save League2EB/f31ee48dfec3148519a7f387a3ab259b to your computer and use it in GitHub Desktop.
Save League2EB/f31ee48dfec3148519a7f387a3ab259b to your computer and use it in GitHub Desktop.
To fix the language switcher and other stuff like the notifications and Spotlight in Mac OS with hybrid dark mode (dark menu bar and light theme apps), do this.
To fix the language switcher and other stuff like the notifications and Spotlight in Mac OS with hybrid dark mode (dark menu bar and light theme apps), do this:
defaults write com.apple.HIToolbox NSRequiresAquaSystemAppearance -bool no
defaults write com.apple.notificationcenterui NSRequiresAquaSystemAppearance -bool no
defaults write com.apple.menuextra.textinput NSRequiresAquaSystemAppearance -bool no
defaults write com.apple.TISwitcher NSRequiresAquaSystemAppearance -bool no
defaults write com.apple.Spotlight NSRequiresAquaSystemAppearance -bool no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment