default focus text color for titlebars is black

This commit is contained in:
Dana Jansens 2003-04-02 04:17:36 +00:00
parent 4213b558bf
commit 49eea4715f

View 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);