AppearanceNotifier
AppearanceNotifier copied to clipboard
This application listens for when the macOS interface theme changes and then does some thing(s). For now, it's hardcoded to switching my kitty and Neovim themes to match the new theme.
Add notifications for when a theme change is detected. This would need to be optional, and off by default.
Having some sort of configuration for these would be handy. It would make them more accessible and easy to add. Depends on https://github.com/jesse-c/AppearanceNotifier/issues/4.
Right now they're hardcoded in the application. It would be preferable if these were outside of it.
It would be essential to have this functionality. This would most likely be done as a daemon. E.g. using [`launchctl`](https://arslan.io/2021/02/15/automatic-dark-mode-for-terminal-applications/).