thcon 0.2.0

A configurable theme controller that switches multiple apps between light and dark mode
Documentation
1
2
3
4
5
6
7
8
9
10
11
* Config file driven
    * ${XDG_CONFIG_HOME}/thcon/thcon.toml
    * Maps applications to a map of thcon name:app-specific config

# Example Usage
`thcon light` switches all apps to light mode
`thcon dark gnome-terminal` switches gnome-terminal to dark mode
`thcon invert` switches all dark -> light and all light -> dark
`thcon status` shows current themes
`thcon` shows help