Skip to content

Instantly share code, notes, and snippets.

@cazepeda-zz
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cazepeda-zz/f430debc2415e3247759 to your computer and use it in GitHub Desktop.
Save cazepeda-zz/f430debc2415e3247759 to your computer and use it in GitHub Desktop.
Yosemite Dark / Light Theme CLI Command
// 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