mac-dark-mode — Toggle macOS Dark/Light Mode
Switches macOS between dark and light appearance modes using defaults commands.
Usage
# Toggle between dark and light mode
python3 mac_dark_mode.py
# Enable dark mode
python3 mac_dark_mode.py on
# Enable light mode
python3 mac_dark_mode.py off
How it works
- Reads
AppleInterfaceStyleviadefaults readto detect current mode - Writes or deletes
AppleInterfaceStyleto switch modes - No argument toggles automatically based on current state