diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-21 10:35:06 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-21 10:35:06 -0500 |
| commit | cfdbe23e0d9b72b4c220a10ddf60a4e981967b63 (patch) | |
| tree | a048dc335adbf3b05a56fdce603add94d94612a5 /openbox/prompt.c | |
| parent | ad812e6299223efb0cb4faee03ce99870e5c7ce5 (diff) | |
Add themeing options for inactive osd labels, osd.inactive.label.*
(rename the current osd label options from osd.label to osd.active.label, similar to the window.(in)?active.label options.
Diffstat (limited to 'openbox/prompt.c')
| -rw-r--r-- | openbox/prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prompt.c b/openbox/prompt.c index 785a864d..829c57f4 100644 --- a/openbox/prompt.c +++ b/openbox/prompt.c @@ -57,7 +57,7 @@ void prompt_startup(gboolean reconfig) RrColor *c_button, *c_focus, *c_press, *c_pfocus; /* note: this is not a copy, don't free it */ - prompt_a_bg = ob_rr_theme->osd_hilite_bg; + prompt_a_bg = ob_rr_theme->osd_bg; prompt_a_button = RrAppearanceCopy(ob_rr_theme->a_focused_unpressed_close); prompt_a_focus = RrAppearanceCopy(ob_rr_theme->a_hover_focused_close); |
