From 02d41cdf3470eb0e3b4262461094c08f318d803c Mon Sep 17 00:00:00 2001 From: baegteun Date: Thu, 25 Apr 2024 23:35:28 +0900 Subject: [PATCH] :bento: :: [#505] PrimaryColor V2 --- .../BASE_SKELETON.colorset/Contents.json | 20 +++++++++++++++++++ .../PrimaryColorV2.xcassets/Contents.json | 6 ++++++ .../DECREASE.colorset/Contents.json | 20 +++++++++++++++++++ .../HIGHLIGHT_SKELETON.colorset/Contents.json | 20 +++++++++++++++++++ .../INCREASE.colorset/Contents.json | 20 +++++++++++++++++++ .../NEW.colorset/Contents.json | 20 +++++++++++++++++++ .../POINT.colorset/Contents.json | 20 +++++++++++++++++++ .../SUB 1.colorset/Contents.json | 20 +++++++++++++++++++ .../SUB 2.colorset/Contents.json | 20 +++++++++++++++++++ .../TOAST.colorset/Contents.json | 20 +++++++++++++++++++ .../WAKTAVERSE.colorset/Contents.json | 20 +++++++++++++++++++ .../WHITE.colorset/Contents.json | 20 +++++++++++++++++++ 12 files changed, 226 insertions(+) create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/BASE_SKELETON.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/DECREASE.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/HIGHLIGHT_SKELETON.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/INCREASE.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/NEW.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/POINT.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/SUB 1.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/SUB 2.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/TOAST.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/WAKTAVERSE.colorset/Contents.json create mode 100644 Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/WHITE.colorset/Contents.json diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/BASE_SKELETON.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/BASE_SKELETON.colorset/Contents.json new file mode 100644 index 000000000..b5bc1fd3f --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/BASE_SKELETON.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xEC", + "green" : "0xE7", + "red" : "0xE4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/Contents.json new file mode 100644 index 000000000..73c00596a --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/DECREASE.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/DECREASE.colorset/Contents.json new file mode 100644 index 000000000..9e6c75052 --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/DECREASE.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "0.639", + "red" : "0.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/HIGHLIGHT_SKELETON.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/HIGHLIGHT_SKELETON.colorset/Contents.json new file mode 100644 index 000000000..4e3bb8818 --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/HIGHLIGHT_SKELETON.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF7", + "green" : "0xF4", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/INCREASE.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/INCREASE.colorset/Contents.json new file mode 100644 index 000000000..80ef745ea --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/INCREASE.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.408", + "green" : "0.192", + "red" : "0.980" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/NEW.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/NEW.colorset/Contents.json new file mode 100644 index 000000000..ed258acba --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/NEW.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.047", + "green" : "0.561", + "red" : "1.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/POINT.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/POINT.colorset/Contents.json new file mode 100644 index 000000000..916ca5520 --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/POINT.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.950", + "green" : "0.785", + "red" : "0.036" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/SUB 1.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/SUB 1.colorset/Contents.json new file mode 100644 index 000000000..f909ad565 --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/SUB 1.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF4", + "green" : "0x60", + "red" : "0x27" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/SUB 2.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/SUB 2.colorset/Contents.json new file mode 100644 index 000000000..47753324a --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/SUB 2.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB2", + "green" : "0xEB", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/TOAST.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/TOAST.colorset/Contents.json new file mode 100644 index 000000000..626ca9f66 --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/TOAST.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xFD", + "green" : "0xFC", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/WAKTAVERSE.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/WAKTAVERSE.colorset/Contents.json new file mode 100644 index 000000000..7d2e01158 --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/WAKTAVERSE.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.729", + "green" : "0.957", + "red" : "0.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/WHITE.colorset/Contents.json b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/WHITE.colorset/Contents.json new file mode 100644 index 000000000..fafa47672 --- /dev/null +++ b/Projects/UsertInterfaces/DesignSystem/Resources/Color/PrimaryColorV2.xcassets/WHITE.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xFF", + "green" : "0xFF", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +}