Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c79 .accent = LV_COLOR_MAKE(0xcc, 0x00, 0x00),
84 .accent = LV_COLOR_MAKE(0xe1, 0x2b, 0x17),
530 lv_color_t color = i == STYLE_COLOR_BASE ? th->base : th->accent; in theme_observer_cb()
531 lv_color_t color_inv = i == STYLE_COLOR_ACCENT ? th->accent : th_other->base; in theme_observer_cb()
Dlv_demo_high_res_private.h148 lv_color_t accent; member
Dlv_demo_high_res_home.c223 lv_style_set_text_color(&span->style, th->accent); in theme_observer_accent_span_cb()