Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/themes/default/
Dlv_theme_default.h39 …eme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_secondary, bool dark,
Dlv_theme_default.c273 lv_style_set_outline_color(&styles->outline_secondary, theme.color_secondary); in style_init()
352 lv_style_set_bg_color(&styles->bg_color_secondary, theme.color_secondary); in style_init()
357 lv_style_set_bg_color(&styles->bg_color_secondary_muted, theme.color_secondary); in style_init()
358 lv_style_set_text_color(&styles->bg_color_secondary_muted, theme.color_secondary); in style_init()
642 …eme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_secondary, bool dark, in lv_theme_default_init() argument
661 theme.color_secondary = color_secondary; in lv_theme_default_init()
/lvgl-3.4.0/src/core/
Dlv_theme.h37 lv_color_t color_secondary; member
Dlv_theme.c107 return th ? th->color_secondary : lv_palette_main(LV_PALETTE_BLUE); in lv_theme_get_color_secondary()