Home
last modified time | relevance | path

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

/lvgl-latest/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.c271 lv_style_set_outline_color(&styles->outline_primary, theme.color_primary); in style_init()
346 lv_style_set_bg_color(&styles->bg_color_primary, theme.color_primary); in style_init()
351 lv_style_set_bg_color(&styles->bg_color_primary_muted, theme.color_primary); in style_init()
352 lv_style_set_text_color(&styles->bg_color_primary_muted, theme.color_primary); in style_init()
388 lv_style_set_bg_color(&styles->knob, theme.color_primary); in style_init()
406 lv_style_set_arc_color(&styles->arc_indic_primary, theme.color_primary); in style_init()
417 lv_style_set_border_color(&styles->cb_marker, theme.color_primary); in style_init()
455 lv_style_set_bg_color(&styles->chart_indic, theme.color_primary); in style_init()
603 lv_style_set_border_color(&styles->tab_btn, theme.color_primary); in style_init()
645 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-latest/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()