diff --git a/Tusker/Preferences/Colors.swift b/Tusker/Preferences/Colors.swift index 825fa2c2..9a13b07e 100644 --- a/Tusker/Preferences/Colors.swift +++ b/Tusker/Preferences/Colors.swift @@ -13,7 +13,7 @@ extension UIColor { static let appBackground = UIColor { traitCollection in if case .dark = traitCollection.userInterfaceStyle, !traitCollection.pureBlackDarkMode { - return UIColor(hue: 230/360, saturation: 20/100, brightness: 10/100, alpha: 1) + return UIColor(hue: 230/360, saturation: 23/100, brightness: 10/100, alpha: 1) } else { return .systemBackground } @@ -23,9 +23,9 @@ extension UIColor { if case .dark = traitCollection.userInterfaceStyle, !traitCollection.pureBlackDarkMode { if traitCollection.userInterfaceLevel == .elevated { - return UIColor(hue: 230/360, saturation: 25/100, brightness: 10/100, alpha: 1) + return UIColor(hue: 230/360, saturation: 23/100, brightness: 10/100, alpha: 1) } else { - return UIColor(hue: 230/360, saturation: 25/100, brightness: 5/100, alpha: 1) + return UIColor(hue: 230/360, saturation: 23/100, brightness: 5/100, alpha: 1) } } else { return .secondarySystemBackground