From 49eea4715faa55a0da670112619f22da6e20f5aa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 04:17:36 +0000 Subject: [PATCH] default focus text color for titlebars is black --- engines/openbox/obtheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/openbox/obtheme.c b/engines/openbox/obtheme.c index 6362904d..ccd17cc0 100644 --- a/engines/openbox/obtheme.c +++ b/engines/openbox/obtheme.c @@ -345,7 +345,7 @@ gboolean obtheme_load() 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); -- 2.45.2