Closes [#16198](https://github.com/zed-industries/zed/issues/16198)
AFAIK, when the system's theme mode or accent color changes, there are
typically two types of broadcast messages:
1. A `WM_SETTINGCHANGE` message, where `lParam` points to the string
"ImmersiveColorSet".
2. A `WM_DWMCOLORIZATIONCOLORCHANGED` message.
I use `WM_DWMCOLORIZATIONCOLORCHANGED` here for simplicity.
https://github.com/user-attachments/assets/422f8e4e-c698-4e7c-8d2d-01f453b9a7b3
Release Notes:
- N/A