AppearanceNotifier
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.
Install / Use
/learn @jesse-c/AppearanceNotifierREADME
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.
Ideally the different things themselves would handle this themselves, as others do.
Alternative:
Use HammerSpoon and hook into the same event. For example: https://github.com/jesse-c/dotfiles/commit/1f0e4d1be732f3397ed9f9d892fe71890fbcc2d2.
Demo

NB: This demo is from a 2012 13" MacBook Pro.
Installation
Binaries
- Download the latest version from the Releases page.
- Move it to your path.
From source
$ git clone git@github.com:jesse-c/AppearanceNotifier.git$ swift build --configuration release.$ mv .build/x86_64-apple-macosx/release/AppearanceNotifier /usr/local/bin/
Usage
You'll need to adapt the respond function for your local machine's setup.
Run the compiled binary (e.g. $ AppearanceNotifier). You'll need to leave this running.
Autostart
To have it autostart at login, you can use launchd, with the provided job definition. Copy it to the right location (e.g. $ cp com.jesseclaven.appearancenotifier.plist ~/Library/LaunchAgents/).
Dependencies
Neovim
nvim-remote (aka nvr) is used for controlling the Neovim instances.
kitty
For kitty to receive remote commands, you'll need to update your config to have:
allow_remote_control true
kitty / tmux
If you're using kitty with tmux, you'll need to explicitly set the socket that kitty listens on, since if you run the command from within tmux, kitty won't pick up on it.
How you do this depends on how you start kitty.
If you're starting it from the application icon, you need to set the launch arguments in your kitty config folder. For example, in ~/.config/kitty/macos-launch-services-cmdline I have:
--listen-on unix:/tmp/kitty
NB: If you don't open kitty directly from the application (for example, if you're using Raycast), then it won't pick up these launch arguments.
NB: I haven't tested this with more than 1 kitty window.
Emacs
You'll need to have the server running.
Helix
No specific setup is needed.
FAQ
Q. What if my laptop is asleep and it passes sunrise/sunset?
A. From what I've observed, my laptop has already switched, or does so immediately, after I directly wake it up.
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
