Searched refs:LIGHT_COLOR_GREY (Results 1 – 1 of 1) sorted by relevance
26 #define LIGHT_COLOR_GREY lv_palette_lighten(LV_PALETTE_GREY, 2) macro217 color_grey = theme.flags & MODE_DARK ? DARK_COLOR_GREY : LIGHT_COLOR_GREY; in style_init()