From 82ec7fe850d901bf019a09ad91102ce331b797e6 Mon Sep 17 00:00:00 2001 From: takahirom Date: Sat, 27 Jul 2024 17:34:12 +0900 Subject: [PATCH] Add iOS Contents.json --- .../Flamingo Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Flamingo Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Flamingo.colorset/Contents.json | 20 +++++++++++++++++++ .../Giraffe Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Giraffe Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Giraffe.colorset/Contents.json | 20 +++++++++++++++++++ .../Hedgehog Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Hedgehog Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Hedgehog.colorset/Contents.json | 20 +++++++++++++++++++ .../Iguana Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Iguana Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Iguana.colorset/Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Jellyfish Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Jellyfish.colorset/Contents.json | 20 +++++++++++++++++++ 15 files changed, 300 insertions(+) create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish.colorset/Contents.json diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo Container.colorset/Contents.json new file mode 100644 index 000000000..2a37f713d --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.100", + "blue" : "0x61", + "green" : "0xE7", + "red" : "0x45" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo Dim.colorset/Contents.json new file mode 100644 index 000000000..f0bfc5ace --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x24", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo.colorset/Contents.json new file mode 100644 index 000000000..c53a22c6e --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Flamingo.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x61", + "green" : "0xE7", + "red" : "0x45" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe Container.colorset/Contents.json new file mode 100644 index 000000000..848a163a7 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.100", + "blue" : "0x3C", + "green" : "0xD3", + "red" : "0xDD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe Dim.colorset/Contents.json new file mode 100644 index 000000000..6f72d8d89 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x22", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe.colorset/Contents.json new file mode 100644 index 000000000..53fe74e09 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Giraffe.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0xD3", + "red" : "0xDD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog Container.colorset/Contents.json new file mode 100644 index 000000000..e1751d1ea --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.100", + "blue" : "0x4B", + "green" : "0x97", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog Dim.colorset/Contents.json new file mode 100644 index 000000000..82ff619e3 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x15", + "green" : "0x1C", + "red" : "0x25" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog.colorset/Contents.json new file mode 100644 index 000000000..ddfbaaaba --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Hedgehog.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4B", + "green" : "0x97", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana Container.colorset/Contents.json new file mode 100644 index 000000000..a47f1adc7 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.100", + "blue" : "0xFF", + "green" : "0x85", + "red" : "0xBB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana Dim.colorset/Contents.json new file mode 100644 index 000000000..804691555 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x27", + "green" : "0x1A", + "red" : "0x1E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana.colorset/Contents.json new file mode 100644 index 000000000..d8dfb6421 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Iguana.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xFF", + "green" : "0x85", + "red" : "0xBB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish Container.colorset/Contents.json new file mode 100644 index 000000000..f847f65af --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.100", + "blue" : "0xE7", + "green" : "0xAD", + "red" : "0x44" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish Dim.colorset/Contents.json new file mode 100644 index 000000000..13f936457 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x25", + "green" : "0x1E", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish.colorset/Contents.json new file mode 100644 index 000000000..258162b5e --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Jellyfish.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE7", + "green" : "0xAD", + "red" : "0x44" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +}