Glyph Recolour is mixed on a single list?

I don’t know how this is happening, but I have the following code in muxhistory.ini, and in my lists the glyphs are white as expected, however when a ‘favorite’ is selected on the list, the glyph is black. I don’t know how they can be recoloured differently on the same list but it is happening. I also have the same code in the muxcollect.ini, just mentioning that in case you think it matters.

[list]
LIST_DEFAULT_RADIUS = 14
LIST_DEFAULT_BACKGROUND=B33C35
LIST_DEFAULT_BACKGROUND_ALPHA=0
LIST_DEFAULT_GRADIENT_START=0
LIST_DEFAULT_GRADIENT_STOP=0
LIST_DEFAULT_INDICATOR=9b9a9a
LIST_DEFAULT_INDICATOR_ALPHA=0
LIST_DEFAULT_TEXT=FFFFFF
LIST_DEFAULT_TEXT_ALPHA=180
LIST_DEFAULT_GLYPH_PAD_LEFT=19
LIST_DEFAULT_GLYPH_ALPHA=0
LIST_DEFAULT_GLYPH_RECOLOUR=FFFFFF
LIST_DEFAULT_GLYPH_RECOLOUR_ALPHA=0
LIST_DISABLED_TEXT=808080
LIST_DISABLED_TEXT_ALPHA=255
LIST_FOCUS_BACKGROUND=100808
LIST_FOCUS_BACKGROUND_ALPHA=150
LIST_FOCUS_GRADIENT_START=255
LIST_FOCUS_GRADIENT_STOP=255
LIST_FOCUS_INDICATOR=df261c
LIST_FOCUS_INDICATOR_ALPHA=0
LIST_FOCUS_TEXT=FFFFFF
LIST_FOCUS_TEXT_ALPHA=255
LIST_FOCUS_GLYPH_ALPHA=255
LIST_FOCUS_GLYPH_RECOLOUR=FFFFFF
LIST_FOCUS_GLYPH_RECOLOUR_ALPHA=0

you have both of these set to 0 which disables recolour they should be set to 255

LIST_DEFAULT_GLYPH_RECOLOUR_ALPHA=0
LIST_FOCUS_GLYPH_RECOLOUR_ALPHA=0

hrmmmm…. I guess I dont understand what recolour alpha does. We dont normally color an alpha channel do we?

Also Im confused as to why some icons are white and other black, if they all point to that same ini. Sorry for the noob questions.

think of it as adding an overlay on top of a certain color with an alpha channel. if you have it set to 0 you basically put a transparent image on top of your image. where as 255 would be a solid color. with it set to 0 the icons will be whatever color the original images are

1 Like

this is an older video but a lot of the information would still be valid

another good resource is

1 Like

Thanks. The icon is white, I opened in photoshop. Still doesn’t make sense it would pop up as black would it?

Oh yeah I’ve been studying the schema extensively for days. Thanks!

all our default icons are black so it could be falling back to a default icon if your theme does not have that icon included. but regardless it doesn’t matter just fix your settings

1 Like

Yup I fixed it and life is good. Just the OCD in me wondered why the black icon lol.