Mac Dark/Light Changers in Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias light="osascript -e'tell application \"System Events\"' -e 'set dark mode of appearance preferences to false' -e 'end tell'" | |
alias dark="osascript -e'tell application \"System Events\"' -e 'set dark mode of appearance preferences to true' -e 'end tell'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy them to your bash profile / fish config / whatever and have the
dark
/light
commands in the terminal