diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-10-08 11:07:04 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-10-08 11:07:04 +1100 |
| commit | d27590f8a798465baf70df3e48b3562d916e8987 (patch) | |
| tree | 40e6dba7c854d967996cf349267d9b0944d50f16 | |
| parent | d3791d557f576dd3636fd20b3c984abc8de5432a (diff) | |
| download | tangara-fw-d27590f8a798465baf70df3e48b3562d916e8987.tar.gz | |
Change top bar icons to black for contrast and consistency
| -rw-r--r-- | lua/theme_light.lua | 6 |
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 = { |
