Automatically switch Terminal profiles when macOS dark/light mode changes
brew install patrik-csak/tap/auto-terminal-profileImport the Terminal profiles you want to use, or continue to the next step if you want to use default profiles
Set your preferred dark and light mode profiles:
auto-terminal-profile config setYou can also set profiles individually:
auto-terminal-profile config set dark 'Clear Dark'
auto-terminal-profile config set light 'Clear Light'brew services start auto-terminal-profilebrew services stop auto-terminal-profile- cormacrelf/dark-notify – Library and CLI for observing macOS appearance changes, used by auto-terminal-profile
- patrik-csak/mac-terminal – Node.js library to control the macOS Terminal app, used by auto-terminal-profile
