From 6926feead1a7fadb7f5f974996bef8c30b3bfdbe Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 9 Jul 2025 01:55:50 +0200 Subject: Use AST based text editor --- Map/Presentation/Theme/NSColor+theme.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Map/Presentation/Theme') 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) -- cgit