all repos — openbox @ 9415459aea725f6a1dd4f91526e7a95090de0130

openbox fork - make it a bit more like ryudo

Make the inactive osd text color fall back to the old osd property, and lastly inherit from the unfocused window color.
Dana Jansens danakj@orodu.net
commit

9415459aea725f6a1dd4f91526e7a95090de0130

parent

d58ed5c413e052e7ff58aa1ea15b475e9c335e07

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M obrender/theme.cobrender/theme.c

@@ -324,8 +324,9 @@ READ_COLOR_("osd.active.label.text.color",

"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,