dmitrynikolaev
dmitrynikolaev

Reputation: 9132

Appkit standard colors

If there's way to get the standard system colors for UI element, such as default window background color ? There's no reference in the NSWindow documentation about any sort of constants or functions regarding color.

Upvotes: 3

Views: 1637

Answers (2)

eonil
eonil

Reputation: 85985

Now Apple has dedicated manual page for this.

UI Element Colors

  • windowBackgroundColor
  • windowFrameTextColor
  • underPageBackgroundColor
  • ...and so on.

Upvotes: 2

cacau
cacau

Reputation: 3646

You're not talking about the System Colors (class methods in NSColor), are you..?

Upvotes: 3

Related Questions