Last active
August 29, 2015 14:03
-
-
Save cazepeda-zz/f430debc2415e3247759 to your computer and use it in GitHub Desktop.
Yosemite Dark / Light Theme CLI Command
This file contains hidden or 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
// Dark Theme | |
$ sudo defaults write /Library/Preferences/.GlobalPreferences AppleInterfaceTheme Dark | |
$ killall Dock; killall SystemUIServer | |
// Light Theme | |
$ sudo defaults write /Library/Preferences/.GlobalPreferences AppleInterfaceTheme Light | |
$ killall Dock; killall SystemUIServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment