summaryrefslogtreecommitdiff
path: root/lua/theme_light.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/theme_light.lua')
-rw-r--r--lua/theme_light.lua6
1 files changed, 6 insertions, 0 deletions
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