Created
July 30, 2025 17:26
-
-
Save jreyes33/ad65a1ae01b03df2a253fb2a804c4297 to your computer and use it in GitHub Desktop.
Revisions
-
jreyes33 created this gist
Jul 30, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #!/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