Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created September 26, 2018 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ttscoff/e511bf5578d0f292f5a30abefd1aa586 to your computer and use it in GitHub Desktop.
Save ttscoff/e511bf5578d0f292f5a30abefd1aa586 to your computer and use it in GitHub Desktop.
A macOS one-liner for switching Dark Mode on/off (Mojave)
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