aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Theme
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Presentation/Theme')
-rw-r--r--Map/Presentation/Theme/NSColor+theme.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/Map/Presentation/Theme/NSColor+theme.swift b/Map/Presentation/Theme/NSColor+theme.swift
index 874764d..e10f51e 100644
--- a/Map/Presentation/Theme/NSColor+theme.swift
+++ b/Map/Presentation/Theme/NSColor+theme.swift
@@ -21,6 +21,8 @@ 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 text = NSColor(named: "Foreground") ?? .textColor
+ static let punctuation = NSColor(named: "Foreground") ?? .textColor
static let match = (NSColor(named: "Light Neutral Gray") ?? .textColor).withAlphaComponent(
0.3)
static let highlightMatch = (NSColor(named: "Naples Yellow") ?? .textColor)