diff options
| author | ailurux <ailuruxx@gmail.com> | 2025-02-01 08:40:48 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2025-02-01 08:40:48 +1100 |
| commit | b98e67972bca390961ecd2240ab3d3553ea0bf86 (patch) | |
| tree | 1ff44bd555dd92fa3a41f5272e9a9e802b48b1d4 /lua | |
| parent | ad9eae79fd8254c519e89c4e582b893f8a8bacc4 (diff) | |
| download | tangara-fw-b98e67972bca390961ecd2240ab3d3553ea0bf86.tar.gz | |
Add outline to switch for better legibility in hicon theme
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/theme_hicon.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/theme_hicon.lua b/lua/theme_hicon.lua index 80f78a10..f712e0a6 100644 --- a/lua/theme_hicon.lua +++ b/lua/theme_hicon.lua @@ -179,6 +179,8 @@ local theme_hicon = { bg_color = background_color, border_color = text_color, border_width = 1, + outline_color = background_color, + outline_width = 1, }}, {lvgl.PART.KNOB | lvgl.STATE.FOCUSED, lvgl.Style { bg_color = text_color, |
