Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jreyes33/ad65a1ae01b03df2a253fb2a804c4297 to your computer and use it in GitHub Desktop.

Select an option

Save jreyes33/ad65a1ae01b03df2a253fb2a804c4297 to your computer and use it in GitHub Desktop.
#!/usr/bin/osascript
# From: https://medium.com/@geert.cuppens/macos-keyboard-shortcut-to-toggle-dark-mode-2724c9f7fbfe
tell application "System Events"
tell appearance preferences
set dark mode to not dark mode
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment