This commit is contained in:
bonsaiiV 2026-06-07 18:48:20 +08:00 committed by GitHub
commit 624d4b8f2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 33 additions and 0 deletions

View file

@ -80,6 +80,7 @@ static void ipc_parse_colors(
{ "binding_mode_border", &config->colors.binding_mode.border },
{ "binding_mode_bg", &config->colors.binding_mode.background },
{ "binding_mode_text", &config->colors.binding_mode.text },
{ "tray_background", &config->colors.tray_background },
};
for (size_t i = 0; i < sizeof(properties) / sizeof(properties[i]); i++) {