]> git.r.bdr.sh - rbdr/map/blobdiff - Map/Presentation/Theme/NSColor+theme.swift
Add search
[rbdr/map] / Map / Presentation / Theme / NSColor+theme.swift
index 2b9b8f7c4272096300615dace3ac59f70c179de0..f1a046daf3aa2235e31ff2764a80698e0c11420c 100644 (file)
@@ -22,6 +22,9 @@ extension NSColor {
     static let number = NSColor(named: "Number") ?? .textColor
     static let option = NSColor(named: "Option") ?? .textColor
     static let symbol = NSColor(named: "Symbol") ?? .textColor
+    static let match = (NSColor(named: "Light Neutral Gray") ?? .textColor).withAlphaComponent(0.3)
+    static let highlightMatch = (NSColor(named: "Naples Yellow") ?? .textColor).withAlphaComponent(
+      0.3)
   }
 
   struct ui {