summaryrefslogtreecommitdiff
path: root/lua/theme_dark.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/theme_dark.lua')
-rw-r--r--lua/theme_dark.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/theme_dark.lua b/lua/theme_dark.lua
index ac1044c6..560b6849 100644
--- a/lua/theme_dark.lua
+++ b/lua/theme_dark.lua
@@ -55,6 +55,12 @@ local theme_dark = {
}},
},
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,