From 0d2f346a301b3309e72ba70506cbf3261c79decc Mon Sep 17 00:00:00 2001 From: LitRitt <78584620+LitRitt@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:16:14 -0500 Subject: [PATCH] Changes default app tint color Signed-off-by: LitRitt <78584620+LitRitt@users.noreply.github.com> --- .../Colors.xcassets/Primary.colorset/Contents.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AltStoreCore/Resources/Colors.xcassets/Primary.colorset/Contents.json b/AltStoreCore/Resources/Colors.xcassets/Primary.colorset/Contents.json index 4936c49f..e9bf66f1 100644 --- a/AltStoreCore/Resources/Colors.xcassets/Primary.colorset/Contents.json +++ b/AltStoreCore/Resources/Colors.xcassets/Primary.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "255", - "green" : "67", - "red" : "128" + "blue" : "250", + "green" : "5", + "red" : "164" } }, "idiom" : "universal"