UI Element color for NSView background (mac os 10.14 dark theme)

830 Views Asked by At

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)?

1

There are 1 best solutions below

1
On