I’m trying to get my icon to match the icons of the browser.
This is what it is right now:
You can see its lighter then the others.
But this was the color that matched on Win8.1
So I did some research but I don’t know if it there are more, can you help me complete the color set:
Win10:
16x16 - rgb(76, 76, 76)
32x32 - rgb(121, 124, 128)
WinXP:
16 - gradient!! what the heck?! http://i.imgur.com/BmCHxo2.png - top rgb(102, 98, 87) bottom rgb(131, 126, 111)
32 - same as win10 32x32
Win8.1:
16 - same as win10 32x32
32 - same as win10 32x32
Ubuntu 16.04:
16 - rgb(109, 109, 109)
32 - same as win10 32x32
OS X 10.1
16 - rgb(77, 77, 77)
32 - rgb(77, 77, 77)
16 not focused - rgb(150, 150, 150)
Dev Edition on all Win10, Win8.1, Ubuntu16: (todo - winxp)
16 - white rgb(255, 255, 255)
32 - same as win10 32x32
Dev Edition on OS X 10.1
16 - rgb(240, 241, 242) - it seems like a seriously subtle gradient
32 - rgb(77, 77, 77)
16 when window not focused - rgb(148, 153, 159)
Does anyone know the complete set of color differences?
Is there a way to catch them all without having to make custom color set for each? I was thinking of some kind of shape outline and let it do the coloring but I couldn’t figure this one out.