Searched refs:color_secondary (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.4.0/src/extra/themes/default/ |
D | lv_theme_default.h | 39 …eme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_secondary, bool dark,
|
D | lv_theme_default.c | 273 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/ |
D | lv_theme.h | 37 lv_color_t color_secondary; member
|
D | lv_theme.c | 107 return th ? th->color_secondary : lv_palette_main(LV_PALETTE_BLUE); in lv_theme_get_color_secondary()
|