iTerm2
Project: https://iterm2.comSetup
thcon
controls iTerm2 themes by switching between two profiles you set up
ahead of time. From the iTerm2 Settings page, create a pair of profiles and
configure them to your liking. Use the names of those profiles in
thcon.toml
.
Configuration
Section: [iterm2]
Key | Default | Description |
---|---|---|
dark | (none) |
Profile name to use in dark mode |
light | (none) |
Profile name to use in light mode |
disabled | false | Disables iTerm2 |
Example
[iterm2]
dark = "my dark theme"
light = "An Imported Light Theme"