Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c53 lv_style_t bg_color_secondary; member
355 style_init_reset(&styles->bg_color_secondary); in style_init()
356 lv_style_set_bg_color(&styles->bg_color_secondary, theme.color_secondary); in style_init()
357 lv_style_set_text_color(&styles->bg_color_secondary, lv_color_white()); in style_init()
358 lv_style_set_bg_opa(&styles->bg_color_secondary, LV_OPA_COVER); in style_init()
760 lv_obj_add_style(obj, &styles->bg_color_secondary, LV_STATE_CHECKED); in theme_apply()
876 lv_obj_add_style(obj, &styles->bg_color_secondary, LV_PART_ITEMS | LV_STATE_EDITED); in theme_apply()