diff --git a/src/theme.c b/src/theme.c index b34913ab..0450922b 100644 --- a/src/theme.c +++ b/src/theme.c @@ -917,7 +917,7 @@ entry(struct theme *theme, const char *key, const char *value) if (match_glob(key, "menu.title.text.color")) { parse_hexstr(value, theme->menu_title_text_color); } - + if (match_glob(key, "menu.border.color")) { parse_hexstr(value, theme->menu_border_color); }