Created
May 23, 2019 14:46
-
-
Save williamsiuhang/eabe768053a2f63a3d55c02af9cd4c09 to your computer and use it in GitHub Desktop.
Terminal commands to exclude Mac apps from Dark Theme
This file contains 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
// 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