diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-02 04:17:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-02 04:17:36 +0000 |
| commit | 49eea4715faa55a0da670112619f22da6e20f5aa (patch) | |
| tree | b55584d2a04bd04b36ae1ae386cab581ac33db5e /engines | |
| parent | 4213b558bfcacb32e3c1dbdcbf9d6fb19111cf2a (diff) | |
default focus text color for titlebars is black
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/openbox/obtheme.c | 2 |
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); |
