Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/themes/default/
Dlv_theme_default.h39 lv_theme_t * lv_theme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_sec…
Dlv_theme_default.c267 lv_style_set_outline_color(&styles->outline_primary, theme.color_primary); in style_init()
342 lv_style_set_bg_color(&styles->bg_color_primary, theme.color_primary); in style_init()
347 lv_style_set_bg_color(&styles->bg_color_primary_muted, theme.color_primary); in style_init()
348 lv_style_set_text_color(&styles->bg_color_primary_muted, theme.color_primary); in style_init()
384 lv_style_set_bg_color(&styles->knob, theme.color_primary); in style_init()
402 lv_style_set_arc_color(&styles->arc_indic_primary, theme.color_primary); in style_init()
413 lv_style_set_border_color(&styles->cb_marker, theme.color_primary); in style_init()
451 lv_style_set_bg_color(&styles->chart_indic, theme.color_primary); in style_init()
599 lv_style_set_border_color(&styles->tab_btn, theme.color_primary); in style_init()
642 lv_theme_t * lv_theme_default_init(lv_disp_t * disp, lv_color_t color_primary, lv_color_t color_sec… in lv_theme_default_init() argument
[all …]
/lvgl-3.4.0/src/core/
Dlv_theme.h36 lv_color_t color_primary; member
Dlv_theme.c101 return th ? th->color_primary : lv_palette_main(LV_PALETTE_BLUE_GREY); in lv_theme_get_color_primary()