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_dark.lua | |
| parent | f8a6c8c85af534510dfc2840730387d67b4c82ff (diff) | |
| download | tangara-fw-3490cceb6b94ffbc947b699c8495cf8500e65b98.tar.gz | |
Added listened indicator for audiobooks and podcasts
Diffstat (limited to 'lua/theme_dark.lua')
| -rw-r--r-- | lua/theme_dark.lua | 6 |
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, |
