diff options
Diffstat (limited to 'Shared/Colors.xcassets/AppSurface.colorset')
| -rw-r--r-- | Shared/Colors.xcassets/AppSurface.colorset/Contents.json | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Shared/Colors.xcassets/AppSurface.colorset/Contents.json b/Shared/Colors.xcassets/AppSurface.colorset/Contents.json new file mode 100644 index 0000000..94ae3c7 --- /dev/null +++ b/Shared/Colors.xcassets/AppSurface.colorset/Contents.json @@ -0,0 +1,78 @@ +{ + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xF2", + "green": "0xF2", + "blue": "0xF7", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x0E", + "green": "0x0E", + "blue": "0x0F", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "contrast", + "value": "high" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xEB", + "green": "0xEB", + "blue": "0xF0", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + }, + { + "appearance": "contrast", + "value": "high" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x16", + "green": "0x16", + "blue": "0x18", + "alpha": "1.000" + } + } + } + ], + "info": { + "author": "xcode", + "version": 1 + } +} |
