]> Dogcows Code - chaz/openbox/commitdiff
default focus text color for titlebars is black
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 04:17:36 +0000 (04:17 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 04:17:36 +0000 (04:17 +0000)
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.02353 seconds and 4 git commands to generate.