Skip to content

Instantly share code, notes, and snippets.

@williamsiuhang
Created May 23, 2019 14:46
Show Gist options
  • Save williamsiuhang/eabe768053a2f63a3d55c02af9cd4c09 to your computer and use it in GitHub Desktop.
Save williamsiuhang/eabe768053a2f63a3d55c02af9cd4c09 to your computer and use it in GitHub Desktop.
Terminal commands to exclude Mac apps from Dark Theme
// get app bundle id
osascript -e 'id of app "Calendar"'
// update theme | com.apple.iCal is App's bundle identifier
defaults write com.apple.iCal NSRequiresAquaSystemAppearance -bool yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment