summaryrefslogtreecommitdiff
path: root/openbox/prompt.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2009-12-21 10:35:06 -0500
committerDana Jansens <danakj@orodu.net>2009-12-21 10:35:06 -0500
commitcfdbe23e0d9b72b4c220a10ddf60a4e981967b63 (patch)
treea048dc335adbf3b05a56fdce603add94d94612a5 /openbox/prompt.c
parentad812e6299223efb0cb4faee03ce99870e5c7ce5 (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.c2
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);