iclass: Make active state more visible in fallback icon class

This commit is contained in:
Kim Woelders 2022-05-28 07:51:13 +02:00
parent 474b5161ad
commit 6c784dc73b
1 changed files with 2 additions and 2 deletions

View File

@ -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;