diff options
Diffstat (limited to 'Juick/Colors.xcassets')
-rw-r--r-- | Juick/Colors.xcassets/TextBackground.colorset/Contents.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Juick/Colors.xcassets/TextBackground.colorset/Contents.json b/Juick/Colors.xcassets/TextBackground.colorset/Contents.json new file mode 100644 index 0000000..57e2586 --- /dev/null +++ b/Juick/Colors.xcassets/TextBackground.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.750", + "blue" : "0.996", + "green" : "0.992", + "red" : "0.992" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.750", + "blue" : "0.133", + "green" : "0.133", + "red" : "0.133" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |