X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=c93eb843897d8ac5292c3fc70038191137a8eef8;hb=06fb4c7382a9c2a25e74adefbbc267417af5aadd;hp=d9965f6f154e658a27a42f300f41948a3fd2bfe0;hpb=f97e7133d46d43799b6a84dabd4ba5976556230d;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index d9965f6f..c93eb843 100644 --- a/render/theme.h +++ b/render/theme.h @@ -45,7 +45,7 @@ struct _RrTheme { RrColor *menu_color; RrColor *menu_bullet_color; RrColor *menu_disabled_color; - RrColor *menu_hilite_color; + RrColor *menu_selected_color; /* style settings - fonts */ gint winfont_height; @@ -145,10 +145,10 @@ struct _RrTheme { RrAppearance *a_menu; RrAppearance *a_menu_item; RrAppearance *a_menu_disabled; - RrAppearance *a_menu_hilite; + RrAppearance *a_menu_selected; RrAppearance *a_menu_text_item; RrAppearance *a_menu_text_disabled; - RrAppearance *a_menu_text_hilite; + RrAppearance *a_menu_text_selected; RrAppearance *a_menu_bullet; RrAppearance *a_clear; /* clear with no texture */ RrAppearance *a_clear_tex; /* clear with a texture */