From 3490cceb6b94ffbc947b699c8495cf8500e65b98 Mon Sep 17 00:00:00 2001 From: ailurux Date: Fri, 27 Sep 2024 16:59:59 +1000 Subject: Added listened indicator for audiobooks and podcasts --- lua/theme_hicon.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua/theme_hicon.lua') 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 = { -- cgit v1.2.3