FlamingParrot defines its own set of colors via $ui-color-(danger|info|warning|success). However this definition is a duplicate from TLP counterparts ($tlp-ui-(danger|info|warning|success)).
Having two different variables for the same color in Tuleap application is not nice since:
- it duplicates the color value definition
- it forces the developer to have a separate stylesheet (one for BP, one for FP) when such color must be used
A first commit got rid of the first point by setting the value of $ui-color-* with $tlp-ui-*. See git #tuleap/stable/5dff416d27fe3d26d3485f48f4ec139a1dc26240 for details.
The proposal is to remove all usage of $ui-color-* and use $tlp-ui-* instead.