From 0d5e6636405dbe332c33c0fb82c7ccccb20f96cb Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 20:21:24 +0100 Subject: Use wmap-parser-swift and tree-sitter-wmap for parsing and highlighting. --- Map/Presentation/Theme/Color+theme.swift | 3 --- 1 file changed, 3 deletions(-) (limited to 'Map/Presentation/Theme/Color+theme.swift') diff --git a/Map/Presentation/Theme/Color+theme.swift b/Map/Presentation/Theme/Color+theme.swift index e0addca..dcc84cb 100644 --- a/Map/Presentation/Theme/Color+theme.swift +++ b/Map/Presentation/Theme/Color+theme.swift @@ -25,10 +25,7 @@ extension Color { static let lightPorcelainGreen = Color("Light Porcelain Green") static let naplesYellow = Color("Naples Yellow") static let hermosaPink = Color("Hermosa Pink") - static let neutralGray = Color("Neutral Gray") static let lightNeutralGray = Color("Light Neutral Gray") - static let darkNeutralGray = Color("Dark Neutral Gray") - static let darkerNeutralGray = Color("Darker Neutral Gray") // MARK: - General -- cgit