X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=b4d7cd1dcb92434a7ea02d27c09b01f66609f04d;hb=45520c3244dd37982916f896a78a201fcf40457f;hp=e425ae2ae40140b996d82f987719057e5cff1041;hpb=a4f023cf3a085d414a03e2d074e6eaa5258e4391;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index e425ae2a..b4d7cd1d 100644 --- a/render/theme.h +++ b/render/theme.h @@ -11,6 +11,9 @@ struct _RrTheme { const RrInstance *inst; + /* style settings - optional decor */ + gboolean show_handle; + /* style settings - geometry */ gint bevel; gint handle_height; @@ -42,11 +45,12 @@ 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; - RrFont *winfont; + RrFont *winfont_focused; + RrFont *winfont_unfocused; gint mtitlefont_height; RrFont *mtitlefont; gint mfont_height; @@ -141,15 +145,18 @@ 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_selected; RrAppearance *a_menu_bullet; - RrAppearance *a_clear; + RrAppearance *a_clear; /* clear with no texture */ + RrAppearance *a_clear_tex; /* clear with a texture */ - RrAppearance *app_hilite_bg; - RrAppearance *app_unhilite_bg; - RrAppearance *app_hilite_label; - RrAppearance *app_unhilite_label; - RrAppearance *app_icon; + RrAppearance *app_selected_bg; + RrAppearance *app_unselected_bg; + RrAppearance *app_selected_label; + RrAppearance *app_unselected_label; };