default focus text color for titlebars is black
This commit is contained in:
parent
4213b558bf
commit
49eea4715f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue