My first post on here and it’s probably a silly one, but I’ve spent a lot of time searching through the API and can’t find my answer.
I’ve built a plugin using JUCE and have overridden a lot of functions in my own LookAndFeel class to get the Look and colours I wanted. All the overrides work fine, and most of what I needed was already in the lookandfeelv4, thankyou JUCE team!
The one last thing I want to override is the background for the file browser component. I simply want to change it to black to fit the theme.
I can find the enumerations/colour Ids to override for the text entry box background, and file path box etc. but not for the actual background of the browser window.
Does anybody know where it inherits this background colour from in the LookAndFeel so I can override it?
Apologies if this is an obvious one, I just can’t find it in the API or JUCE docs.

