From 8f85c7dd4bbf3674ef7c7d00574fb770b7da80cc Mon Sep 17 00:00:00 2001 From: kennydots001 <145620243+kennydots001@users.noreply.github.com> Date: Fri, 17 Nov 2023 03:05:45 -0500 Subject: [PATCH] Create Contents.json --- .../Primary.colorset/Contents.json | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Assets.xcassets/Primary.colorset/Contents.json diff --git a/Assets.xcassets/Primary.colorset/Contents.json b/Assets.xcassets/Primary.colorset/Contents.json new file mode 100644 index 0000000..94c9334 --- /dev/null +++ b/Assets.xcassets/Primary.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.369", + "green" : "0.490", + "red" : "0.580" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.369", + "green" : "0.490", + "red" : "0.580" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +}