summaryrefslogtreecommitdiff
path: root/lua/img
diff options
context:
space:
mode:
authorailurux <ailuruxx@gmail.com>2024-09-12 05:20:07 +0000
committercooljqln <cooljqln@noreply.codeberg.org>2024-09-12 05:20:07 +0000
commit9a47e43ab72daa96bfb3e95e95c30e5703f39397 (patch)
tree04ed29f71978feb722b0b2246e9d88067812b9a4 /lua/img
parent1f5ce2438982860529e43f8ddf093164b920724a (diff)
downloadtangara-fw-9a47e43ab72daa96bfb3e95e95c30e5703f39397.tar.gz
daniel/theme-tweaks (#102)
- Multiple improvements + fixes - Add charge outline icon for improving readability with monochromatic themes - Add a chevron icon and update existing dropdown menus - Rename `set_style` to `set_subject` for disambiguation with lvgl's Style type Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/102 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
Diffstat (limited to 'lua/img')
-rw-r--r--lua/img/bat/chg.pngbin8326 -> 8564 bytes
-rw-r--r--lua/img/bat/chg_outline.pngbin0 -> 6632 bytes
-rw-r--r--lua/img/bt.pngbin10120 -> 8304 bytes
-rw-r--r--lua/img/bt_conn.pngbin11932 -> 10417 bytes
-rw-r--r--lua/img/chevron.pngbin0 -> 584 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/lua/img/bat/chg.png b/lua/img/bat/chg.png
index 629586e3..7b0c1755 100644
--- a/lua/img/bat/chg.png
+++ b/lua/img/bat/chg.png
Binary files differ
diff --git a/lua/img/bat/chg_outline.png b/lua/img/bat/chg_outline.png
new file mode 100644
index 00000000..304aca7d
--- /dev/null
+++ b/lua/img/bat/chg_outline.png
Binary files differ
diff --git a/lua/img/bt.png b/lua/img/bt.png
index ae45dfbf..f441f2cb 100644
--- a/lua/img/bt.png
+++ b/lua/img/bt.png
Binary files differ
diff --git a/lua/img/bt_conn.png b/lua/img/bt_conn.png
index 890e4160..022d5c96 100644
--- a/lua/img/bt_conn.png
+++ b/lua/img/bt_conn.png
Binary files differ
diff --git a/lua/img/chevron.png b/lua/img/chevron.png
new file mode 100644
index 00000000..fdc7c97c
--- /dev/null
+++ b/lua/img/chevron.png
Binary files differ