dark-mode

Toggle macOS dark mode on or off from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Control the macOS dark mode from the command-line

Commands

dark-mode

Examples

turn on dark mode$ dark-mode on
turn off dark mode$ dark-mode off
check if dark mode is currently enabled$ dark-mode status
toggle dark mode between on and off$ dark-mode toggle
automatically switch dark mode based on time of day$ dark-mode on && sleep 28800 && dark-mode off