5 static let vertex = NSColor(named: "Vertex") ?? .textColor
6 static let number = NSColor(named: "Number") ?? .textColor
7 static let option = NSColor(named: "Option") ?? .textColor
8 static let symbol = NSColor(named: "Symbol") ?? .textColor
12 static let background = NSColor(named: "Background") ?? .windowBackgroundColor