From 777c5e9cc04595f393635bf06b6a0590da63d062 Mon Sep 17 00:00:00 2001 From: vixer93 Date: Tue, 25 Jun 2024 00:47:33 +0900 Subject: [PATCH] Add alias tokens --- .../Contents.json | 20 +++++++++++++++++++ .../Arctic Fox Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Bumblebee Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Bumblebee.colorset/Contents.json | 20 +++++++++++++++++++ .../Chipmunk Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Chipmunk Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Chipmunk.colorset/Contents.json | 20 +++++++++++++++++++ .../Dolphin Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Dolphin Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Custom/Dolphin.colorset/Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Electric eel Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Electric eel.colorset/Contents.json | 20 +++++++++++++++++++ .../Colors.xcassets/Error/Contents.json | 9 +++++++++ .../Error Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Error/Error.colorset/Contents.json | 20 +++++++++++++++++++ .../On Error Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Error/On Error.colorset/Contents.json | 20 +++++++++++++++++++ .../Colors.xcassets/Inverse/Contents.json | 9 +++++++++ .../Inverse On Surface.colorset/Contents.json | 20 +++++++++++++++++++ .../Inverse Primary.colorset/Contents.json | 20 +++++++++++++++++++ .../Inverse Surface.colorset/Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../On Primary Fixed.colorset/Contents.json | 20 +++++++++++++++++++ .../Primary Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Primary Fixed Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Primary Fixed.colorset/Contents.json | 20 +++++++++++++++++++ .../Primary/Primary.colorset/Contents.json | 20 +++++++++++++++++++ .../Colors.xcassets/Scrim/Contents.json | 9 +++++++++ .../Scrim/Scrim.colorset/Contents.json | 20 +++++++++++++++++++ .../Colors.xcassets/Secondary/Contents.json | 9 +++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../On Secondary Fixed.colorset/Contents.json | 20 +++++++++++++++++++ .../On Secondary.colorset/Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Secondary Fixed.colorset/Contents.json | 20 +++++++++++++++++++ .../Secondary.colorset/Contents.json | 20 +++++++++++++++++++ .../Colors.xcassets/Shadow/Contents.json | 9 +++++++++ .../Shadow/Shadow.colorset/Contents.json | 20 +++++++++++++++++++ .../Surface Bright.colorset/Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Surface Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Colors.xcassets/Tertiary/Contents.json | 9 +++++++++ .../Contents.json | 20 +++++++++++++++++++ .../Contents.json | 20 +++++++++++++++++++ .../On Tertiary Fixed.colorset/Contents.json | 20 +++++++++++++++++++ .../On Tertiary.colorset/Contents.json | 20 +++++++++++++++++++ .../Tertiary Container.colorset/Contents.json | 20 +++++++++++++++++++ .../Tertiary Fixed Dim.colorset/Contents.json | 20 +++++++++++++++++++ .../Tertiary Fixed.colorset/Contents.json | 20 +++++++++++++++++++ .../Tertiary/Tertiary.colorset/Contents.json | 20 +++++++++++++++++++ 58 files changed, 1094 insertions(+) create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Arctic Fox Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Arctic Fox Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Error Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Error.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Error/On Error Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Error/On Error.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse On Surface.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse Primary.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse Surface.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Fixed Variant.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Fixed.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Fixed Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Fixed.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Scrim/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Scrim/Scrim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Fixed Variant.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Fixed.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Fixed Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Fixed.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Shadow/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Shadow/Shadow.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Bright.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container High.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Highest.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Low.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Lowest.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Fixed Variant.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Fixed.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Container.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Fixed Dim.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Fixed.colorset/Contents.json create mode 100644 app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary.colorset/Contents.json diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Arctic Fox Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Arctic Fox Container.colorset/Contents.json new file mode 100644 index 000000000..2a37f713d --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Arctic Fox 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/Arctic Fox Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Arctic Fox Dim.colorset/Contents.json new file mode 100644 index 000000000..f0bfc5ace --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Arctic Fox 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/Bumblebee Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee Container.colorset/Contents.json new file mode 100644 index 000000000..848a163a7 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee 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/Bumblebee Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee Dim.colorset/Contents.json new file mode 100644 index 000000000..6f72d8d89 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee 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/Bumblebee.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee.colorset/Contents.json new file mode 100644 index 000000000..53fe74e09 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Bumblebee.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/Chipmunk Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk Container.colorset/Contents.json new file mode 100644 index 000000000..e1751d1ea --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk 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/Chipmunk Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk Dim.colorset/Contents.json new file mode 100644 index 000000000..82ff619e3 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk 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/Chipmunk.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk.colorset/Contents.json new file mode 100644 index 000000000..ddfbaaaba --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Chipmunk.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/Dolphin Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin Container.colorset/Contents.json new file mode 100644 index 000000000..a47f1adc7 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin 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/Dolphin Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin Dim.colorset/Contents.json new file mode 100644 index 000000000..804691555 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin 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/Dolphin.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin.colorset/Contents.json new file mode 100644 index 000000000..d8dfb6421 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Dolphin.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/Electric eel Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel Container.colorset/Contents.json new file mode 100644 index 000000000..f847f65af --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel 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/Electric eel Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel Dim.colorset/Contents.json new file mode 100644 index 000000000..13f936457 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel 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/Electric eel.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel.colorset/Contents.json new file mode 100644 index 000000000..258162b5e --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Custom/Electric eel.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 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Contents.json new file mode 100644 index 000000000..6e965652d --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "provides-namespace" : true + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Error Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Error Container.colorset/Contents.json new file mode 100644 index 000000000..ee4ea9e58 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Error Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0A", + "green" : "0x00", + "red" : "0x93" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Error.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Error.colorset/Contents.json new file mode 100644 index 000000000..6d27f13a2 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/Error.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAB", + "green" : "0xB4", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/On Error Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/On Error Container.colorset/Contents.json new file mode 100644 index 000000000..6fa7a354b --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/On Error Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD6", + "green" : "0xDA", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/On Error.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/On Error.colorset/Contents.json new file mode 100644 index 000000000..b6dd12836 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Error/On Error.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x05", + "green" : "0x00", + "red" : "0x69" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Contents.json new file mode 100644 index 000000000..6e965652d --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "provides-namespace" : true + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse On Surface.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse On Surface.colorset/Contents.json new file mode 100644 index 000000000..11233d7a6 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse On Surface.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x31", + "red" : "0x2F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse Primary.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse Primary.colorset/Contents.json new file mode 100644 index 000000000..614f38cb6 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse Primary.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2E", + "green" : "0x6E", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse Surface.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse Surface.colorset/Contents.json new file mode 100644 index 000000000..e77560ae6 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Inverse/Inverse Surface.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE2", + "green" : "0xE2", + "red" : "0xE3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Container.colorset/Contents.json new file mode 100644 index 000000000..551fd5854 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x4A", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Fixed Variant.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Fixed Variant.colorset/Contents.json new file mode 100644 index 000000000..7f41e3929 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Fixed Variant.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x21", + "green" : "0x53", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Fixed.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Fixed.colorset/Contents.json new file mode 100644 index 000000000..f93617f79 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/On Primary Fixed.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x09", + "green" : "0x21", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Container.colorset/Contents.json new file mode 100644 index 000000000..a3d882c33 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x77", + "green" : "0xF3", + "red" : "0x38" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Fixed Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Fixed Dim.colorset/Contents.json new file mode 100644 index 000000000..ebd3d42a6 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Fixed Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6B", + "green" : "0xE4", + "red" : "0x1C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Fixed.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Fixed.colorset/Contents.json new file mode 100644 index 000000000..ccbd987e1 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary Fixed.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8D", + "green" : "0xFF", + "red" : "0x67" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary.colorset/Contents.json new file mode 100644 index 000000000..76d8c0e45 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Primary/Primary.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE0", + "green" : "0xD3", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Scrim/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Scrim/Contents.json new file mode 100644 index 000000000..6e965652d --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Scrim/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "provides-namespace" : true + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Scrim/Scrim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Scrim/Scrim.colorset/Contents.json new file mode 100644 index 000000000..7e8f38fe3 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Scrim/Scrim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x00", + "green" : "0x00", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Contents.json new file mode 100644 index 000000000..6e965652d --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "provides-namespace" : true + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Container.colorset/Contents.json new file mode 100644 index 000000000..0ff70986a --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAA", + "green" : "0xF1", + "red" : "0xA0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Fixed Variant.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Fixed Variant.colorset/Contents.json new file mode 100644 index 000000000..7f41e3929 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Fixed Variant.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x21", + "green" : "0x53", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Fixed.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Fixed.colorset/Contents.json new file mode 100644 index 000000000..f93617f79 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary Fixed.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x09", + "green" : "0x21", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary.colorset/Contents.json new file mode 100644 index 000000000..838d58536 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/On Secondary.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x15", + "green" : "0x39", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Container.colorset/Contents.json new file mode 100644 index 000000000..e13d081d2 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x21", + "green" : "0x52", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Fixed Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Fixed Dim.colorset/Contents.json new file mode 100644 index 000000000..87b7b3e9e --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Fixed Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x93", + "green" : "0xD8", + "red" : "0x88" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Fixed.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Fixed.colorset/Contents.json new file mode 100644 index 000000000..f802ce181 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary Fixed.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0xF5", + "red" : "0xA3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary.colorset/Contents.json new file mode 100644 index 000000000..87b7b3e9e --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Secondary/Secondary.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x93", + "green" : "0xD8", + "red" : "0x88" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Shadow/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Shadow/Contents.json new file mode 100644 index 000000000..6e965652d --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Shadow/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "provides-namespace" : true + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Shadow/Shadow.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Shadow/Shadow.colorset/Contents.json new file mode 100644 index 000000000..7e8f38fe3 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Shadow/Shadow.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x00", + "green" : "0x00", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Bright.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Bright.colorset/Contents.json new file mode 100644 index 000000000..8db6dc2a1 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Bright.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x39", + "green" : "0x39", + "red" : "0x38" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container High.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container High.colorset/Contents.json new file mode 100644 index 000000000..ec88740c9 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container High.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x2A", + "red" : "0x29" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Highest.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Highest.colorset/Contents.json new file mode 100644 index 000000000..a01460ed7 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Highest.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x35", + "red" : "0x34" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Low.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Low.colorset/Contents.json new file mode 100644 index 000000000..8ad9ccf64 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Low.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x1C", + "red" : "0x1A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Lowest.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Lowest.colorset/Contents.json new file mode 100644 index 000000000..5ddf149cc --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Container Lowest.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0F", + "green" : "0x0E", + "red" : "0x0D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Dim.colorset/Contents.json new file mode 100644 index 000000000..71581aa1a --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Surface/Surface Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x14", + "green" : "0x14", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Contents.json new file mode 100644 index 000000000..6e965652d --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "provides-namespace" : true + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Container.colorset/Contents.json new file mode 100644 index 000000000..26c81937a --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x42", + "green" : "0x00", + "red" : "0x4C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Fixed Variant.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Fixed Variant.colorset/Contents.json new file mode 100644 index 000000000..ba0c40d08 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Fixed Variant.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6B", + "green" : "0x1F", + "red" : "0x7B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Fixed.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Fixed.colorset/Contents.json new file mode 100644 index 000000000..9cc3dd3f3 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary Fixed.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x00", + "red" : "0x3A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary.colorset/Contents.json new file mode 100644 index 000000000..b29b3034c --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/On Tertiary.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x52", + "green" : "0x00", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Container.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Container.colorset/Contents.json new file mode 100644 index 000000000..6e786561e --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Container.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDD", + "green" : "0x8C", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Fixed Dim.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Fixed Dim.colorset/Contents.json new file mode 100644 index 000000000..586af8f55 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Fixed Dim.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE7", + "green" : "0xAC", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Fixed.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Fixed.colorset/Contents.json new file mode 100644 index 000000000..789120746 --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary Fixed.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF0", + "green" : "0xD7", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary.colorset/Contents.json b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary.colorset/Contents.json new file mode 100644 index 000000000..95cfa1aed --- /dev/null +++ b/app-ios/Sources/Theme/Resources/Colors.xcassets/Tertiary/Tertiary.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xED", + "green" : "0xCC", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +}