diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-09-27 16:59:59 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-09-27 16:59:59 +1000 |
| commit | 3490cceb6b94ffbc947b699c8495cf8500e65b98 (patch) | |
| tree | 60cf92de52ec965e10f8d2cbc5f69ed442718bf5 /lua/theme_hicon.lua | |
| parent | f8a6c8c85af534510dfc2840730387d67b4c82ff (diff) | |
| download | tangara-fw-3490cceb6b94ffbc947b699c8495cf8500e65b98.tar.gz | |
Added listened indicator for audiobooks and podcasts
Diffstat (limited to 'lua/theme_hicon.lua')
| -rw-r--r-- | lua/theme_hicon.lua | 8 |
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 = { |
