Code review comment for lp:~mhr3/unity-lens-applications/colorize-scopes

Revision history for this message
Paweł Stołowski (stolowski) wrote :

43 + anno_icon.set_colorize_rgba (1.0, 1.0, 1.0, 0.5);
44 + else
45 + anno_icon.set_colorize_rgba (0.86666, 0.28235, 0.07843, 1.0);

Can you add comments about what are the resulting colors (white / orange), including hex value of the orange variant?

Otherwise looking good.

review: Needs Fixing

« Back to merge proposal