From d27590f8a798465baf70df3e48b3562d916e8987 Mon Sep 17 00:00:00 2001 From: ailurux Date: Tue, 8 Oct 2024 11:07:04 +1100 Subject: [PATCH] Change top bar icons to black for contrast and consistency --- lua/theme_light.lua | 6 +++--- 1 file 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 = {