Request: Expose more color prefs through ColourIds

I like the way you register colors for particular purposes with Juce. However, it appears to be only partially implemented. In particular, it looks like I need to subclass in order to have control over the color of the track in a rotary slider. It would be great if all color prefs were exposed via registered ColourIds.

yeah that is such a hard and exausting work, repacing all hard coded colours definitions in juce controls… something that should be done, but don’t blame jules for this ! at least he throwed in the machanism… i’m sure more ColourIds definition will follow soon !

Yes, it’s one of those gradual things - whenever I notice a hard-coded colour, I change it…