Home
last modified time | relevance | path

Searched refs:bg_color_grey (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c55 lv_style_t bg_color_grey; member
365 style_init_reset(&styles->bg_color_grey); in style_init()
366 lv_style_set_bg_color(&styles->bg_color_grey, color_grey); in style_init()
367 lv_style_set_bg_opa(&styles->bg_color_grey, LV_OPA_COVER); in style_init()
368 lv_style_set_text_color(&styles->bg_color_grey, color_text); in style_init()
724 lv_obj_add_style(obj, &styles->bg_color_grey, 0); in theme_apply()
899 lv_obj_add_style(obj, &styles->bg_color_grey, 0); in theme_apply()
1036 lv_obj_add_style(obj, &styles->bg_color_grey, LV_PART_ITEMS | LV_STATE_CHECKED); in theme_apply()
1050 lv_obj_add_style(obj, &styles->bg_color_grey, 0); in theme_apply()