mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-14 14:40:20 +03:00
10 lines
153 B
Swift
10 lines
153 B
Swift
// Copyright © 2021 Tokenary. All rights reserved.
|
|
|
|
import Cocoa
|
|
|
|
extension NSColor {
|
|
|
|
static let inkGreen = NSColor(named: "InkGreen")!
|
|
|
|
}
|