Searched refs:STYLE_COLOR_ACCENT (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 119 lv_obj_add_style(weather_label, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_TEXT], 0); in lv_demo_high_res_home() 193 lv_obj_add_style(light_theme_icon, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_OBJ], 0); in lv_demo_high_res_home() 202 lv_obj_add_style(dark_theme_icon, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_OBJ], 0); in lv_demo_high_res_home() 246 lv_obj_add_style(app_card, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_OBJ], 0); in app_card_create() 262 lv_obj_add_style(icon, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_A8_IMG], 0); in app_card_create()
|
D | lv_demo_high_res_private.h | 105 STYLE_COLOR_ACCENT, enumerator
|
D | lv_demo_high_res_app_about.c | 197 lv_obj_add_style(button, &c->styles[STYLE_COLOR_ACCENT][STYLE_TYPE_OBJ], 0); in create_button()
|
D | lv_demo_high_res_util.c | 531 lv_color_t color_inv = i == STYLE_COLOR_ACCENT ? th->accent : th_other->base; in theme_observer_cb()
|