How to MacOS Dark Mode (Shortcut) Script included
using Automator/AppleScript
tell application "System Events"
tell appearance preferences
set dark mode to not dark mode
end tell
end tell
I chose Shift+Command+M as my shortcut combination, as it isn't used for any of the standard keyboard shortcuts.