summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/openbox/obtheme.c2
1 files changed, 1 insertions, 1 deletions
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);