all repos — openbox @ 49eea4715faa55a0da670112619f22da6e20f5aa

openbox fork - make it a bit more like ryudo

default focus text color for titlebars is black
Dana Jansens danakj@orodu.net
commit

49eea4715faa55a0da670112619f22da6e20f5aa

parent

4213b558bfcacb32e3c1dbdcbf9d6fb19111cf2a

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

jump to
M engines/openbox/obtheme.cengines/openbox/obtheme.c

@@ -345,7 +345,7 @@ if (!read_color(db, "window.frame.unfocusColor", &ob_s_cb_unfocused_color))

ob_s_cb_unfocused_color = color_new(0xff, 0xff, 0xff); if (!read_color(db, "window.label.focus.textColor", &ob_s_title_focused_color)) - ob_s_title_focused_color = color_new(0xff, 0xff, 0xff); + ob_s_title_focused_color = color_new(0x0, 0x0, 0x0); if (!read_color(db, "window.label.unfocus.textColor", &ob_s_title_unfocused_color)) ob_s_title_unfocused_color = color_new(0xff, 0xff, 0xff);