Searched defs:_lv_theme_t (Results 1 – 1 of 1) sorted by relevance
31 typedef struct _lv_theme_t { struct33 struct _lv_theme_t * parent; /**< Apply the current theme's style on top of this theme.*/ argument34 void * user_data;35 struct _lv_disp_t * disp;36 lv_color_t color_primary;37 lv_color_t color_secondary;38 const lv_font_t * font_small;39 const lv_font_t * font_normal;40 const lv_font_t * font_large;41 uint32_t flags; /*Any custom flag used by the theme*/