From 20d5de38cc3b0c236e68b409ab1870dbb3812174 Mon Sep 17 00:00:00 2001 From: ailurux Date: Thu, 29 Aug 2024 16:08:11 +1000 Subject: Style regulatory icons so they are visible with the light theme --- lua/theme_light.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua/theme_light.lua') 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 -- cgit v1.2.3