diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-14 20:21:24 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-15 00:10:39 +0100 |
| commit | 0d5e6636405dbe332c33c0fb82c7ccccb20f96cb (patch) | |
| tree | a9cda2b711bbfc9277d66310440dd965b16682fc /Map/Presentation/Theme/Color+theme.swift | |
| parent | a5ae7aedc840a38505b3181f4e5ba92e90d94fa1 (diff) | |
Use wmap-parser-swift and tree-sitter-wmap for parsing and highlighting.
Diffstat (limited to 'Map/Presentation/Theme/Color+theme.swift')
| -rw-r--r-- | Map/Presentation/Theme/Color+theme.swift | 3 |
1 files changed, 0 insertions, 3 deletions
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 |