diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-09-12 05:20:07 +0000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2024-09-12 05:20:07 +0000 |
| commit | 9a47e43ab72daa96bfb3e95e95c30e5703f39397 (patch) | |
| tree | 04ed29f71978feb722b0b2246e9d88067812b9a4 /lua/img | |
| parent | 1f5ce2438982860529e43f8ddf093164b920724a (diff) | |
| download | tangara-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.png | bin | 8326 -> 8564 bytes |
| -rw-r--r-- | lua/img/bat/chg_outline.png | bin | 0 -> 6632 bytes |
| -rw-r--r-- | lua/img/bt.png | bin | 10120 -> 8304 bytes |
| -rw-r--r-- | lua/img/bt_conn.png | bin | 11932 -> 10417 bytes |
| -rw-r--r-- | lua/img/chevron.png | bin | 0 -> 584 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/lua/img/bat/chg.png b/lua/img/bat/chg.png Binary files differindex 629586e3..7b0c1755 100644 --- a/lua/img/bat/chg.png +++ b/lua/img/bat/chg.png diff --git a/lua/img/bat/chg_outline.png b/lua/img/bat/chg_outline.png Binary files differnew file mode 100644 index 00000000..304aca7d --- /dev/null +++ b/lua/img/bat/chg_outline.png diff --git a/lua/img/bt.png b/lua/img/bt.png Binary files differindex ae45dfbf..f441f2cb 100644 --- a/lua/img/bt.png +++ b/lua/img/bt.png diff --git a/lua/img/bt_conn.png b/lua/img/bt_conn.png Binary files differindex 890e4160..022d5c96 100644 --- a/lua/img/bt_conn.png +++ b/lua/img/bt_conn.png diff --git a/lua/img/chevron.png b/lua/img/chevron.png Binary files differnew file mode 100644 index 00000000..fdc7c97c --- /dev/null +++ b/lua/img/chevron.png |
