Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c30 #define DARK_COLOR_GREY lv_color_hex(0x2f3237) macro
217 color_grey = theme.flags & MODE_DARK ? DARK_COLOR_GREY : LIGHT_COLOR_GREY; in style_init()