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, 3 insertions, 3 deletions
diff --git a/lua/theme_light.lua b/lua/theme_light.lua
index 5d18a9d1..44a9c511 100644
--- a/lua/theme_light.lua
+++ b/lua/theme_light.lua
@@ -215,7 +215,7 @@ local theme_light = {
database_indicator = {
{lvgl.PART.MAIN, lvgl.Style {
image_recolor_opa = 180,
- image_recolor = highlight_color,
+ image_recolor = text_color,
}},
},
back_button = {
@@ -278,13 +278,13 @@ local theme_light = {
battery = {
{lvgl.PART.MAIN, lvgl.Style {
image_recolor_opa = 180,
- image_recolor = highlight_color,
+ image_recolor = text_color,
}},
},
battery_0 = {
{lvgl.PART.MAIN, lvgl.Style {
image_recolor_opa = 180,
- image_recolor = "#aa3333",
+ image_recolor = "#f0053c",
}},
},
battery_charging = {