Module thcon::app::macos[][src]

Expand description

Switches between Light and Dark appearances in macOS.

Usage

There’s no configuration required! thcon dark will enable dark mode on macOS, and thcon light will disable it, but this behavior can be disabled with disabled = true.

thcon.toml Schema

Section: macos

KeyTypeDescriptionDefault
disabledbooleantrue to disable theming of this app, otherwise falsefalse

Structs