READ_COLOR_("osd.active.label.text.color",
"osd.label.text.color",
- theme->osd_color, RrColorCopy(theme->title_focused_color));
+ theme->osd_text_active_color, RrColorCopy(theme->title_focused_color));
READ_COLOR("window.inactive.label.text.color", theme->title_unfocused_color,
RrColorCopy(theme->title_unfocused_color));
set_icon_color(e);
e = menu_add_normal(menu, CLIENT_SHADE, _("_Roll up/down"), NULL, TRUE);
- e->data.normal.mask = ob_rr_theme->shade_mask;
+ e->data.normal.mask = ob_rr_theme->btn_shade->mask;
set_icon_color(e);
menu_add_normal(menu, CLIENT_DECORATE, _("Un/_Decorate"), NULL, TRUE);