diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-08-29 17:21:23 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-08-29 17:21:23 +1000 |
| commit | b4a2b4fb6f0879a97dd26a8d724294c2f22d2737 (patch) | |
| tree | 85c74b437b1d46ae57a52a2975d4e794c3f7b6dc | |
| parent | 3d484211a5b485fa40f22ebd58006ad64d4c4c3e (diff) | |
| parent | 20d5de38cc3b0c236e68b409ab1870dbb3812174 (diff) | |
| download | tangara-fw-b4a2b4fb6f0879a97dd26a8d724294c2f22d2737.tar.gz | |
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
| -rw-r--r-- | lua/settings.lua | 1 | ||||
| -rw-r--r-- | lua/theme_light.lua | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index 31fb5945..934d32a2 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -760,6 +760,7 @@ local RegulatoryScreen = SettingsScreen:new { pad_top = 4, pad_column = 4, } + theme.set_style(logo_container, "regulatory_icons") button_container:add_style(styles.list_item) logo_container:Image { src = "//lua/img/ce.png" } diff --git a/lua/theme_light.lua b/lua/theme_light.lua index 3da3de9b..275d06ca 100644 --- a/lua/theme_light.lua +++ b/lua/theme_light.lua @@ -280,6 +280,12 @@ local theme_light = { image_recolor = "#fdd833", }}, }, + regulatory_icons = { + {lvgl.PART.MAIN, lvgl.Style { + image_recolor_opa = 255, + image_recolor = text_color, + }}, + }, } return theme_light |
