From e5ad20873046861cb8472be8a15633407a8b6e6c Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 6 Jul 2020 16:14:43 -0500 Subject: [PATCH] Fix iOS background colors --- .../Contents.json | 50 ++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/Multiplatform/Shared/Assets.xcassets/SidebarUnreadCountBackground.colorset/Contents.json b/Multiplatform/Shared/Assets.xcassets/SidebarUnreadCountBackground.colorset/Contents.json index ceb10be63..39632c80d 100644 --- a/Multiplatform/Shared/Assets.xcassets/SidebarUnreadCountBackground.colorset/Contents.json +++ b/Multiplatform/Shared/Assets.xcassets/SidebarUnreadCountBackground.colorset/Contents.json @@ -1,5 +1,35 @@ { "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.248", + "blue" : "0.118", + "green" : "0.118", + "red" : "0.118" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.250", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + }, { "color" : { "color-space" : "srgb", @@ -10,7 +40,25 @@ "red" : "0.000" } }, - "idiom" : "universal" + "idiom" : "mac" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.500", + "blue" : "0.000", + "green" : "0.000", + "red" : "0.000" + } + }, + "idiom" : "mac" } ], "info" : {