KDE Plasma
Project: https://kde.org/plasma-desktop/Setup
None needed: KDE Plasma themes can be controlled with no setup!
For custom themes, run lookandfeeltool --list to show all available theme
packages. Choose the theme packages you want for light and dark mode, and use
those in package names in thcon.toml.
Configuration
Section: [plasma]
| Key | Default | Description | 
|---|---|---|
| dark | org.kde.breezedark.desktop | Theme package name to use in dark mode | 
| light | org.kde.breeze.desktop | Theme package name to use in light mode | 
| disabled | false | Disables KDE Plasma | 
Example
[plasma]
dark = "com.example.dark.desktop"
light = "com.example.light.desktop"