Terminal.app
Project: https://support.apple.com/guide/terminal/welcome/macSetup
Terminal.app's default "Basic" profile is aware of the system dark mode and reacts when it changes, but no other themes appear to behave that way.
For all other profiles, thcon
controls Terminal.app themes by switching
between two profiles you set up ahead of time. From the Terminal.app Settings
page, create (or import) a pair of profiles and configure them to your
liking. Use the names of those profiles in thcon.toml
Configuration
Section: [terminal-app]
Key | Default | Description |
---|---|---|
dark | Pro |
Profile name to use in dark mode |
light | Basic |
Profile name to use in light mode |
disabled | false | Disables Terminal.app |
Example
[terminal-app]
dark = "Red Sands"
light = "Man Page"