summaryrefslogtreecommitdiff
path: root/lua/theme_hicon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/theme_hicon.lua')
-rw-r--r--lua/theme_hicon.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/theme_hicon.lua b/lua/theme_hicon.lua
index 59446bd7..a1a3dca3 100644
--- a/lua/theme_hicon.lua
+++ b/lua/theme_hicon.lua
@@ -61,10 +61,18 @@ local theme_hicon = {
}},
},
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 = text_color,
text_color = background_color,
+ image_recolor_opa = 255,
+ image_recolor = background_color,
}},
},
bar = {