X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obrender%2Ftheme.c;h=634fc5105b9d93193029993f00ecda1e920509b7;hb=9415459aea725f6a1dd4f91526e7a95090de0130;hp=b20182ad23217b148626e77202f259c4c61bfbb2;hpb=d58ed5c413e052e7ff58aa1ea15b475e9c335e07;p=chaz%2Fopenbox diff --git a/obrender/theme.c b/obrender/theme.c index b20182ad..634fc510 100644 --- a/obrender/theme.c +++ b/obrender/theme.c @@ -324,8 +324,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, "osd.label.text.color", theme->osd_text_active_color, RrColorCopy(theme->title_focused_color)); - READ_COLOR("osd.inactive.label.text.color", theme->osd_text_inactive_color, - RrColorNew(inst, 0xff, 0xff, 0xff)); + READ_COLOR_("osd.inactive.label.text.color", + "osd.label.text.color", + theme->osd_text_inactive_color, RrColorCopy(theme->title_unfocused_color)); READ_COLOR("window.active.button.unpressed.image.color", theme->titlebut_focused_unpressed_color,