Realign spacing for CI

This commit is contained in:
Jack Zeal 2026-04-06 20:11:29 -07:00
parent b2803b8f4d
commit ecf7770704

View file

@ -1276,7 +1276,7 @@ entry(struct theme *theme, const char *key, const char *value)
if (match_glob(key, "menu.items.active.bg")) {
theme->menu_items_active_border_type = parse_border_type(value);
}
if (match_glob(key, "menu.items.active.bg.highlight")) {
if (match_glob(key, "menu.items.active.bg.highlight")) {
theme->menu_items_active_highlight =
get_int_if_positive(value, "menu.items.active,bg.highlight");
}
@ -1318,7 +1318,7 @@ entry(struct theme *theme, const char *key, const char *value)
if (match_glob(key, "menu.title.bg")) {
theme->menu_title_border_type = parse_border_type(value);
}
if (match_glob(key, "menu.title.bg.highlight")) {
if (match_glob(key, "menu.title.bg.highlight")) {
theme->menu_title_highlight =
get_int_if_positive(value, "menu.title.bg.highlight");
}
@ -1345,7 +1345,7 @@ entry(struct theme *theme, const char *key, const char *value)
if (match_glob(key, "osd.bg")) {
theme->osd_border_type = parse_border_type(value);
}
if (match_glob(key, "osd.bg.highlight")) {
if (match_glob(key, "osd.bg.highlight")) {
theme->osd_highlight =
get_int_if_positive(value, "osd.bg.highlight");
}