Skip to content

Instantly share code, notes, and snippets.

@th507
Last active August 15, 2019 02:29
Show Gist options
  • Save th507/51288af248590bd853b80e1d3100af99 to your computer and use it in GitHub Desktop.
Save th507/51288af248590bd853b80e1d3100af99 to your computer and use it in GitHub Desktop.
Toggle macOS Dark Mode (via JSXA & macOS Script Editor Automation)
pref = Application("System Events").appearancePreferences
// weird syntax with no documentation...
pref.darkMode = !pref.darkMode()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment