In mac os 10.14 Apple have introduced new feature for user interface: Ligth and Dark themes. There are defined constants for some colors "UI Element Colors" from the NSColor class used for text/labels/content/buttons/etc colorising, but seems that there are no constant for NSView background.
Where to find default background color for NSView (for Light and Dark themes)?
What about NSColor.controlbackgroundcolor?