GNOME Terminal

Project: https://wiki.gnome.org/Apps/Terminal

Setup

thcon controls GNOME Terminal themes by switching between two profiles you set up ahead of time. From the GNOME Terminal Preferences page, create a pair of profiles and configure them to your liking. Use the IDs of those profiles (shown in the bottom corner of the preferences window) in your thcon.toml file.

Screenshot of the GNOME Terminal Preferences window.

Configuration

Section: [gnome-terminal]

Configuration keys, defaults, and descriptions
Key Default Description
dark (none)

The ID of the profile (case-sensitive) to use in dark mode

light (none)

The ID of the profile (case-sensitive) to use in light mode

disabled false Disables GNOME Terminal

Example

[gnome-terminal]
dark = "193ae12e-5755-42bf-b10e-a1a428016b4a"
light = "fe1bf46e-4e61-4389-bd93-f0000a7e8ac6"