main: do a theme toggle upon receiving SIGUSR1

Caveat: in server mode, *all* instances toggle their themes.
This commit is contained in:
Daniel Eklöf 2025-06-09 07:38:26 +02:00
parent 33eefa7b45
commit d9675a7140
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 19 additions and 0 deletions

View file

@ -73,6 +73,8 @@
`key-bindings.color-theme-toggle` key bindings. These can be used to
switch between the primary and alternative color themes. They are
not bound by default.
* Sending `SIGUSR1` to the foot process now triggers a theme switch
(in server mode, **all** instances toggles their themes).
* Support for private mode 2031 - [_Dark and Light Mode
Detection_](https://contour-terminal.org/vt-extensions/color-palette-update-notifications/)
([#2025][2025])