]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/obtheme.c
default focus text color for titlebars is black
[chaz/openbox] / engines / openbox / obtheme.c
index 6362904dbbd670903f7e4fce2fec2b921da4e8ee..ccd17cc0bf7da1ff8f1c629703cf834c274bb38a 100644 (file)
@@ -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);
This page took 0.024603 seconds and 4 git commands to generate.