I think that was a colour used in an older juce look+feel. It’d actually be a bit tricky to change the code without messing up people’s apps (e.g. if I swapped the thumb colour for track colour then people who had set a custom thumb colour would find their scrollbars looked different).
I’ve noticed this recently too. There seemed to be very few colours that actually work with the scrollbar to give a visible track. I was quite surprised that you couldn’t just say “no, seriously, i want the track to be this colour”.
Yes, it would certainly make more sense to use the value for that, but it would break it for anyone who’d used a custom thumb colour and was expecting the track to also use a matching colour.
ah yes, I forgot it had an isColourSpecified method. Ok, that makes sense. We’d need to also remove that colour id setting from the lookandfeel constructor, of course.