diff options
author | Vitaly Takmazov | 2019-03-21 20:17:42 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-03-21 20:17:42 +0300 |
commit | 6b40f06a691e1264f6e35b6a5616198e6977787d (patch) | |
tree | d7aa6427861523a8447d52a8b45d57a605a1a714 /Juick/Colors.xcassets/Text.colorset | |
parent | e6fec9707f61b5d521bf1a2e6a85998f2466bdfa (diff) |
Named colours
Diffstat (limited to 'Juick/Colors.xcassets/Text.colorset')
-rw-r--r-- | Juick/Colors.xcassets/Text.colorset/Contents.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Juick/Colors.xcassets/Text.colorset/Contents.json b/Juick/Colors.xcassets/Text.colorset/Contents.json new file mode 100644 index 0000000..ee1c5bc --- /dev/null +++ b/Juick/Colors.xcassets/Text.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + }, + "colors" : [ + { + "idiom" : "universal", + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0x22", + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x22" + } + } + } + ] +}
\ No newline at end of file |