This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository e16.

View the commit online.

commit 6c784dc73b95ba1d76bda58de93cc36db476a834
Author: Kim Woelders <[email protected]>
AuthorDate: Sat May 28 07:51:13 2022 +0200

    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;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to