From b98e67972bca390961ecd2240ab3d3553ea0bf86 Mon Sep 17 00:00:00 2001 From: ailurux Date: Sat, 1 Feb 2025 08:40:48 +1100 Subject: [PATCH] Add outline to switch for better legibility in hicon theme --- lua/theme_hicon.lua | 2 ++ 1 file changed, 2 insertions(+) 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,