summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-10-08 11:07:04 +1100
committerailurux <ailuruxx@gmail.com>2024-10-08 11:07:04 +1100
commitd27590f8a798465baf70df3e48b3562d916e8987 (patch)
tree40e6dba7c854d967996cf349267d9b0944d50f16 /lua
parentd3791d557f576dd3636fd20b3c984abc8de5432a (diff)
downloadtangara-fw-d27590f8a798465baf70df3e48b3562d916e8987.tar.gz
Change top bar icons to black for contrast and consistency
Diffstat (limited to '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 = {