Konsole
Project: https://konsole.kde.org/Setup
thcon
controls Konsole themes by switching between two profiles you set up
ahead of time. From the Konsole Settings page, create a pair of profiles and
configure them to your liking. Use the names of those profiles in
thcon.toml
.
Configuration
Section: [konsole]
Key | Default | Description |
---|---|---|
dark | (none) |
Profile name to use in dark mode |
light | (none) |
Profile name to use in light mode |
disabled | false | Disables Konsole |
Example
[konsole]
dark = "My Dark Profile"
light = "A Light Profile"