automatorQuick ActionNo input from any applicationRun Applescript in the list of actions on the leftDarkModeToggleon run {input, parameters}
tell application "System Events"
tell appearance preferences
set dark mode to not dark mode
end tell
end tell
return input
end run
System SettingsKeyboardKeyboard Shortcuts... buttonServicesGeneralDarkModeToggle should be listed.none next to DarkModeTogglesource - script needed tweaking