X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=a643fb1b9e09edd1a0f84029c2b41816acd89f72;hb=b23594d88d462f4ed1b0a26b5e303f491758f5ff;hp=0e574d791985eeafa366c9ee3496eb5dafecdfc4;hpb=c34ef4028e504b8ce862b9c2e47b284ab66717dd;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index 0e574d79..a643fb1b 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; @@ -40,9 +43,10 @@ struct _RrTheme { RrColor *titlebut_unfocused_unpressed_color; RrColor *menu_title_color; RrColor *menu_color; - RrColor *menu_bullet_color; + RrColor *menu_bullet_normal_color; + RrColor *menu_bullet_selected_color; RrColor *menu_disabled_color; - RrColor *menu_hilite_color; + RrColor *menu_selected_color; /* style settings - fonts */ gint winfont_height; @@ -140,13 +144,14 @@ struct _RrTheme { RrAppearance *a_unfocused_handle; RrAppearance *a_menu_title; RrAppearance *a_menu; - RrAppearance *a_menu_item; + RrAppearance *a_menu_normal; RrAppearance *a_menu_disabled; - RrAppearance *a_menu_hilite; - RrAppearance *a_menu_text_item; + RrAppearance *a_menu_selected; + RrAppearance *a_menu_text_normal; RrAppearance *a_menu_text_disabled; - RrAppearance *a_menu_text_hilite; - RrAppearance *a_menu_bullet; + RrAppearance *a_menu_text_selected; + RrAppearance *a_menu_bullet_normal; + RrAppearance *a_menu_bullet_selected; RrAppearance *a_clear; /* clear with no texture */ RrAppearance *a_clear_tex; /* clear with a texture */