Skip to content

Instantly share code, notes, and snippets.

@nonylene
Created January 23, 2020 05:35
Show Gist options
  • Save nonylene/0a82c61beedf7c4526735a82ad89a46f to your computer and use it in GitHub Desktop.
Save nonylene/0a82c61beedf7c4526735a82ad89a46f to your computer and use it in GitHub Desktop.
Get the system color on macOS
import Cocoa
let color = CIColor(color: NSColor.selectedTextBackgroundColor)!
color.red
color.green
color.blue
color.alpha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment