diff --git a/src/theme.c b/src/theme.c index 10e0a868..e487d72f 100644 --- a/src/theme.c +++ b/src/theme.c @@ -161,7 +161,7 @@ entry(struct theme *theme, const char *key, const char *value) if (match(key, "window.active.label.text.color")) { parse_hexstr(value, theme->window_active_label_text_color); } - if (match(key, "window.inactive.lable.text.color")) { + if (match(key, "window.inactive.label.text.color")) { parse_hexstr(value, theme->window_inactive_label_text_color); }