From 6c784dc73b95ba1d76bda58de93cc36db476a834 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sat, 28 May 2022 07:51:13 +0200 Subject: [PATCH] iclass: Make active state more visible in fallback icon class --- src/iclass.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iclass.c b/src/iclass.c index 5995eec9..1ba6704d 100644 --- a/src/iclass.c +++ b/src/iclass.c @@ -1111,8 +1111,8 @@ ImageclassGetFallback(void) ic->norm.normal = ImagestateCreateX(255, 255, 0, 0, 160, 160, 160); ic->norm.hilited = ImagestateCreateX(255, 255, 0, 0, 192, 192, 192); ic->norm.clicked = ImagestateCreateX(0, 0, 255, 255, 192, 192, 192); - ic->active.normal = ImagestateCreateX(255, 255, 0, 0, 180, 140, 160); - ic->active.hilited = ImagestateCreateX(255, 255, 0, 0, 230, 190, 210); + ic->active.normal = ImagestateCreateX(255, 255, 0, 0, 220, 0, 0); + ic->active.hilited = ImagestateCreateX(255, 255, 0, 0, 255, 0, 0); ic->active.clicked = ImagestateCreateX(0, 0, 255, 255, 230, 190, 210); ic->padding.left = 4;