color_strip_alpha was used to insert colors into Pango markup, but it did not correctly check for valid Pango colors. ensure_pango_color checks if the color is valid in Pango, and returns a placeholder if it is not.
Signed-off-b: Julian Wollrath <jwollrath@web.de>