diff options
Diffstat (limited to 'Shared/Colors.xcassets/StatusInfoSurface.colorset')
| -rw-r--r-- | Shared/Colors.xcassets/StatusInfoSurface.colorset/Contents.json | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/Shared/Colors.xcassets/StatusInfoSurface.colorset/Contents.json b/Shared/Colors.xcassets/StatusInfoSurface.colorset/Contents.json new file mode 100644 index 0000000..e0a2c53 --- /dev/null +++ b/Shared/Colors.xcassets/StatusInfoSurface.colorset/Contents.json @@ -0,0 +1,78 @@ +{ + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xDF", + "green": "0xE3", + "blue": "0xFB", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x10", + "green": "0x1C", + "blue": "0x33", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "contrast", + "value": "high" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xCB", + "green": "0xD2", + "blue": "0xF7", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + }, + { + "appearance": "contrast", + "value": "high" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x15", + "green": "0x27", + "blue": "0x44", + "alpha": "1.000" + } + } + } + ], + "info": { + "author": "xcode", + "version": 1 + } +} |
