summaryrefslogtreecommitdiff
path: root/render/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/theme.h')
-rw-r--r--render/theme.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/render/theme.h b/render/theme.h
index b4d7cd1d..c93eb843 100644
--- a/render/theme.h
+++ b/render/theme.h
@@ -153,10 +153,10 @@ struct _RrTheme {
RrAppearance *a_clear; /* clear with no texture */
RrAppearance *a_clear_tex; /* clear with a texture */
- RrAppearance *app_selected_bg;
- RrAppearance *app_unselected_bg;
- RrAppearance *app_selected_label;
- RrAppearance *app_unselected_label;
+ RrAppearance *app_hilite_bg;
+ RrAppearance *app_unhilite_bg;
+ RrAppearance *app_hilite_label;
+ RrAppearance *app_unhilite_label;
};