Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSColor: add AppKit-defined colors #660

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mattjbray
Copy link

Add AppKit-defined UI Element Colors and Standard Colors.

See https://developer.apple.com/documentation/appkit/nscolor#1651631

@mattjbray
Copy link
Author

Looks like quaternarySystemFillColor et al are only available on macOS 14.0+, but the tests run on os: [macos-11.0, macos-12, macos-13].

Is there any preprocessor/directive already in use to detect what version of macOS is being built against? Or should I just remove them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant