This is a deamon that listens for a change of the color scheme preference and changes config files accordingly. Currently supported: * Alacritty * Helix
Within the repository root run:
bash
make install
Specify your themes in the config:
```yaml import: - ~/.config/alacritty/themes/themes/your-light-theme.yaml #[light]
```
As soon as the daemon runs it will adjust the commented lines according to the system scheme preference.
Uninstall systemd service
bash
make uninstall