Toggle macOS dark mode on or off from the command line
Control the macOS dark mode from the command-line
dark-mode
$ dark-mode on
$ dark-mode off
$ dark-mode status
$ dark-mode toggle
$ dark-mode on && sleep 28800 && dark-mode off