Toggle dark mode on MacOS

subtract-smiles - 2 years ago

osascript -e 'tell app \"System Events\" to tell appearance preferences to set dark mode to not dark mode'

You can use it as an alias:

alias dmode="osascript -e 'tell app \"System Events\" to tell appearance preferences to set dark mode to not dark mode'"