Created
November 11, 2019 05:26
-
-
Save samkcarlile/07b10c53b9a7b2a0e878bf805f18f0d9 to your computer and use it in GitHub Desktop.
Toggle Dark Mode on macOS
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
#!/usr/local/bin/bash | |
osascript -e 'tell app "System Events" to tell appearance preferences to set dark mode to not dark mode' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment