diff options
Diffstat (limited to 'lua/theme_light.lua')
| -rw-r--r-- | lua/theme_light.lua | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lua/theme_light.lua b/lua/theme_light.lua index 412fec25..5d18a9d1 100644 --- a/lua/theme_light.lua +++ b/lua/theme_light.lua @@ -63,10 +63,18 @@ local theme_light = { }}, }, listbutton = { + {lvgl.PART.MAIN, lvgl.Style { + image_recolor_opa = 255, + image_recolor = text_color, + flex_cross_place = lvgl.FLEX_ALIGN.CENTER, + pad_column = 4, + }}, {lvgl.PART.MAIN | lvgl.STATE.FOCUSED, lvgl.Style { bg_opa = lvgl.OPA(100), bg_color = highlight_color, - text_color = "#ffffff" + text_color = "#ffffff", + image_recolor_opa = 255, + image_recolor = "#ffffff", }}, }, bar = { |
