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 | |
parent | e6fec9707f61b5d521bf1a2e6a85998f2466bdfa (diff) |
Named colours
Diffstat (limited to 'Juick/Colors.xcassets')
-rw-r--r-- | Juick/Colors.xcassets/Background.colorset/Contents.json | 20 | ||||
-rw-r--r-- | Juick/Colors.xcassets/Chat.colorset/Contents.json | 20 | ||||
-rw-r--r-- | Juick/Colors.xcassets/Contents.json | 6 | ||||
-rw-r--r-- | Juick/Colors.xcassets/Funny.colorset/Contents.json | 20 | ||||
-rw-r--r-- | Juick/Colors.xcassets/Muted.colorset/Contents.json | 20 | ||||
-rw-r--r-- | Juick/Colors.xcassets/Text.colorset/Contents.json | 20 | ||||
-rw-r--r-- | Juick/Colors.xcassets/Title.colorset/Contents.json | 20 |
7 files changed, 126 insertions, 0 deletions
diff --git a/Juick/Colors.xcassets/Background.colorset/Contents.json b/Juick/Colors.xcassets/Background.colorset/Contents.json new file mode 100644 index 0000000..53e5f34 --- /dev/null +++ b/Juick/Colors.xcassets/Background.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + }, + "colors" : [ + { + "idiom" : "universal", + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0xFD", + "alpha" : "1.000", + "blue" : "0xFE", + "green" : "0xFD" + } + } + } + ] +}
\ No newline at end of file diff --git a/Juick/Colors.xcassets/Chat.colorset/Contents.json b/Juick/Colors.xcassets/Chat.colorset/Contents.json new file mode 100644 index 0000000..2702bf1 --- /dev/null +++ b/Juick/Colors.xcassets/Chat.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + }, + "colors" : [ + { + "idiom" : "universal", + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0xF8", + "alpha" : "1.000", + "blue" : "0xF8", + "green" : "0xF8" + } + } + } + ] +}
\ No newline at end of file diff --git a/Juick/Colors.xcassets/Contents.json b/Juick/Colors.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/Juick/Colors.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +}
\ No newline at end of file diff --git a/Juick/Colors.xcassets/Funny.colorset/Contents.json b/Juick/Colors.xcassets/Funny.colorset/Contents.json new file mode 100644 index 0000000..dfe4629 --- /dev/null +++ b/Juick/Colors.xcassets/Funny.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + }, + "colors" : [ + { + "idiom" : "universal", + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0xFF", + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0x33" + } + } + } + ] +}
\ No newline at end of file diff --git a/Juick/Colors.xcassets/Muted.colorset/Contents.json b/Juick/Colors.xcassets/Muted.colorset/Contents.json new file mode 100644 index 0000000..679b256 --- /dev/null +++ b/Juick/Colors.xcassets/Muted.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + }, + "colors" : [ + { + "idiom" : "universal", + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0x88", + "alpha" : "1.000", + "blue" : "0x8D", + "green" : "0x95" + } + } + } + ] +}
\ No newline at end of file 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 diff --git a/Juick/Colors.xcassets/Title.colorset/Contents.json b/Juick/Colors.xcassets/Title.colorset/Contents.json new file mode 100644 index 0000000..2456f54 --- /dev/null +++ b/Juick/Colors.xcassets/Title.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + }, + "colors" : [ + { + "idiom" : "universal", + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0x00", + "alpha" : "1.000", + "blue" : "0x99", + "green" : "0x66" + } + } + } + ] +}
\ No newline at end of file |