Hi stumbled across this post [www.sidefx.com] with the same question as well as a new one. I don't think it was ever answered.
To clarify, I am asking for the colors in the Scene Graph Details pane, not the Scene Graph. In the post mentioned above I believe the answer was to the Scene Graph.
Anyways, my problem is that I cannot read a primvar with a certain color with a python node (light green yellow in the case of the horizontalAperture in the screenshot).
In my scene I import a camera, whose parameters I want to read/change (see first screenshot). If I try to read the primvar "horizontalAperture" I get the default value of 20.95, not the actual value.
If I create a camera node set to edit and set the horizontal Aperture parameter to "multiply if exist" with a value of 1 it turns blue - and now also my python node can read the attribute - what's going on here?