aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Theme/NSColor+theme.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Presentation/Theme/NSColor+theme.swift')
-rw-r--r--Map/Presentation/Theme/NSColor+theme.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Map/Presentation/Theme/NSColor+theme.swift b/Map/Presentation/Theme/NSColor+theme.swift
index e10f51e..b2ff106 100644
--- a/Map/Presentation/Theme/NSColor+theme.swift
+++ b/Map/Presentation/Theme/NSColor+theme.swift
@@ -28,6 +28,7 @@ extension NSColor {
static let highlightMatch = (NSColor(named: "Naples Yellow") ?? .textColor)
.withAlphaComponent(
0.3)
+ static let error = (NSColor(named: "Jasper Red") ?? .textColor)
}
struct UI {