X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Ftheme.h;h=0e574d791985eeafa366c9ee3496eb5dafecdfc4;hb=60fa05f70c7bd4c63c31ebeebd63ea614a7a2bcd;hp=e425ae2ae40140b996d82f987719057e5cff1041;hpb=a4f023cf3a085d414a03e2d074e6eaa5258e4391;p=chaz%2Fopenbox diff --git a/render/theme.h b/render/theme.h index e425ae2a..0e574d79 100644 --- a/render/theme.h +++ b/render/theme.h @@ -46,7 +46,8 @@ struct _RrTheme { /* style settings - fonts */ gint winfont_height; - RrFont *winfont; + RrFont *winfont_focused; + RrFont *winfont_unfocused; gint mtitlefont_height; RrFont *mtitlefont; gint mfont_height; @@ -142,14 +143,17 @@ struct _RrTheme { RrAppearance *a_menu_item; RrAppearance *a_menu_disabled; RrAppearance *a_menu_hilite; + RrAppearance *a_menu_text_item; + RrAppearance *a_menu_text_disabled; + RrAppearance *a_menu_text_hilite; 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; };