Searched refs:DARK_COLOR_GREY (Results 1 – 1 of 1) sorted by relevance
30 #define DARK_COLOR_GREY lv_color_hex(0x2f3237) macro217 color_grey = theme.flags & MODE_DARK ? DARK_COLOR_GREY : LIGHT_COLOR_GREY; in style_init()