Lipstick hard-codes the light and dark theme names into src/lipstick-apps. It would be nice if the hard-coded theme names could be overridden by a config file at ~/config/lipstick/lipstick.conf where per-app light and dark themes could be specified. For example:
$ cat ~/.config/lipstick/lipstick.conf
btop_light_theme=solarized_dark
btop_dark_theme=solarized_light
helix_light_theme=solarized_light
helix_dark_theme=solarized_dark
Lipstick hard-codes the light and dark theme names into src/lipstick-apps. It would be nice if the hard-coded theme names could be overridden by a config file at ~/config/lipstick/lipstick.conf where per-app light and dark themes could be specified. For example:
```shell
$ cat ~/.config/lipstick/lipstick.conf
btop_light_theme=solarized_dark
btop_dark_theme=solarized_light
helix_light_theme=solarized_light
helix_dark_theme=solarized_dark
```