From f78ac62ea6eb7c9fa6c6a5ecb474707531a9c669 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Jul 2025 17:04:56 +0200 Subject: Add secondary foreground + file icons --- Map/Presentation/Theme/Color+theme.swift | 2 +- Map/Presentation/Theme/WmapFile.icns | Bin 0 -> 312100 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Map/Presentation/Theme/WmapFile.icns (limited to 'Map/Presentation') diff --git a/Map/Presentation/Theme/Color+theme.swift b/Map/Presentation/Theme/Color+theme.swift index 7f6995d..e0addca 100644 --- a/Map/Presentation/Theme/Color+theme.swift +++ b/Map/Presentation/Theme/Color+theme.swift @@ -35,7 +35,7 @@ extension Color { struct UI { static let foreground = Color("Foreground") static let background = Color("Background") - static let secondary = Color("Secondary") + static let secondary = Color("Secondary Foreground") static let accent = Color.Theme.jasperRed } diff --git a/Map/Presentation/Theme/WmapFile.icns b/Map/Presentation/Theme/WmapFile.icns new file mode 100644 index 0000000..f866b9b Binary files /dev/null and b/Map/Presentation/Theme/WmapFile.icns differ -- cgit