diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4c8e3b --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## reference + +* [NIPPON COLORS - 日本の伝統色](https://nipponcolors.com) +* [中国色- 中国传统颜色](http://zhongguose.com) + diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.swift" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.swift" new file mode 100644 index 0000000..514fcba --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.swift" @@ -0,0 +1,3699 @@ +// +// 中国传统颜色.swift +// +// +// Created by YungCheng Yeh on 2021/11/9. +// + +#if os(iOS) || os(watchOS) || os(tvOS) + import UIKit +#elseif os(macOS) + import Cocoa +#else + +#endif + +struct 中国传统颜色 { + /** + 暗玉紫 + #6038051 + red: 0.361, green: 0.133, blue: 0.137, alpha: 1 + */ + static let 暗玉紫 = #colorLiteral(red: 0.361, green: 0.133, blue: 0.137, alpha: 1) + + /** + 牡丹粉红 + #15639204 + red: 0.933, green: 0.635, blue: 0.643, alpha: 1 + */ + static let 牡丹粉红 = #colorLiteral(red: 0.933, green: 0.635, blue: 0.643, alpha: 1) + + /** + 栗紫 + #5904667 + red: 0.353, green: 0.098, blue: 0.106, alpha: 1 + */ + static let 栗紫 = #colorLiteral(red: 0.353, green: 0.098, blue: 0.106, alpha: 1) + + /** + 香叶红 + #15760514 + red: 0.941, green: 0.486, blue: 0.510, alpha: 1 + */ + static let 香叶红 = #colorLiteral(red: 0.941, green: 0.486, blue: 0.510, alpha: 1) + + /** + 葡萄酱紫 + #5902870 + red: 0.353, green: 0.071, blue: 0.086, alpha: 1 + */ + static let 葡萄酱紫 = #colorLiteral(red: 0.353, green: 0.071, blue: 0.086, alpha: 1) + + /** + 艳红 + #15555173 + red: 0.929, green: 0.353, blue: 0.396, alpha: 1 + */ + static let 艳红 = #colorLiteral(red: 0.929, green: 0.353, blue: 0.396, alpha: 1) + + /** + 玉红 + #12601425 + red: 0.753, green: 0.282, blue: 0.318, alpha: 1 + */ + static let 玉红 = #colorLiteral(red: 0.753, green: 0.282, blue: 0.318, alpha: 1) + + /** + 茶花红 + #15613773 + red: 0.933, green: 0.247, blue: 0.302, alpha: 1 + */ + static let 茶花红 = #colorLiteral(red: 0.933, green: 0.247, blue: 0.302, alpha: 1) + + /** + 高粱红 + #12594232 + red: 0.753, green: 0.173, blue: 0.220, alpha: 1 + */ + static let 高粱红 = #colorLiteral(red: 0.753, green: 0.173, blue: 0.220, alpha: 1) + + /** + 满江红 + #10965850 + red: 0.655, green: 0.325, blue: 0.353, alpha: 1 + */ + static let 满江红 = #colorLiteral(red: 0.655, green: 0.325, blue: 0.353, alpha: 1) + + /** + 鼠鼻红 + #14922936 + red: 0.890, green: 0.706, blue: 0.722, alpha: 1 + */ + static let 鼠鼻红 = #colorLiteral(red: 0.890, green: 0.706, blue: 0.722, alpha: 1) + + /** + 合欢红 + #15770024 + red: 0.941, green: 0.631, blue: 0.659, alpha: 1 + */ + static let 合欢红 = #colorLiteral(red: 0.941, green: 0.631, blue: 0.659, alpha: 1) + + /** + 春梅红 + #15831964 + red: 0.945, green: 0.576, blue: 0.612, alpha: 1 + */ + static let 春梅红 = #colorLiteral(red: 0.945, green: 0.576, blue: 0.612, alpha: 1) + + /** + 苋菜红 + #10885929 + red: 0.651, green: 0.106, blue: 0.161, alpha: 1 + */ + static let 苋菜红 = #colorLiteral(red: 0.651, green: 0.106, blue: 0.161, alpha: 1) + + /** + 烟红 + #8998484 + red: 0.537, green: 0.306, blue: 0.329, alpha: 1 + */ + static let 烟红 = #colorLiteral(red: 0.537, green: 0.306, blue: 0.329, alpha: 1) + + /** + 莓红 + #12868197 + red: 0.769, green: 0.353, blue: 0.396, alpha: 1 + */ + static let 莓红 = #colorLiteral(red: 0.769, green: 0.353, blue: 0.396, alpha: 1) + + /** + 鹅冠红 + #13703725 + red: 0.820, green: 0.102, blue: 0.176, alpha: 1 + */ + static let 鹅冠红 = #colorLiteral(red: 0.820, green: 0.102, blue: 0.176, alpha: 1) + + /** + 枫叶红 + #12721968 + red: 0.761, green: 0.122, blue: 0.188, alpha: 1 + */ + static let 枫叶红 = #colorLiteral(red: 0.761, green: 0.122, blue: 0.188, alpha: 1) + + /** + 唐菖蒲红 + #14556209 + red: 0.871, green: 0.110, blue: 0.192, alpha: 1 + */ + static let 唐菖蒲红 = #colorLiteral(red: 0.871, green: 0.110, blue: 0.192, alpha: 1) + + /** + 枣红 + #8132643 + red: 0.486, green: 0.094, blue: 0.137, alpha: 1 + */ + static let 枣红 = #colorLiteral(red: 0.486, green: 0.094, blue: 0.137, alpha: 1) + + /** + 猪肝紫 + #5512740 + red: 0.329, green: 0.118, blue: 0.141, alpha: 1 + */ + static let 猪肝紫 = #colorLiteral(red: 0.329, green: 0.118, blue: 0.141, alpha: 1) + + /** + 葡萄紫 + #4988708 + red: 0.298, green: 0.122, blue: 0.141, alpha: 1 + */ + static let 葡萄紫 = #colorLiteral(red: 0.298, green: 0.122, blue: 0.141, alpha: 1) + + /** + 暗紫苑红 + #8527915 + red: 0.510, green: 0.125, blue: 0.169, alpha: 1 + */ + static let 暗紫苑红 = #colorLiteral(red: 0.510, green: 0.125, blue: 0.169, alpha: 1) + + /** + 殷红 + #8524063 + red: 0.510, green: 0.067, blue: 0.122, alpha: 1 + */ + static let 殷红 = #colorLiteral(red: 0.510, green: 0.067, blue: 0.122, alpha: 1) + + /** + 草茉莉红 + #15681373 + red: 0.937, green: 0.278, blue: 0.365, alpha: 1 + */ + static let 草茉莉红 = #colorLiteral(red: 0.937, green: 0.278, blue: 0.365, alpha: 1) + + /** + 酱紫 + #5050392 + red: 0.302, green: 0.063, blue: 0.094, alpha: 1 + */ + static let 酱紫 = #colorLiteral(red: 0.302, green: 0.063, blue: 0.094, alpha: 1) + + /** + 山茶红 + #15553898 + red: 0.929, green: 0.333, blue: 0.416, alpha: 1 + */ + static let 山茶红 = #colorLiteral(red: 0.929, green: 0.333, blue: 0.416, alpha: 1) + + /** + 锌灰 + #8024948 + red: 0.478, green: 0.451, blue: 0.455, alpha: 1 + */ + static let 锌灰 = #colorLiteral(red: 0.478, green: 0.451, blue: 0.455, alpha: 1) + + /** + 海棠红 + #15742802 + red: 0.941, green: 0.216, blue: 0.322, alpha: 1 + */ + static let 海棠红 = #colorLiteral(red: 0.941, green: 0.216, blue: 0.322, alpha: 1) + + /** + 蓟粉红 + #15127253 + red: 0.902, green: 0.824, blue: 0.835, alpha: 1 + */ + static let 蓟粉红 = #colorLiteral(red: 0.902, green: 0.824, blue: 0.835, alpha: 1) + + /** + 石蕊红 + #15780303 + red: 0.941, green: 0.788, blue: 0.812, alpha: 1 + */ + static let 石蕊红 = #colorLiteral(red: 0.941, green: 0.788, blue: 0.812, alpha: 1) + + /** + 淡曙红 + #15607622 + red: 0.933, green: 0.153, blue: 0.275, alpha: 1 + */ + static let 淡曙红 = #colorLiteral(red: 0.933, green: 0.153, blue: 0.275, alpha: 1) + + /** + 李紫 + #2822678 + red: 0.169, green: 0.071, blue: 0.086, alpha: 1 + */ + static let 李紫 = #colorLiteral(red: 0.169, green: 0.071, blue: 0.086, alpha: 1) + + /** + 石竹红 + #15616099 + red: 0.933, green: 0.282, blue: 0.388, alpha: 1 + */ + static let 石竹红 = #colorLiteral(red: 0.933, green: 0.282, blue: 0.388, alpha: 1) + + /** + 淡茜红 + #15170702 + red: 0.906, green: 0.486, blue: 0.557, alpha: 1 + */ + static let 淡茜红 = #colorLiteral(red: 0.906, green: 0.486, blue: 0.557, alpha: 1) + + /** + 金鱼紫 + #5245462 + red: 0.314, green: 0.039, blue: 0.086, alpha: 1 + */ + static let 金鱼紫 = #colorLiteral(red: 0.314, green: 0.039, blue: 0.086, alpha: 1) + + /** + 山黎豆红 + #12745864 + red: 0.761, green: 0.486, blue: 0.533, alpha: 1 + */ + static let 山黎豆红 = #colorLiteral(red: 0.761, green: 0.486, blue: 0.533, alpha: 1) + + /** + 鼠背灰 + #7559004 + red: 0.451, green: 0.341, blue: 0.361, alpha: 1 + */ + static let 鼠背灰 = #colorLiteral(red: 0.451, green: 0.341, blue: 0.361, alpha: 1) + + /** + 淡蕊香红 + #15616102 + red: 0.933, green: 0.282, blue: 0.400, alpha: 1 + */ + static let 淡蕊香红 = #colorLiteral(red: 0.933, green: 0.282, blue: 0.400, alpha: 1) + + /** + 甘蔗紫 + #6428196 + red: 0.384, green: 0.086, blue: 0.141, alpha: 1 + */ + static let 甘蔗紫 = #colorLiteral(red: 0.384, green: 0.086, blue: 0.141, alpha: 1) + + /** + 月季红 + #13522807 + red: 0.808, green: 0.341, blue: 0.467, alpha: 1 + */ + static let 月季红 = #colorLiteral(red: 0.808, green: 0.341, blue: 0.467, alpha: 1) + + /** + 尖晶玉红 + #13375034 + red: 0.800, green: 0.086, blue: 0.227, alpha: 1 + */ + static let 尖晶玉红 = #colorLiteral(red: 0.800, green: 0.086, blue: 0.227, alpha: 1) + + /** + 水红 + #15844557 + red: 0.945, green: 0.769, blue: 0.804, alpha: 1 + */ + static let 水红 = #colorLiteral(red: 0.945, green: 0.769, blue: 0.804, alpha: 1) + + /** + 姜红 + #15644867 + red: 0.933, green: 0.722, blue: 0.765, alpha: 1 + */ + static let 姜红 = #colorLiteral(red: 0.933, green: 0.722, blue: 0.765, alpha: 1) + + /** + 芦灰 + #8744306 + red: 0.522, green: 0.427, blue: 0.447, alpha: 1 + */ + static let 芦灰 = #colorLiteral(red: 0.522, green: 0.427, blue: 0.447, alpha: 1) + + /** + 茄皮紫 + #2952211 + red: 0.176, green: 0.047, blue: 0.075, alpha: 1 + */ + static let 茄皮紫 = #colorLiteral(red: 0.176, green: 0.047, blue: 0.075, alpha: 1) + + /** + 苍蝇灰 + #3549227 + red: 0.212, green: 0.157, blue: 0.169, alpha: 1 + */ + static let 苍蝇灰 = #colorLiteral(red: 0.212, green: 0.157, blue: 0.169, alpha: 1) + + /** + 锦葵红 + #12531027 + red: 0.749, green: 0.208, blue: 0.325, alpha: 1 + */ + static let 锦葵红 = #colorLiteral(red: 0.749, green: 0.208, blue: 0.325, alpha: 1) + + /** + 粉团花红 + #15506349 + red: 0.925, green: 0.608, blue: 0.678, alpha: 1 + */ + static let 粉团花红 = #colorLiteral(red: 0.925, green: 0.608, blue: 0.678, alpha: 1) + + /** + 石竹紫 + #6489884 + red: 0.388, green: 0.027, blue: 0.110, alpha: 1 + */ + static let 石竹紫 = #colorLiteral(red: 0.388, green: 0.027, blue: 0.110, alpha: 1) + + /** + 卵石紫 + #3151388 + red: 0.188, green: 0.086, blue: 0.110, alpha: 1 + */ + static let 卵石紫 = #colorLiteral(red: 0.188, green: 0.086, blue: 0.110, alpha: 1) + + /** + 晶红 + #15640247 + red: 0.933, green: 0.651, blue: 0.718, alpha: 1 + */ + static let 晶红 = #colorLiteral(red: 0.933, green: 0.651, blue: 0.718, alpha: 1) + + /** + 芝兰紫 + #15322323 + red: 0.914, green: 0.800, blue: 0.827, alpha: 1 + */ + static let 芝兰紫 = #colorLiteral(red: 0.914, green: 0.800, blue: 0.827, alpha: 1) + + /** + 芍药耕红 + #15442099 + red: 0.922, green: 0.627, blue: 0.702, alpha: 1 + */ + static let 芍药耕红 = #colorLiteral(red: 0.922, green: 0.627, blue: 0.702, alpha: 1) + + /** + 暮云灰 + #5191742 + red: 0.310, green: 0.220, blue: 0.243, alpha: 1 + */ + static let 暮云灰 = #colorLiteral(red: 0.310, green: 0.220, blue: 0.243, alpha: 1) + + /** + 豇豆红 + #15572402 + red: 0.929, green: 0.616, blue: 0.698, alpha: 1 + */ + static let 豇豆红 = #colorLiteral(red: 0.929, green: 0.616, blue: 0.698, alpha: 1) + + /** + 报春红 + #15501988 + red: 0.925, green: 0.541, blue: 0.643, alpha: 1 + */ + static let 报春红 = #colorLiteral(red: 0.925, green: 0.541, blue: 0.643, alpha: 1) + + /** + 淡绛红 + #15496854 + red: 0.925, green: 0.463, blue: 0.588, alpha: 1 + */ + static let 淡绛红 = #colorLiteral(red: 0.925, green: 0.463, blue: 0.588, alpha: 1) + + /** + 凤仙花红 + #15364755 + red: 0.918, green: 0.447, blue: 0.576, alpha: 1 + */ + static let 凤仙花红 = #colorLiteral(red: 0.918, green: 0.447, blue: 0.576, alpha: 1) + + /** + 霞光红 + #15696544 + red: 0.937, green: 0.510, blue: 0.627, alpha: 1 + */ + static let 霞光红 = #colorLiteral(red: 0.937, green: 0.510, blue: 0.627, alpha: 1) + + /** + 喜蛋红 + #15477860 + red: 0.925, green: 0.173, blue: 0.392, alpha: 1 + */ + static let 喜蛋红 = #colorLiteral(red: 0.925, green: 0.173, blue: 0.392, alpha: 1) + + /** + 夹竹桃红 + #15421566 + red: 0.922, green: 0.314, blue: 0.494, alpha: 1 + */ + static let 夹竹桃红 = #colorLiteral(red: 0.922, green: 0.314, blue: 0.494, alpha: 1) + + /** + 松叶牡丹红 + #15416432 + red: 0.922, green: 0.235, blue: 0.439, alpha: 1 + */ + static let 松叶牡丹红 = #colorLiteral(red: 0.922, green: 0.235, blue: 0.439, alpha: 1) + + /** + 莲瓣红 + #15356287 + red: 0.918, green: 0.318, blue: 0.498, alpha: 1 + */ + static let 莲瓣红 = #colorLiteral(red: 0.918, green: 0.318, blue: 0.498, alpha: 1) + + /** + 白芨红 + #14579863 + red: 0.871, green: 0.471, blue: 0.592, alpha: 1 + */ + static let 白芨红 = #colorLiteral(red: 0.871, green: 0.471, blue: 0.592, alpha: 1) + + /** + 隐红灰 + #11901089 + red: 0.710, green: 0.596, blue: 0.631, alpha: 1 + */ + static let 隐红灰 = #colorLiteral(red: 0.710, green: 0.596, blue: 0.631, alpha: 1) + + /** + 榲桲红 + #15544170 + red: 0.929, green: 0.184, blue: 0.416, alpha: 1 + */ + static let 榲桲红 = #colorLiteral(red: 0.929, green: 0.184, blue: 0.416, alpha: 1) + + /** + 酢酱草红 + #12939403 + red: 0.773, green: 0.439, blue: 0.545, alpha: 1 + */ + static let 酢酱草红 = #colorLiteral(red: 0.773, green: 0.439, blue: 0.545, alpha: 1) + + /** + 火鹅紫 + #3347486 + red: 0.200, green: 0.078, blue: 0.118, alpha: 1 + */ + static let 火鹅紫 = #colorLiteral(red: 0.200, green: 0.078, blue: 0.118, alpha: 1) + + /** + 鹞冠紫 + #6430004 + red: 0.384, green: 0.114, blue: 0.204, alpha: 1 + */ + static let 鹞冠紫 = #colorLiteral(red: 0.384, green: 0.114, blue: 0.204, alpha: 1) + + /** + 品红 + #15676531 + red: 0.937, green: 0.204, blue: 0.451, alpha: 1 + */ + static let 品红 = #colorLiteral(red: 0.937, green: 0.204, blue: 0.451, alpha: 1) + + /** + 磨石紫 + #3678505 + red: 0.220, green: 0.129, blue: 0.161, alpha: 1 + */ + static let 磨石紫 = #colorLiteral(red: 0.220, green: 0.129, blue: 0.161, alpha: 1) + + /** + 墨紫 + #3215131 + red: 0.192, green: 0.059, blue: 0.106, alpha: 1 + */ + static let 墨紫 = #colorLiteral(red: 0.192, green: 0.059, blue: 0.106, alpha: 1) + + /** + 檀紫 + #3676452 + red: 0.220, green: 0.098, blue: 0.141, alpha: 1 + */ + static let 檀紫 = #colorLiteral(red: 0.220, green: 0.098, blue: 0.141, alpha: 1) + + /** + 初荷红 + #14773398 + red: 0.882, green: 0.424, blue: 0.588, alpha: 1 + */ + static let 初荷红 = #colorLiteral(red: 0.882, green: 0.424, blue: 0.588, alpha: 1) + + /** + 菜头紫 + #9772104 + red: 0.584, green: 0.110, blue: 0.282, alpha: 1 + */ + static let 菜头紫 = #colorLiteral(red: 0.584, green: 0.110, blue: 0.282, alpha: 1) + + /** + 葡萄酒红 + #6426670 + red: 0.384, green: 0.063, blue: 0.180, alpha: 1 + */ + static let 葡萄酒红 = #colorLiteral(red: 0.384, green: 0.063, blue: 0.180, alpha: 1) + + /** + 淡青紫 + #14731473 + red: 0.878, green: 0.784, blue: 0.820, alpha: 1 + */ + static let 淡青紫 = #colorLiteral(red: 0.878, green: 0.784, blue: 0.820, alpha: 1) + + /** + 菠根红 + #13712500 + red: 0.820, green: 0.235, blue: 0.455, alpha: 1 + */ + static let 菠根红 = #colorLiteral(red: 0.820, green: 0.235, blue: 0.455, alpha: 1) + + /** + 海象紫 + #4922927 + red: 0.294, green: 0.118, blue: 0.184, alpha: 1 + */ + static let 海象紫 = #colorLiteral(red: 0.294, green: 0.118, blue: 0.184, alpha: 1) + + /** + 兔眼红 + #15486602 + red: 0.925, green: 0.306, blue: 0.541, alpha: 1 + */ + static let 兔眼红 = #colorLiteral(red: 0.925, green: 0.306, blue: 0.541, alpha: 1) + + /** + 嫩菱红 + #14565244 + red: 0.871, green: 0.247, blue: 0.486, alpha: 1 + */ + static let 嫩菱红 = #colorLiteral(red: 0.871, green: 0.247, blue: 0.486, alpha: 1) + + /** + 洋葱紫 + #11027819 + red: 0.659, green: 0.271, blue: 0.420, alpha: 1 + */ + static let 洋葱紫 = #colorLiteral(red: 0.659, green: 0.271, blue: 0.420, alpha: 1) + + /** + 吊钟花红 + #13524618 + red: 0.808, green: 0.369, blue: 0.541, alpha: 1 + */ + static let 吊钟花红 = #colorLiteral(red: 0.808, green: 0.369, blue: 0.541, alpha: 1) + + /** + 绀紫 + #4593193 + red: 0.275, green: 0.086, blue: 0.161, alpha: 1 + */ + static let 绀紫 = #colorLiteral(red: 0.275, green: 0.086, blue: 0.161, alpha: 1) + + /** + 紫荆红 + #15608953 + red: 0.933, green: 0.173, blue: 0.475, alpha: 1 + */ + static let 紫荆红 = #colorLiteral(red: 0.933, green: 0.173, blue: 0.475, alpha: 1) + + /** + 扁豆花红 + #15681931 + red: 0.937, green: 0.286, blue: 0.545, alpha: 1 + */ + static let 扁豆花红 = #colorLiteral(red: 0.937, green: 0.286, blue: 0.545, alpha: 1) + + /** + 马鞭草紫 + #15590375 + red: 0.929, green: 0.890, blue: 0.906, alpha: 1 + */ + static let 马鞭草紫 = #colorLiteral(red: 0.929, green: 0.890, blue: 0.906, alpha: 1) + + /** + 藏花红 + #15478138 + red: 0.925, green: 0.176, blue: 0.478, alpha: 1 + */ + static let 藏花红 = #colorLiteral(red: 0.925, green: 0.176, blue: 0.478, alpha: 1) + + /** + 斑鸠灰 + #4729142 + red: 0.282, green: 0.161, blue: 0.212, alpha: 1 + */ + static let 斑鸠灰 = #colorLiteral(red: 0.282, green: 0.161, blue: 0.212, alpha: 1) + + /** + 古铜紫 + #4460069 + red: 0.267, green: 0.055, blue: 0.145, alpha: 1 + */ + static let 古铜紫 = #colorLiteral(red: 0.267, green: 0.055, blue: 0.145, alpha: 1) + + /** + 丹紫红 + #13784716 + red: 0.824, green: 0.337, blue: 0.549, alpha: 1 + */ + static let 丹紫红 = #colorLiteral(red: 0.824, green: 0.337, blue: 0.549, alpha: 1) + + /** + 丁香淡紫 + #15325151 + red: 0.914, green: 0.843, blue: 0.875, alpha: 1 + */ + static let 丁香淡紫 = #colorLiteral(red: 0.914, green: 0.843, blue: 0.875, alpha: 1) + + /** + 玫瑰红 + #13776253 + red: 0.824, green: 0.208, blue: 0.490, alpha: 1 + */ + static let 玫瑰红 = #colorLiteral(red: 0.824, green: 0.208, blue: 0.490, alpha: 1) + + /** + 古鼎灰 + #3549487 + red: 0.212, green: 0.161, blue: 0.184, alpha: 1 + */ + static let 古鼎灰 = #colorLiteral(red: 0.212, green: 0.161, blue: 0.184, alpha: 1) + + /** + 菱锰红 + #13792931 + red: 0.824, green: 0.463, blue: 0.639, alpha: 1 + */ + static let 菱锰红 = #colorLiteral(red: 0.824, green: 0.463, blue: 0.639, alpha: 1) + + /** + 樱草紫 + #12611480 + red: 0.753, green: 0.435, blue: 0.596, alpha: 1 + */ + static let 樱草紫 = #colorLiteral(red: 0.753, green: 0.435, blue: 0.596, alpha: 1) + + /** + 龙须红 + #13391253 + red: 0.800, green: 0.333, blue: 0.584, alpha: 1 + */ + static let 龙须红 = #colorLiteral(red: 0.800, green: 0.333, blue: 0.584, alpha: 1) + + /** + 电气石红 + #12801681 + red: 0.765, green: 0.337, blue: 0.569, alpha: 1 + */ + static let 电气石红 = #colorLiteral(red: 0.765, green: 0.337, blue: 0.569, alpha: 1) + + /** + 玫瑰紫 + #12201851 + red: 0.729, green: 0.184, blue: 0.482, alpha: 1 + */ + static let 玫瑰紫 = #colorLiteral(red: 0.729, green: 0.184, blue: 0.482, alpha: 1) + + /** + 苋菜紫 + #10165860 + red: 0.608, green: 0.118, blue: 0.392, alpha: 1 + */ + static let 苋菜紫 = #colorLiteral(red: 0.608, green: 0.118, blue: 0.392, alpha: 1) + + /** + 紫灰 + #6111057 + red: 0.365, green: 0.247, blue: 0.318, alpha: 1 + */ + static let 紫灰 = #colorLiteral(red: 0.365, green: 0.247, blue: 0.318, alpha: 1) + + /** + 龙睛鱼紫 + #5122624 + red: 0.306, green: 0.165, blue: 0.251, alpha: 1 + */ + static let 龙睛鱼紫 = #colorLiteral(red: 0.306, green: 0.165, blue: 0.251, alpha: 1) + + /** + 青蛤壳紫 + #12354728 + red: 0.737, green: 0.518, blue: 0.659, alpha: 1 + */ + static let 青蛤壳紫 = #colorLiteral(red: 0.737, green: 0.518, blue: 0.659, alpha: 1) + + /** + 萝兰紫 + #12619439 + red: 0.753, green: 0.557, blue: 0.686, alpha: 1 + */ + static let 萝兰紫 = #colorLiteral(red: 0.753, green: 0.557, blue: 0.686, alpha: 1) + + /** + 荸荠紫 + #4267061 + red: 0.255, green: 0.110, blue: 0.208, alpha: 1 + */ + static let 荸荠紫 = #colorLiteral(red: 0.255, green: 0.110, blue: 0.208, alpha: 1) + + /** + 豆蔻紫 + #11363736 + red: 0.678, green: 0.396, blue: 0.596, alpha: 1 + */ + static let 豆蔻紫 = #colorLiteral(red: 0.678, green: 0.396, blue: 0.596, alpha: 1) + + /** + 扁豆紫 + #10706063 + red: 0.639, green: 0.361, blue: 0.561, alpha: 1 + */ + static let 扁豆紫 = #colorLiteral(red: 0.639, green: 0.361, blue: 0.561, alpha: 1) + + /** + 牵牛紫 + #6821714 + red: 0.408, green: 0.090, blue: 0.322, alpha: 1 + */ + static let 牵牛紫 = #colorLiteral(red: 0.408, green: 0.090, blue: 0.322, alpha: 1) + + /** + 芓紫 + #8995446 + red: 0.537, green: 0.259, blue: 0.463, alpha: 1 + */ + static let 芓紫 = #colorLiteral(red: 0.537, green: 0.259, blue: 0.463, alpha: 1) + + /** + 葛巾紫 + #8265829 + red: 0.494, green: 0.125, blue: 0.396, alpha: 1 + */ + static let 葛巾紫 = #colorLiteral(red: 0.494, green: 0.125, blue: 0.396, alpha: 1) + + /** + 青莲 + #9119345 + red: 0.545, green: 0.149, blue: 0.443, alpha: 1 + */ + static let 青莲 = #colorLiteral(red: 0.545, green: 0.149, blue: 0.443, alpha: 1) + + /** + 芥花紫 + #9975424 + red: 0.596, green: 0.212, blue: 0.502, alpha: 1 + */ + static let 芥花紫 = #colorLiteral(red: 0.596, green: 0.212, blue: 0.502, alpha: 1) + + /** + 凤信紫 + #13151684 + red: 0.784, green: 0.678, blue: 0.769, alpha: 1 + */ + static let 凤信紫 = #colorLiteral(red: 0.784, green: 0.678, blue: 0.769, alpha: 1) + + /** + 深牵牛紫 + #1838362 + red: 0.110, green: 0.051, blue: 0.102, alpha: 1 + */ + static let 深牵牛紫 = #colorLiteral(red: 0.110, green: 0.051, blue: 0.102, alpha: 1) + + /** + 魏紫 + #8263281 + red: 0.494, green: 0.086, blue: 0.443, alpha: 1 + */ + static let 魏紫 = #colorLiteral(red: 0.494, green: 0.086, blue: 0.443, alpha: 1) + + /** + 乌梅紫 + #1970973 + red: 0.118, green: 0.075, blue: 0.114, alpha: 1 + */ + static let 乌梅紫 = #colorLiteral(red: 0.118, green: 0.075, blue: 0.114, alpha: 1) + + /** + 桔梗紫 + #8469637 + red: 0.506, green: 0.235, blue: 0.522, alpha: 1 + */ + static let 桔梗紫 = #colorLiteral(red: 0.506, green: 0.235, blue: 0.522, alpha: 1) + + /** + 淡牵牛紫 + #13746899 + red: 0.820, green: 0.761, blue: 0.827, alpha: 1 + */ + static let 淡牵牛紫 = #colorLiteral(red: 0.820, green: 0.761, blue: 0.827, alpha: 1) + + /** + 剑锋紫 + #4077633 + red: 0.243, green: 0.220, blue: 0.255, alpha: 1 + */ + static let 剑锋紫 = #colorLiteral(red: 0.243, green: 0.220, blue: 0.255, alpha: 1) + + /** + 蕈紫 + #8477844 + red: 0.506, green: 0.361, blue: 0.580, alpha: 1 + */ + static let 蕈紫 = #colorLiteral(red: 0.506, green: 0.361, blue: 0.580, alpha: 1) + + /** + 槿紫 + #8416670 + red: 0.502, green: 0.427, blue: 0.620, alpha: 1 + */ + static let 槿紫 = #colorLiteral(red: 0.502, green: 0.427, blue: 0.620, alpha: 1) + + /** + 芡食白 + #14868964 + red: 0.886, green: 0.882, blue: 0.894, alpha: 1 + */ + static let 芡食白 = #colorLiteral(red: 0.886, green: 0.882, blue: 0.894, alpha: 1) + + /** + 龙葵紫 + #3288891 + red: 0.196, green: 0.184, blue: 0.231, alpha: 1 + */ + static let 龙葵紫 = #colorLiteral(red: 0.196, green: 0.184, blue: 0.231, alpha: 1) + + /** + 藤萝紫 + #8418979 + red: 0.502, green: 0.463, blue: 0.639, alpha: 1 + */ + static let 藤萝紫 = #colorLiteral(red: 0.502, green: 0.463, blue: 0.639, alpha: 1) + + /** + 沙鱼灰 + #3486524 + red: 0.208, green: 0.200, blue: 0.235, alpha: 1 + */ + static let 沙鱼灰 = #colorLiteral(red: 0.208, green: 0.200, blue: 0.235, alpha: 1) + + /** + 暗龙胆紫 + #2236462 + red: 0.133, green: 0.125, blue: 0.180, alpha: 1 + */ + static let 暗龙胆紫 = #colorLiteral(red: 0.133, green: 0.125, blue: 0.180, alpha: 1) + + /** + 暗蓝紫 + #1249572 + red: 0.075, green: 0.067, blue: 0.141, alpha: 1 + */ + static let 暗蓝紫 = #colorLiteral(red: 0.075, green: 0.067, blue: 0.141, alpha: 1) + + /** + 野葡萄紫 + #3157835 + red: 0.188, green: 0.184, blue: 0.294, alpha: 1 + */ + static let 野葡萄紫 = #colorLiteral(red: 0.188, green: 0.184, blue: 0.294, alpha: 1) + + /** + 野菊紫 + #5395080 + red: 0.322, green: 0.322, blue: 0.533, alpha: 1 + */ + static let 野菊紫 = #colorLiteral(red: 0.322, green: 0.322, blue: 0.533, alpha: 1) + + /** + 水牛灰 + #3092277 + red: 0.184, green: 0.184, blue: 0.208, alpha: 1 + */ + static let 水牛灰 = #colorLiteral(red: 0.184, green: 0.184, blue: 0.208, alpha: 1) + + /** + 远山紫 + #13421782 + red: 0.800, green: 0.800, blue: 0.839, alpha: 1 + */ + static let 远山紫 = #colorLiteral(red: 0.800, green: 0.800, blue: 0.839, alpha: 1) + + /** + 螺甸紫 + #7632283 + red: 0.455, green: 0.459, blue: 0.608, alpha: 1 + */ + static let 螺甸紫 = #colorLiteral(red: 0.455, green: 0.459, blue: 0.608, alpha: 1) + + /** + 晶石紫 + #2039872 + red: 0.122, green: 0.125, blue: 0.251, alpha: 1 + */ + static let 晶石紫 = #colorLiteral(red: 0.122, green: 0.125, blue: 0.251, alpha: 1) + + /** + 满天星紫 + #3027324 + red: 0.180, green: 0.192, blue: 0.486, alpha: 1 + */ + static let 满天星紫 = #colorLiteral(red: 0.180, green: 0.192, blue: 0.486, alpha: 1) + + /** + 淡蓝紫 + #10987709 + red: 0.655, green: 0.659, blue: 0.741, alpha: 1 + */ + static let 淡蓝紫 = #colorLiteral(red: 0.655, green: 0.659, blue: 0.741, alpha: 1) + + /** + 山梗紫 + #6382751 + red: 0.380, green: 0.392, blue: 0.624, alpha: 1 + */ + static let 山梗紫 = #colorLiteral(red: 0.380, green: 0.392, blue: 0.624, alpha: 1) + + /** + 牛角灰 + #2960950 + red: 0.176, green: 0.180, blue: 0.212, alpha: 1 + */ + static let 牛角灰 = #colorLiteral(red: 0.176, green: 0.180, blue: 0.212, alpha: 1) + + /** + 鱼尾灰 + #6185325 + red: 0.369, green: 0.380, blue: 0.427, alpha: 1 + */ + static let 鱼尾灰 = #colorLiteral(red: 0.369, green: 0.380, blue: 0.427, alpha: 1) + + /** + 瓦罐灰 + #4671564 + red: 0.278, green: 0.282, blue: 0.298, alpha: 1 + */ + static let 瓦罐灰 = #colorLiteral(red: 0.278, green: 0.282, blue: 0.298, alpha: 1) + + /** + 钢蓝 + #988195 + red: 0.059, green: 0.078, blue: 0.137, alpha: 1 + */ + static let 钢蓝 = #colorLiteral(red: 0.059, green: 0.078, blue: 0.137, alpha: 1) + + /** + 燕颔蓝 + #1251364 + red: 0.075, green: 0.094, blue: 0.141, alpha: 1 + */ + static let 燕颔蓝 = #colorLiteral(red: 0.075, green: 0.094, blue: 0.141, alpha: 1) + + /** + 鲸鱼灰 + #4673892 + red: 0.278, green: 0.318, blue: 0.392, alpha: 1 + */ + static let 鲸鱼灰 = #colorLiteral(red: 0.278, green: 0.318, blue: 0.392, alpha: 1) + + /** + 青灰 + #2831166 + red: 0.169, green: 0.200, blue: 0.243, alpha: 1 + */ + static let 青灰 = #colorLiteral(red: 0.169, green: 0.200, blue: 0.243, alpha: 1) + + /** + 鸽蓝 + #1845560 + red: 0.110, green: 0.161, blue: 0.220, alpha: 1 + */ + static let 鸽蓝 = #colorLiteral(red: 0.110, green: 0.161, blue: 0.220, alpha: 1) + + /** + 暗蓝 + #1056560 + red: 0.063, green: 0.122, blue: 0.188, alpha: 1 + */ + static let 暗蓝 = #colorLiteral(red: 0.063, green: 0.122, blue: 0.188, alpha: 1) + + /** + 钢青 + #1319732 + red: 0.078, green: 0.137, blue: 0.204, alpha: 1 + */ + static let 钢青 = #colorLiteral(red: 0.078, green: 0.137, blue: 0.204, alpha: 1) + + /** + 海涛蓝 + #1398170 + red: 0.082, green: 0.333, blue: 0.604, alpha: 1 + */ + static let 海涛蓝 = #colorLiteral(red: 0.082, green: 0.333, blue: 0.604, alpha: 1) + + /** + 飞燕草蓝 + #1005988 + red: 0.059, green: 0.349, blue: 0.643, alpha: 1 + */ + static let 飞燕草蓝 = #colorLiteral(red: 0.059, green: 0.349, blue: 0.643, alpha: 1) + + /** + 靛青 + #1466795 + red: 0.086, green: 0.380, blue: 0.671, alpha: 1 + */ + static let 靛青 = #colorLiteral(red: 0.086, green: 0.380, blue: 0.671, alpha: 1) + + /** + 安安蓝 + #3240103 + red: 0.192, green: 0.439, blue: 0.655, alpha: 1 + */ + static let 安安蓝 = #colorLiteral(red: 0.192, green: 0.439, blue: 0.655, alpha: 1) + + /** + 海军蓝 + #3435676 + red: 0.204, green: 0.424, blue: 0.612, alpha: 1 + */ + static let 海军蓝 = #colorLiteral(red: 0.204, green: 0.424, blue: 0.612, alpha: 1) + + /** + 景泰蓝 + #2586038 + red: 0.153, green: 0.459, blue: 0.714, alpha: 1 + */ + static let 景泰蓝 = #colorLiteral(red: 0.153, green: 0.459, blue: 0.714, alpha: 1) + + /** + 品蓝 + #2847663 + red: 0.169, green: 0.451, blue: 0.686, alpha: 1 + */ + static let 品蓝 = #colorLiteral(red: 0.169, green: 0.451, blue: 0.686, alpha: 1) + + /** + 尼罗蓝 + #2389173 + red: 0.141, green: 0.455, blue: 0.710, alpha: 1 + */ + static let 尼罗蓝 = #colorLiteral(red: 0.141, green: 0.455, blue: 0.710, alpha: 1) + + /** + 蝶翅蓝 + #5143713 + red: 0.306, green: 0.486, blue: 0.631, alpha: 1 + */ + static let 蝶翅蓝 = #colorLiteral(red: 0.306, green: 0.486, blue: 0.631, alpha: 1) + + /** + 花青 + #2324151 + red: 0.137, green: 0.463, blue: 0.718, alpha: 1 + */ + static let 花青 = #colorLiteral(red: 0.137, green: 0.463, blue: 0.718, alpha: 1) + + /** + 鷃蓝 + #1329780 + red: 0.078, green: 0.290, blue: 0.455, alpha: 1 + */ + static let 鷃蓝 = #colorLiteral(red: 0.078, green: 0.290, blue: 0.455, alpha: 1) + + /** + 星蓝 + #9680335 + red: 0.576, green: 0.710, blue: 0.812, alpha: 1 + */ + static let 星蓝 = #colorLiteral(red: 0.576, green: 0.710, blue: 0.812, alpha: 1) + + /** + 虹蓝 + #2193336 + red: 0.129, green: 0.467, blue: 0.722, alpha: 1 + */ + static let 虹蓝 = #colorLiteral(red: 0.129, green: 0.467, blue: 0.722, alpha: 1) + + /** + 柏林蓝 + #1207214 + red: 0.071, green: 0.420, blue: 0.682, alpha: 1 + */ + static let 柏林蓝 = #colorLiteral(red: 0.071, green: 0.420, blue: 0.682, alpha: 1) + + /** + 群青 + #1536692 + red: 0.090, green: 0.447, blue: 0.706, alpha: 1 + */ + static let 群青 = #colorLiteral(red: 0.090, green: 0.447, blue: 0.706, alpha: 1) + + /** + 云水蓝 + #12242137 + red: 0.729, green: 0.800, blue: 0.851, alpha: 1 + */ + static let 云水蓝 = #colorLiteral(red: 0.729, green: 0.800, blue: 0.851, alpha: 1) + + /** + 羽扇豆蓝 + #6396611 + red: 0.380, green: 0.604, blue: 0.765, alpha: 1 + */ + static let 羽扇豆蓝 = #colorLiteral(red: 0.380, green: 0.604, blue: 0.765, alpha: 1) + + /** + 战舰灰 + #4807785 + red: 0.286, green: 0.361, blue: 0.412, alpha: 1 + */ + static let 战舰灰 = #colorLiteral(red: 0.286, green: 0.361, blue: 0.412, alpha: 1) + + /** + 晴山蓝 + #9417417 + red: 0.561, green: 0.698, blue: 0.788, alpha: 1 + */ + static let 晴山蓝 = #colorLiteral(red: 0.561, green: 0.698, blue: 0.788, alpha: 1) + + /** + 睛蓝 + #5675203 + red: 0.337, green: 0.596, blue: 0.765, alpha: 1 + */ + static let 睛蓝 = #colorLiteral(red: 0.337, green: 0.596, blue: 0.765, alpha: 1) + + /** + 搪磁蓝 + #1140122 + red: 0.067, green: 0.396, blue: 0.604, alpha: 1 + */ + static let 搪磁蓝 = #colorLiteral(red: 0.067, green: 0.396, blue: 0.604, alpha: 1) + + /** + 潮蓝 + #2720699 + red: 0.161, green: 0.514, blue: 0.733, alpha: 1 + */ + static let 潮蓝 = #colorLiteral(red: 0.161, green: 0.514, blue: 0.733, alpha: 1) + + /** + 天蓝 + #1472435 + red: 0.086, green: 0.467, blue: 0.702, alpha: 1 + */ + static let 天蓝 = #colorLiteral(red: 0.086, green: 0.467, blue: 0.702, alpha: 1) + + /** + 大理石灰 + #12897231 + red: 0.769, green: 0.796, blue: 0.812, alpha: 1 + */ + static let 大理石灰 = #colorLiteral(red: 0.769, green: 0.796, blue: 0.812, alpha: 1) + + /** + 牵牛花蓝 + #1144752 + red: 0.067, green: 0.467, blue: 0.690, alpha: 1 + */ + static let 牵牛花蓝 = #colorLiteral(red: 0.067, green: 0.467, blue: 0.690, alpha: 1) + + /** + 宝石蓝 + #2393785 + red: 0.141, green: 0.525, blue: 0.725, alpha: 1 + */ + static let 宝石蓝 = #colorLiteral(red: 0.141, green: 0.525, blue: 0.725, alpha: 1) + + /** + 淡蓝灰 + #6191495 + red: 0.369, green: 0.475, blue: 0.529, alpha: 1 + */ + static let 淡蓝灰 = #colorLiteral(red: 0.369, green: 0.475, blue: 0.529, alpha: 1) + + /** + 嫩灰 + #7633018 + red: 0.455, green: 0.471, blue: 0.478, alpha: 1 + */ + static let 嫩灰 = #colorLiteral(red: 0.455, green: 0.471, blue: 0.478, alpha: 1) + + /** + 银鱼白 + #13488595 + red: 0.804, green: 0.820, blue: 0.827, alpha: 1 + */ + static let 银鱼白 = #colorLiteral(red: 0.804, green: 0.820, blue: 0.827, alpha: 1) + + /** + 釉蓝 + #1540533 + red: 0.090, green: 0.506, blue: 0.710, alpha: 1 + */ + static let 釉蓝 = #colorLiteral(red: 0.090, green: 0.506, blue: 0.710, alpha: 1) + + /** + 涧石蓝 + #6728137 + red: 0.400, green: 0.663, blue: 0.788, alpha: 1 + */ + static let 涧石蓝 = #colorLiteral(red: 0.400, green: 0.663, blue: 0.788, alpha: 1) + + /** + 远天蓝 + #13688806 + red: 0.816, green: 0.875, blue: 0.902, alpha: 1 + */ + static let 远天蓝 = #colorLiteral(red: 0.816, green: 0.875, blue: 0.902, alpha: 1) + + /** + 云山蓝 + #3117241 + red: 0.184, green: 0.565, blue: 0.725, alpha: 1 + */ + static let 云山蓝 = #colorLiteral(red: 0.184, green: 0.565, blue: 0.725, alpha: 1) + + /** + 秋波蓝 + #9092305 + red: 0.541, green: 0.737, blue: 0.820, alpha: 1 + */ + static let 秋波蓝 = #colorLiteral(red: 0.541, green: 0.737, blue: 0.820, alpha: 1) + + /** + 井天蓝 + #12834783 + red: 0.765, green: 0.843, blue: 0.875, alpha: 1 + */ + static let 井天蓝 = #colorLiteral(red: 0.765, green: 0.843, blue: 0.875, alpha: 1) + + /** + 鸢尾蓝 + #1412024 + red: 0.082, green: 0.545, blue: 0.722, alpha: 1 + */ + static let 鸢尾蓝 = #colorLiteral(red: 0.082, green: 0.545, blue: 0.722, alpha: 1) + + /** + 云峰白 + #14214119 + red: 0.847, green: 0.890, blue: 0.906, alpha: 1 + */ + static let 云峰白 = #colorLiteral(red: 0.847, green: 0.890, blue: 0.906, alpha: 1) + + /** + 星灰 + #11713470 + red: 0.698, green: 0.733, blue: 0.745, alpha: 1 + */ + static let 星灰 = #colorLiteral(red: 0.698, green: 0.733, blue: 0.745, alpha: 1) + + /** + 钴蓝 + #1742012 + red: 0.102, green: 0.580, blue: 0.737, alpha: 1 + */ + static let 钴蓝 = #colorLiteral(red: 0.102, green: 0.580, blue: 0.737, alpha: 1) + + /** + 碧青 + #6075340 + red: 0.361, green: 0.702, blue: 0.800, alpha: 1 + */ + static let 碧青 = #colorLiteral(red: 0.361, green: 0.702, blue: 0.800, alpha: 1) + + /** + 苍蓝 + #1263703 + red: 0.075, green: 0.282, blue: 0.341, alpha: 1 + */ + static let 苍蓝 = #colorLiteral(red: 0.075, green: 0.282, blue: 0.341, alpha: 1) + + /** + 深灰蓝 + #1256499 + red: 0.075, green: 0.173, blue: 0.200, alpha: 1 + */ + static let 深灰蓝 = #colorLiteral(red: 0.075, green: 0.173, blue: 0.200, alpha: 1) + + /** + 灰蓝 + #2176829 + red: 0.129, green: 0.216, blue: 0.239, alpha: 1 + */ + static let 灰蓝 = #colorLiteral(red: 0.129, green: 0.216, blue: 0.239, alpha: 1) + + /** + 湖水蓝 + #11589087 + red: 0.690, green: 0.835, blue: 0.875, alpha: 1 + */ + static let 湖水蓝 = #colorLiteral(red: 0.690, green: 0.835, blue: 0.875, alpha: 1) + + /** + 海青 + #2269891 + red: 0.133, green: 0.635, blue: 0.765, alpha: 1 + */ + static let 海青 = #colorLiteral(red: 0.133, green: 0.635, blue: 0.765, alpha: 1) + + /** + 黄昏灰 + #4672332 + red: 0.278, green: 0.294, blue: 0.298, alpha: 1 + */ + static let 黄昏灰 = #colorLiteral(red: 0.278, green: 0.294, blue: 0.298, alpha: 1) + + /** + 霁青 + #6536144 + red: 0.388, green: 0.733, blue: 0.816, alpha: 1 + */ + static let 霁青 = #colorLiteral(red: 0.388, green: 0.733, blue: 0.816, alpha: 1) + + /** + 玉鈫蓝 + #1207938 + red: 0.071, green: 0.431, blue: 0.510, alpha: 1 + */ + static let 玉鈫蓝 = #colorLiteral(red: 0.071, green: 0.431, blue: 0.510, alpha: 1) + + /** + 胆矾蓝 + #1021360 + red: 0.059, green: 0.584, blue: 0.690, alpha: 1 + */ + static let 胆矾蓝 = #colorLiteral(red: 0.059, green: 0.584, blue: 0.690, alpha: 1) + + /** + 樫鸟蓝 + #1348008 + red: 0.078, green: 0.569, blue: 0.659, alpha: 1 + */ + static let 樫鸟蓝 = #colorLiteral(red: 0.078, green: 0.569, blue: 0.659, alpha: 1) + + /** + 鸥蓝 + #13095636 + red: 0.780, green: 0.824, blue: 0.831, alpha: 1 + */ + static let 鸥蓝 = #colorLiteral(red: 0.780, green: 0.824, blue: 0.831, alpha: 1) + + /** + 翠蓝 + #2006707 + red: 0.118, green: 0.620, blue: 0.702, alpha: 1 + */ + static let 翠蓝 = #colorLiteral(red: 0.118, green: 0.620, blue: 0.702, alpha: 1) + + /** + 蜻蜓蓝 + #3899788 + red: 0.231, green: 0.506, blue: 0.549, alpha: 1 + */ + static let 蜻蜓蓝 = #colorLiteral(red: 0.231, green: 0.506, blue: 0.549, alpha: 1) + + /** + 孔雀蓝 + #962761 + red: 0.055, green: 0.690, blue: 0.788, alpha: 1 + */ + static let 孔雀蓝 = #colorLiteral(red: 0.055, green: 0.690, blue: 0.788, alpha: 1) + + /** + 蔚蓝 + #2734027 + red: 0.161, green: 0.718, blue: 0.796, alpha: 1 + */ + static let 蔚蓝 = #colorLiteral(red: 0.161, green: 0.718, blue: 0.796, alpha: 1) + + /** + 瀑布蓝 + #5358803 + red: 0.318, green: 0.769, blue: 0.827, alpha: 1 + */ + static let 瀑布蓝 = #colorLiteral(red: 0.318, green: 0.769, blue: 0.827, alpha: 1) + + /** + 闪蓝 + #8170417 + red: 0.486, green: 0.671, blue: 0.694, alpha: 1 + */ + static let 闪蓝 = #colorLiteral(red: 0.486, green: 0.671, blue: 0.694, alpha: 1) + + /** + 甸子蓝 + #1093314 + red: 0.063, green: 0.682, blue: 0.761, alpha: 1 + */ + static let 甸子蓝 = #colorLiteral(red: 0.063, green: 0.682, blue: 0.761, alpha: 1) + + /** + 晚波蓝 + #6590099 + red: 0.392, green: 0.557, blue: 0.576, alpha: 1 + */ + static let 晚波蓝 = #colorLiteral(red: 0.392, green: 0.557, blue: 0.576, alpha: 1) + + /** + 清水蓝 + #9688540 + red: 0.576, green: 0.835, blue: 0.863, alpha: 1 + */ + static let 清水蓝 = #colorLiteral(red: 0.576, green: 0.835, blue: 0.863, alpha: 1) + + /** + 夏云灰 + #6386034 + red: 0.380, green: 0.443, blue: 0.447, alpha: 1 + */ + static let 夏云灰 = #colorLiteral(red: 0.380, green: 0.443, blue: 0.447, alpha: 1) + + /** + 海天蓝 + #13035240 + red: 0.776, green: 0.902, blue: 0.910, alpha: 1 + */ + static let 海天蓝 = #colorLiteral(red: 0.776, green: 0.902, blue: 0.910, alpha: 1) + + /** + 虾壳青 + #8822173 + red: 0.525, green: 0.616, blue: 0.616, alpha: 1 + */ + static let 虾壳青 = #colorLiteral(red: 0.525, green: 0.616, blue: 0.616, alpha: 1) + + /** + 石绿 + #5751746 + red: 0.341, green: 0.765, blue: 0.761, alpha: 1 + */ + static let 石绿 = #colorLiteral(red: 0.341, green: 0.765, blue: 0.761, alpha: 1) + + /** + 穹灰 + #12900310 + red: 0.769, green: 0.843, blue: 0.839, alpha: 1 + */ + static let 穹灰 = #colorLiteral(red: 0.769, green: 0.843, blue: 0.839, alpha: 1) + + /** + 美蝶绿 + #1223324 + red: 0.071, green: 0.667, blue: 0.612, alpha: 1 + */ + static let 美蝶绿 = #colorLiteral(red: 0.071, green: 0.667, blue: 0.612, alpha: 1) + + /** + 垩灰 + #7568507 + red: 0.451, green: 0.486, blue: 0.482, alpha: 1 + */ + static let 垩灰 = #colorLiteral(red: 0.451, green: 0.486, blue: 0.482, alpha: 1) + + /** + 蓝绿 + #1220994 + red: 0.071, green: 0.631, blue: 0.510, alpha: 1 + */ + static let 蓝绿 = #colorLiteral(red: 0.071, green: 0.631, blue: 0.510, alpha: 1) + + /** + 竹绿 + #1812356 + red: 0.106, green: 0.655, blue: 0.518, alpha: 1 + */ + static let 竹绿 = #colorLiteral(red: 0.106, green: 0.655, blue: 0.518, alpha: 1) + + /** + 亚丁绿 + #4359797 + red: 0.259, green: 0.525, blue: 0.459, alpha: 1 + */ + static let 亚丁绿 = #colorLiteral(red: 0.259, green: 0.525, blue: 0.459, alpha: 1) + + /** + 月影白 + #12633283 + red: 0.753, green: 0.769, blue: 0.765, alpha: 1 + */ + static let 月影白 = #colorLiteral(red: 0.753, green: 0.769, blue: 0.765, alpha: 1) + + /** + 海王绿 + #2392167 + red: 0.141, green: 0.502, blue: 0.404, alpha: 1 + */ + static let 海王绿 = #colorLiteral(red: 0.141, green: 0.502, blue: 0.404, alpha: 1) + + /** + 深海绿 + #1719090 + red: 0.102, green: 0.231, blue: 0.196, alpha: 1 + */ + static let 深海绿 = #colorLiteral(red: 0.102, green: 0.231, blue: 0.196, alpha: 1) + + /** + 绿灰 + #3230275 + red: 0.192, green: 0.290, blue: 0.263, alpha: 1 + */ + static let 绿灰 = #colorLiteral(red: 0.192, green: 0.290, blue: 0.263, alpha: 1) + + /** + 青矾绿 + #2922104 + red: 0.173, green: 0.588, blue: 0.471, alpha: 1 + */ + static let 青矾绿 = #colorLiteral(red: 0.173, green: 0.588, blue: 0.471, alpha: 1) + + /** + 苍绿 + #2244150 + red: 0.133, green: 0.243, blue: 0.212, alpha: 1 + */ + static let 苍绿 = #colorLiteral(red: 0.133, green: 0.243, blue: 0.212, alpha: 1) + + /** + 飞泉绿 + #4814184 + red: 0.286, green: 0.459, blue: 0.408, alpha: 1 + */ + static let 飞泉绿 = #colorLiteral(red: 0.286, green: 0.459, blue: 0.408, alpha: 1) + + /** + 莽丛绿 + #1318427 + red: 0.078, green: 0.118, blue: 0.106, alpha: 1 + */ + static let 莽丛绿 = #colorLiteral(red: 0.078, green: 0.118, blue: 0.106, alpha: 1) + + /** + 梧枝绿 + #6924180 + red: 0.412, green: 0.655, blue: 0.580, alpha: 1 + */ + static let 梧枝绿 = #colorLiteral(red: 0.412, green: 0.655, blue: 0.580, alpha: 1) + + /** + 铜绿 + #2862725 + red: 0.169, green: 0.682, blue: 0.522, alpha: 1 + */ + static let 铜绿 = #colorLiteral(red: 0.169, green: 0.682, blue: 0.522, alpha: 1) + + /** + 草原远绿 + #10141359 + red: 0.604, green: 0.745, blue: 0.686, alpha: 1 + */ + static let 草原远绿 = #colorLiteral(red: 0.604, green: 0.745, blue: 0.686, alpha: 1) + + /** + 蛙绿 + #4568967 + red: 0.271, green: 0.718, blue: 0.529, alpha: 1 + */ + static let 蛙绿 = #colorLiteral(red: 0.271, green: 0.718, blue: 0.529, alpha: 1) + + /** + 浪花绿 + #9614245 + red: 0.573, green: 0.702, blue: 0.647, alpha: 1 + */ + static let 浪花绿 = #colorLiteral(red: 0.573, green: 0.702, blue: 0.647, alpha: 1) + + /** + 苷蓝绿 + #2041379 + red: 0.122, green: 0.149, blue: 0.137, alpha: 1 + */ + static let 苷蓝绿 = #colorLiteral(red: 0.122, green: 0.149, blue: 0.137, alpha: 1) + + /** + 粉绿 + #8637356 + red: 0.514, green: 0.796, blue: 0.675, alpha: 1 + */ + static let 粉绿 = #colorLiteral(red: 0.514, green: 0.796, blue: 0.675, alpha: 1) + + /** + 淡绿灰 + #7374973 + red: 0.439, green: 0.533, blue: 0.490, alpha: 1 + */ + static let 淡绿灰 = #colorLiteral(red: 0.439, green: 0.533, blue: 0.490, alpha: 1) + + /** + 麦苗绿 + #5618570 + red: 0.333, green: 0.733, blue: 0.541, alpha: 1 + */ + static let 麦苗绿 = #colorLiteral(red: 0.333, green: 0.733, blue: 0.541, alpha: 1) + + /** + 翠绿 + #2138466 + red: 0.125, green: 0.631, blue: 0.384, alpha: 1 + */ + static let 翠绿 = #colorLiteral(red: 0.125, green: 0.631, blue: 0.384, alpha: 1) + + /** + 葱绿 + #4235376 + red: 0.251, green: 0.627, blue: 0.439, alpha: 1 + */ + static let 葱绿 = #colorLiteral(red: 0.251, green: 0.627, blue: 0.439, alpha: 1) + + /** + 荷叶绿 + #1730624 + red: 0.102, green: 0.408, blue: 0.251, alpha: 1 + */ + static let 荷叶绿 = #colorLiteral(red: 0.102, green: 0.408, blue: 0.251, alpha: 1) + + /** + 淡绿 + #6401157 + red: 0.380, green: 0.675, blue: 0.522, alpha: 1 + */ + static let 淡绿 = #colorLiteral(red: 0.380, green: 0.675, blue: 0.522, alpha: 1) + + /** + 田园绿 + #6862990 + red: 0.408, green: 0.722, blue: 0.557, alpha: 1 + */ + static let 田园绿 = #colorLiteral(red: 0.408, green: 0.722, blue: 0.557, alpha: 1) + + /** + 玉簪绿 + #10799798 + red: 0.643, green: 0.792, blue: 0.714, alpha: 1 + */ + static let 玉簪绿 = #colorLiteral(red: 0.643, green: 0.792, blue: 0.714, alpha: 1) + + /** + 蟾绿 + #3970406 + red: 0.235, green: 0.584, blue: 0.400, alpha: 1 + */ + static let 蟾绿 = #colorLiteral(red: 0.235, green: 0.584, blue: 0.400, alpha: 1) + + /** + 蔻梢绿 + #6143626 + red: 0.365, green: 0.745, blue: 0.541, alpha: 1 + */ + static let 蔻梢绿 = #colorLiteral(red: 0.365, green: 0.745, blue: 0.541, alpha: 1) + + /** + 薄荷绿 + #2129740 + red: 0.125, green: 0.498, blue: 0.298, alpha: 1 + */ + static let 薄荷绿 = #colorLiteral(red: 0.125, green: 0.498, blue: 0.298, alpha: 1) + + /** + 月白 + #15661042 + red: 0.933, green: 0.969, blue: 0.949, alpha: 1 + */ + static let 月白 = #colorLiteral(red: 0.933, green: 0.969, blue: 0.949, alpha: 1) + + /** + 蛋白石绿 + #5739890 + red: 0.341, green: 0.584, blue: 0.447, alpha: 1 + */ + static let 蛋白石绿 = #colorLiteral(red: 0.341, green: 0.584, blue: 0.447, alpha: 1) + + /** + 竹篁绿 + #12181193 + red: 0.725, green: 0.871, blue: 0.788, alpha: 1 + */ + static let 竹篁绿 = #colorLiteral(red: 0.725, green: 0.871, blue: 0.788, alpha: 1) + + /** + 孔雀绿 + #2266195 + red: 0.133, green: 0.580, blue: 0.325, alpha: 1 + */ + static let 孔雀绿 = #colorLiteral(red: 0.133, green: 0.580, blue: 0.325, alpha: 1) + + /** + 宫殿绿 + #2132301 + red: 0.125, green: 0.537, blue: 0.302, alpha: 1 + */ + static let 宫殿绿 = #colorLiteral(red: 0.125, green: 0.537, blue: 0.302, alpha: 1) + + /** + 云杉绿 + #1385243 + red: 0.082, green: 0.137, blue: 0.106, alpha: 1 + */ + static let 云杉绿 = #colorLiteral(red: 0.082, green: 0.137, blue: 0.106, alpha: 1) + + /** + 毛绿 + #6734220 + red: 0.400, green: 0.757, blue: 0.549, alpha: 1 + */ + static let 毛绿 = #colorLiteral(red: 0.400, green: 0.757, blue: 0.549, alpha: 1) + + /** + 冰山蓝 + #10792103 + red: 0.643, green: 0.675, blue: 0.655, alpha: 1 + */ + static let 冰山蓝 = #colorLiteral(red: 0.643, green: 0.675, blue: 0.655, alpha: 1) + + /** + 明灰 + #9083022 + red: 0.541, green: 0.596, blue: 0.557, alpha: 1 + */ + static let 明灰 = #colorLiteral(red: 0.541, green: 0.596, blue: 0.557, alpha: 1) + + /** + 明绿 + #10407083 + red: 0.620, green: 0.800, blue: 0.671, alpha: 1 + */ + static let 明绿 = #colorLiteral(red: 0.620, green: 0.800, blue: 0.671, alpha: 1) + + /** + 松霜绿 + #8628109 + red: 0.514, green: 0.655, blue: 0.553, alpha: 1 + */ + static let 松霜绿 = #colorLiteral(red: 0.514, green: 0.655, blue: 0.553, alpha: 1) + + /** + 白屈菜绿 + #4741965 + red: 0.282, green: 0.357, blue: 0.302, alpha: 1 + */ + static let 白屈菜绿 = #colorLiteral(red: 0.282, green: 0.357, blue: 0.302, alpha: 1) + + /** + 狼烟灰 + #6120799 + red: 0.365, green: 0.396, blue: 0.373, alpha: 1 + */ + static let 狼烟灰 = #colorLiteral(red: 0.365, green: 0.396, blue: 0.373, alpha: 1) + + /** + 瓦松绿 + #7244660 + red: 0.431, green: 0.545, blue: 0.455, alpha: 1 + */ + static let 瓦松绿 = #colorLiteral(red: 0.431, green: 0.545, blue: 0.455, alpha: 1) + + /** + 槲寄生绿 + #2830636 + red: 0.169, green: 0.192, blue: 0.173, alpha: 1 + */ + static let 槲寄生绿 = #colorLiteral(red: 0.169, green: 0.192, blue: 0.173, alpha: 1) + + /** + 淡翠绿 + #13033416 + red: 0.776, green: 0.875, blue: 0.784, alpha: 1 + */ + static let 淡翠绿 = #colorLiteral(red: 0.776, green: 0.875, blue: 0.784, alpha: 1) + + /** + 玉髓绿 + #4305737 + red: 0.255, green: 0.702, blue: 0.286, alpha: 1 + */ + static let 玉髓绿 = #colorLiteral(red: 0.255, green: 0.702, blue: 0.286, alpha: 1) + + /** + 鲜绿 + #4436548 + red: 0.263, green: 0.698, blue: 0.267, alpha: 1 + */ + static let 鲜绿 = #colorLiteral(red: 0.263, green: 0.698, blue: 0.267, alpha: 1) + + /** + 油绿 + #2440484 + red: 0.145, green: 0.239, blue: 0.141, alpha: 1 + */ + static let 油绿 = #colorLiteral(red: 0.145, green: 0.239, blue: 0.141, alpha: 1) + + /** + 宝石绿 + #4304444 + red: 0.255, green: 0.682, blue: 0.235, alpha: 1 + */ + static let 宝石绿 = #colorLiteral(red: 0.255, green: 0.682, blue: 0.235, alpha: 1) + + /** + 嘉陵水绿 + #11392418 + red: 0.678, green: 0.835, blue: 0.635, alpha: 1 + */ + static let 嘉陵水绿 = #colorLiteral(red: 0.678, green: 0.835, blue: 0.635, alpha: 1) + + /** + 田螺绿 + #6186587 + red: 0.369, green: 0.400, blue: 0.357, alpha: 1 + */ + static let 田螺绿 = #colorLiteral(red: 0.369, green: 0.400, blue: 0.357, alpha: 1) + + /** + 水绿 + #9224809 + red: 0.549, green: 0.761, blue: 0.412, alpha: 1 + */ + static let 水绿 = #colorLiteral(red: 0.549, green: 0.761, blue: 0.412, alpha: 1) + + /** + 鹦鹉绿 + #6008355 + red: 0.357, green: 0.682, blue: 0.137, alpha: 1 + */ + static let 鹦鹉绿 = #colorLiteral(red: 0.357, green: 0.682, blue: 0.137, alpha: 1) + + /** + 艾背绿 + #14675157 + red: 0.875, green: 0.925, blue: 0.835, alpha: 1 + */ + static let 艾背绿 = #colorLiteral(red: 0.875, green: 0.925, blue: 0.835, alpha: 1) + + /** + 艾绿 + #13292483 + red: 0.792, green: 0.827, blue: 0.765, alpha: 1 + */ + static let 艾绿 = #colorLiteral(red: 0.792, green: 0.827, blue: 0.765, alpha: 1) + + /** + 镍灰 + #10462106 + red: 0.624, green: 0.639, blue: 0.604, alpha: 1 + */ + static let 镍灰 = #colorLiteral(red: 0.624, green: 0.639, blue: 0.604, alpha: 1) + + /** + 橄榄石绿 + #11718535 + red: 0.698, green: 0.812, blue: 0.529, alpha: 1 + */ + static let 橄榄石绿 = #colorLiteral(red: 0.698, green: 0.812, blue: 0.529, alpha: 1) + + /** + 芽绿 + #9880142 + red: 0.588, green: 0.761, blue: 0.306, alpha: 1 + */ + static let 芽绿 = #colorLiteral(red: 0.588, green: 0.761, blue: 0.306, alpha: 1) + + /** + 嫩菊绿 + #15791589 + red: 0.941, green: 0.961, blue: 0.898, alpha: 1 + */ + static let 嫩菊绿 = #colorLiteral(red: 0.941, green: 0.961, blue: 0.898, alpha: 1) + + /** + 芦苇绿 + #12046458 + red: 0.718, green: 0.816, blue: 0.478, alpha: 1 + */ + static let 芦苇绿 = #colorLiteral(red: 0.718, green: 0.816, blue: 0.478, alpha: 1) + + /** + 姚黄 + #13688490 + red: 0.816, green: 0.871, blue: 0.667, alpha: 1 + */ + static let 姚黄 = #colorLiteral(red: 0.816, green: 0.871, blue: 0.667, alpha: 1) + + /** + 蒽油绿 + #3618868 + red: 0.216, green: 0.220, blue: 0.204, alpha: 1 + */ + static let 蒽油绿 = #colorLiteral(red: 0.216, green: 0.220, blue: 0.204, alpha: 1) + + /** + 苹果绿 + #12242789 + red: 0.729, green: 0.812, blue: 0.396, alpha: 1 + */ + static let 苹果绿 = #colorLiteral(red: 0.729, green: 0.812, blue: 0.396, alpha: 1) + + /** + 海沬绿 + #14870463 + red: 0.886, green: 0.906, blue: 0.749, alpha: 1 + */ + static let 海沬绿 = #colorLiteral(red: 0.886, green: 0.906, blue: 0.749, alpha: 1) + + /** + 橄榄黄绿 + #12503350 + red: 0.745, green: 0.788, blue: 0.212, alpha: 1 + */ + static let 橄榄黄绿 = #colorLiteral(red: 0.745, green: 0.788, blue: 0.212, alpha: 1) + + /** + 槐花黄绿 + #13818234 + red: 0.824, green: 0.851, blue: 0.478, alpha: 1 + */ + static let 槐花黄绿 = #colorLiteral(red: 0.824, green: 0.851, blue: 0.478, alpha: 1) + + /** + 蝶黄 + #14866505 + red: 0.886, green: 0.847, blue: 0.286, alpha: 1 + */ + static let 蝶黄 = #colorLiteral(red: 0.886, green: 0.847, blue: 0.286, alpha: 1) + + /** + 象牙白 + #16776952 + red: 1.000, green: 0.996, blue: 0.973, alpha: 1 + */ + static let 象牙白 = #colorLiteral(red: 1.000, green: 0.996, blue: 0.973, alpha: 1) + + /** + 橄榄绿 + #6181652 + red: 0.369, green: 0.325, blue: 0.078, alpha: 1 + */ + static let 橄榄绿 = #colorLiteral(red: 0.369, green: 0.325, blue: 0.078, alpha: 1) + + /** + 雪白 + #16776953 + red: 1.000, green: 0.996, blue: 0.976, alpha: 1 + */ + static let 雪白 = #colorLiteral(red: 1.000, green: 0.996, blue: 0.976, alpha: 1) + + /** + 淡灰绿 + #11378271 + red: 0.678, green: 0.620, blue: 0.373, alpha: 1 + */ + static let 淡灰绿 = #colorLiteral(red: 0.678, green: 0.620, blue: 0.373, alpha: 1) + + /** + 佛手黄 + #16701210 + red: 0.996, green: 0.843, blue: 0.102, alpha: 1 + */ + static let 佛手黄 = #colorLiteral(red: 0.996, green: 0.843, blue: 0.102, alpha: 1) + + /** + 乳白 + #16381148 + red: 0.976, green: 0.957, blue: 0.863, alpha: 1 + */ + static let 乳白 = #colorLiteral(red: 0.976, green: 0.957, blue: 0.863, alpha: 1) + + /** + 香蕉黄 + #14991121 + red: 0.894, green: 0.749, blue: 0.067, alpha: 1 + */ + static let 香蕉黄 = #colorLiteral(red: 0.894, green: 0.749, blue: 0.067, alpha: 1) + + /** + 新禾绿 + #13807894 + red: 0.824, green: 0.694, blue: 0.086, alpha: 1 + */ + static let 新禾绿 = #colorLiteral(red: 0.824, green: 0.694, blue: 0.086, alpha: 1) + + /** + 油菜花黄 + #16505409 + red: 0.984, green: 0.855, blue: 0.255, alpha: 1 + */ + static let 油菜花黄 = #colorLiteral(red: 0.984, green: 0.855, blue: 0.255, alpha: 1) + + /** + 秋葵黄 + #15650885 + red: 0.933, green: 0.816, blue: 0.271, alpha: 1 + */ + static let 秋葵黄 = #colorLiteral(red: 0.933, green: 0.816, blue: 0.271, alpha: 1) + + /** + 柚黄 + #15845911 + red: 0.945, green: 0.792, blue: 0.090, alpha: 1 + */ + static let 柚黄 = #colorLiteral(red: 0.945, green: 0.792, blue: 0.090, alpha: 1) + + /** + 草黄 + #13808684 + red: 0.824, green: 0.706, blue: 0.173, alpha: 1 + */ + static let 草黄 = #colorLiteral(red: 0.824, green: 0.706, blue: 0.173, alpha: 1) + + /** + 硫华黄 + #15912491 + red: 0.949, green: 0.808, blue: 0.169, alpha: 1 + */ + static let 硫华黄 = #colorLiteral(red: 0.949, green: 0.808, blue: 0.169, alpha: 1) + + /** + 姜黄 + #14860327 + red: 0.886, green: 0.753, blue: 0.153, alpha: 1 + */ + static let 姜黄 = #colorLiteral(red: 0.886, green: 0.753, blue: 0.153, alpha: 1) + + /** + 潭水绿 + #6576162 + red: 0.392, green: 0.345, blue: 0.133, alpha: 1 + */ + static let 潭水绿 = #colorLiteral(red: 0.392, green: 0.345, blue: 0.133, alpha: 1) + + /** + 金瓜黄 + #16568855 + red: 0.988, green: 0.824, blue: 0.090, alpha: 1 + */ + static let 金瓜黄 = #colorLiteral(red: 0.988, green: 0.824, blue: 0.090, alpha: 1) + + /** + 麦秆黄 + #16310128 + red: 0.973, green: 0.875, blue: 0.439, alpha: 1 + */ + static let 麦秆黄 = #colorLiteral(red: 0.973, green: 0.875, blue: 0.439, alpha: 1) + + /** + 蒿黄 + #14664259 + red: 0.875, green: 0.761, blue: 0.263, alpha: 1 + */ + static let 蒿黄 = #colorLiteral(red: 0.875, green: 0.761, blue: 0.263, alpha: 1) + + /** + 茉莉黄 + #16310130 + red: 0.973, green: 0.875, blue: 0.447, alpha: 1 + */ + static let 茉莉黄 = #colorLiteral(red: 0.973, green: 0.875, blue: 0.447, alpha: 1) + + /** + 藤黄 + #16765201 + red: 1.000, green: 0.820, blue: 0.067, alpha: 1 + */ + static let 藤黄 = #colorLiteral(red: 1.000, green: 0.820, blue: 0.067, alpha: 1) + + /** + 芒果黄 + #14534769 + red: 0.867, green: 0.784, blue: 0.443, alpha: 1 + */ + static let 芒果黄 = #colorLiteral(red: 0.867, green: 0.784, blue: 0.443, alpha: 1) + + /** + 海参灰 + #16776954 + red: 1.000, green: 0.996, blue: 0.980, alpha: 1 + */ + static let 海参灰 = #colorLiteral(red: 1.000, green: 0.996, blue: 0.980, alpha: 1) + + /** + 碧螺春绿 + #8810520 + red: 0.525, green: 0.439, blue: 0.094, alpha: 1 + */ + static let 碧螺春绿 = #colorLiteral(red: 0.525, green: 0.439, blue: 0.094, alpha: 1) + + /** + 苔绿 + #8942370 + red: 0.533, green: 0.451, blue: 0.133, alpha: 1 + */ + static let 苔绿 = #colorLiteral(red: 0.533, green: 0.451, blue: 0.133, alpha: 1) + + /** + 柠檬黄 + #16569143 + red: 0.988, green: 0.827, blue: 0.216, alpha: 1 + */ + static let 柠檬黄 = #colorLiteral(red: 0.988, green: 0.827, blue: 0.216, alpha: 1) + + /** + 草灰绿 + #9338955 + red: 0.557, green: 0.502, blue: 0.294, alpha: 1 + */ + static let 草灰绿 = #colorLiteral(red: 0.557, green: 0.502, blue: 0.294, alpha: 1) + + /** + 向日葵黄 + #16698385 + red: 0.996, green: 0.800, blue: 0.067, alpha: 1 + */ + static let 向日葵黄 = #colorLiteral(red: 0.996, green: 0.800, blue: 0.067, alpha: 1) + + /** + 素馨黄 + #16567062 + red: 0.988, green: 0.796, blue: 0.086, alpha: 1 + */ + static let 素馨黄 = #colorLiteral(red: 0.988, green: 0.796, blue: 0.086, alpha: 1) + + /** + 乳鸭黄 + #16763148 + red: 1.000, green: 0.788, blue: 0.047, alpha: 1 + */ + static let 乳鸭黄 = #colorLiteral(red: 1.000, green: 0.788, blue: 0.047, alpha: 1) + + /** + 月灰 + #12037775 + red: 0.718, green: 0.682, blue: 0.561, alpha: 1 + */ + static let 月灰 = #colorLiteral(red: 0.718, green: 0.682, blue: 0.561, alpha: 1) + + /** + 葵扇黄 + #16308330 + red: 0.973, green: 0.847, blue: 0.416, alpha: 1 + */ + static let 葵扇黄 = #colorLiteral(red: 0.973, green: 0.847, blue: 0.416, alpha: 1) + + /** + 大豆黄 + #16502065 + red: 0.984, green: 0.804, blue: 0.192, alpha: 1 + */ + static let 大豆黄 = #colorLiteral(red: 0.984, green: 0.804, blue: 0.192, alpha: 1) + + /** + 金盏黄 + #16564999 + red: 0.988, green: 0.765, blue: 0.027, alpha: 1 + */ + static let 金盏黄 = #colorLiteral(red: 0.988, green: 0.765, blue: 0.027, alpha: 1) + + /** + 菊蕾白 + #15326646 + red: 0.914, green: 0.867, blue: 0.714, alpha: 1 + */ + static let 菊蕾白 = #colorLiteral(red: 0.914, green: 0.867, blue: 0.714, alpha: 1) + + /** + 黄连黄 + #16565525 + red: 0.988, green: 0.773, blue: 0.082, alpha: 1 + */ + static let 黄连黄 = #colorLiteral(red: 0.988, green: 0.773, blue: 0.082, alpha: 1) + + /** + 杏仁黄 + #16246954 + red: 0.969, green: 0.910, blue: 0.667, alpha: 1 + */ + static let 杏仁黄 = #colorLiteral(red: 0.969, green: 0.910, blue: 0.667, alpha: 1) + + /** + 谷黄 + #15249412 + red: 0.910, green: 0.690, blue: 0.016, alpha: 1 + */ + static let 谷黄 = #colorLiteral(red: 0.910, green: 0.690, blue: 0.016, alpha: 1) + + /** + 木瓜黄 + #16367894 + red: 0.976, green: 0.757, blue: 0.086, alpha: 1 + */ + static let 木瓜黄 = #colorLiteral(red: 0.976, green: 0.757, blue: 0.086, alpha: 1) + + /** + 淡茧黄 + #16373616 + red: 0.976, green: 0.843, blue: 0.439, alpha: 1 + */ + static let 淡茧黄 = #colorLiteral(red: 0.976, green: 0.843, blue: 0.439, alpha: 1) + + /** + 雅梨黄 + #16500783 + red: 0.984, green: 0.784, blue: 0.184, alpha: 1 + */ + static let 雅梨黄 = #colorLiteral(red: 0.984, green: 0.784, blue: 0.184, alpha: 1) + + /** + 银白 + #15855853 + red: 0.945, green: 0.941, blue: 0.929, alpha: 1 + */ + static let 银白 = #colorLiteral(red: 0.945, green: 0.941, blue: 0.929, alpha: 1) + + /** + 棕榈绿 + #5982483 + red: 0.357, green: 0.286, blue: 0.075, alpha: 1 + */ + static let 棕榈绿 = #colorLiteral(red: 0.357, green: 0.286, blue: 0.075, alpha: 1) + + /** + 鹦鹉冠黄 + #16172080 + red: 0.965, green: 0.769, blue: 0.188, alpha: 1 + */ + static let 鹦鹉冠黄 = #colorLiteral(red: 0.965, green: 0.769, blue: 0.188, alpha: 1) + + /** + 枯绿 + #12029202 + red: 0.718, green: 0.553, blue: 0.071, alpha: 1 + */ + static let 枯绿 = #colorLiteral(red: 0.718, green: 0.553, blue: 0.071, alpha: 1) + + /** + 浅烙黄 + #16366864 + red: 0.976, green: 0.741, blue: 0.063, alpha: 1 + */ + static let 浅烙黄 = #colorLiteral(red: 0.976, green: 0.741, blue: 0.063, alpha: 1) + + /** + 淡密黄 + #16372583 + red: 0.976, green: 0.827, blue: 0.404, alpha: 1 + */ + static let 淡密黄 = #colorLiteral(red: 0.976, green: 0.827, blue: 0.404, alpha: 1) + + /** + 芥黄 + #14263310 + red: 0.851, green: 0.643, blue: 0.055, alpha: 1 + */ + static let 芥黄 = #colorLiteral(red: 0.851, green: 0.643, blue: 0.055, alpha: 1) + + /** + 栀子黄 + #15446285 + red: 0.922, green: 0.694, blue: 0.051, alpha: 1 + */ + static let 栀子黄 = #colorLiteral(red: 0.922, green: 0.694, blue: 0.051, alpha: 1) + + /** + 暗海水绿 + #5785367 + red: 0.345, green: 0.278, blue: 0.090, alpha: 1 + */ + static let 暗海水绿 = #colorLiteral(red: 0.345, green: 0.278, blue: 0.090, alpha: 1) + + /** + 篾黄 + #16244376 + red: 0.969, green: 0.871, blue: 0.596, alpha: 1 + */ + static let 篾黄 = #colorLiteral(red: 0.969, green: 0.871, blue: 0.596, alpha: 1) + + /** + 蚌肉白 + #16380379 + red: 0.976, green: 0.945, blue: 0.859, alpha: 1 + */ + static let 蚌肉白 = #colorLiteral(red: 0.976, green: 0.945, blue: 0.859, alpha: 1) + + /** + 炒米黄 + #16043625 + red: 0.957, green: 0.808, blue: 0.412, alpha: 1 + */ + static let 炒米黄 = #colorLiteral(red: 0.957, green: 0.808, blue: 0.412, alpha: 1) + + /** + 琥珀黄 + #16693767 + red: 0.996, green: 0.729, blue: 0.027, alpha: 1 + */ + static let 琥珀黄 = #colorLiteral(red: 0.996, green: 0.729, blue: 0.027, alpha: 1) + + /** + 灰绿 + #9070867 + red: 0.541, green: 0.412, blue: 0.075, alpha: 1 + */ + static let 灰绿 = #colorLiteral(red: 0.541, green: 0.412, blue: 0.075, alpha: 1) + + /** + 粽叶绿 + #8874008 + red: 0.529, green: 0.408, blue: 0.094, alpha: 1 + */ + static let 粽叶绿 = #colorLiteral(red: 0.529, green: 0.408, blue: 0.094, alpha: 1) + + /** + 尘灰 + #11969654 + red: 0.714, green: 0.643, blue: 0.463, alpha: 1 + */ + static let 尘灰 = #colorLiteral(red: 0.714, green: 0.643, blue: 0.463, alpha: 1) + + /** + 鼬黄 + #16561930 + red: 0.988, green: 0.718, blue: 0.039, alpha: 1 + */ + static let 鼬黄 = #colorLiteral(red: 0.988, green: 0.718, blue: 0.039, alpha: 1) + + /** + 象牙黄 + #15783573 + red: 0.941, green: 0.839, blue: 0.584, alpha: 1 + */ + static let 象牙黄 = #colorLiteral(red: 0.941, green: 0.839, blue: 0.584, alpha: 1) + + /** + 鲛青 + #8876606 + red: 0.529, green: 0.447, blue: 0.243, alpha: 1 + */ + static let 鲛青 = #colorLiteral(red: 0.529, green: 0.447, blue: 0.243, alpha: 1) + + /** + 豆汁黄 + #16312513 + red: 0.973, green: 0.910, blue: 0.757, alpha: 1 + */ + static let 豆汁黄 = #colorLiteral(red: 0.973, green: 0.910, blue: 0.757, alpha: 1) + + /** + 土黄 + #14065693 + red: 0.839, green: 0.627, blue: 0.114, alpha: 1 + */ + static let 土黄 = #colorLiteral(red: 0.839, green: 0.627, blue: 0.114, alpha: 1) + + /** + 香水玫瑰黄 + #16243348 + red: 0.969, green: 0.855, blue: 0.580, alpha: 1 + */ + static let 香水玫瑰黄 = #colorLiteral(red: 0.969, green: 0.855, blue: 0.580, alpha: 1) + + /** + 虎皮黄 + #15379738 + red: 0.918, green: 0.678, blue: 0.102, alpha: 1 + */ + static let 虎皮黄 = #colorLiteral(red: 0.918, green: 0.678, blue: 0.102, alpha: 1) + + /** + 鸡蛋黄 + #16496146 + red: 0.984, green: 0.714, blue: 0.071, alpha: 1 + */ + static let 鸡蛋黄 = #colorLiteral(red: 0.984, green: 0.714, blue: 0.071, alpha: 1) + + /** + 银鼠灰 + #11905680 + red: 0.710, green: 0.667, blue: 0.565, alpha: 1 + */ + static let 银鼠灰 = #colorLiteral(red: 0.710, green: 0.667, blue: 0.565, alpha: 1) + + /** + 鱼肚白 + #16250093 + red: 0.969, green: 0.957, blue: 0.929, alpha: 1 + */ + static let 鱼肚白 = #colorLiteral(red: 0.969, green: 0.957, blue: 0.929, alpha: 1) + + /** + 初熟杏黄 + #16301105 + red: 0.973, green: 0.737, blue: 0.192, alpha: 1 + */ + static let 初熟杏黄 = #colorLiteral(red: 0.973, green: 0.737, blue: 0.192, alpha: 1) + + /** + 山鸡黄 + #12028710 + red: 0.718, green: 0.545, blue: 0.149, alpha: 1 + */ + static let 山鸡黄 = #colorLiteral(red: 0.718, green: 0.545, blue: 0.149, alpha: 1) + + /** + 莲子白 + #15061930 + red: 0.898, green: 0.827, blue: 0.667, alpha: 1 + */ + static let 莲子白 = #colorLiteral(red: 0.898, green: 0.827, blue: 0.667, alpha: 1) + + /** + 蟹壳灰 + #6905413 + red: 0.412, green: 0.369, blue: 0.271, alpha: 1 + */ + static let 蟹壳灰 = #colorLiteral(red: 0.412, green: 0.369, blue: 0.271, alpha: 1) + + /** + 沙石黄 + #15054673 + red: 0.898, green: 0.718, blue: 0.318, alpha: 1 + */ + static let 沙石黄 = #colorLiteral(red: 0.898, green: 0.718, blue: 0.318, alpha: 1) + + /** + 甘草黄 + #15974220 + red: 0.953, green: 0.749, blue: 0.298, alpha: 1 + */ + static let 甘草黄 = #colorLiteral(red: 0.953, green: 0.749, blue: 0.298, alpha: 1) + + /** + 燕羽灰 + #6839880 + red: 0.408, green: 0.369, blue: 0.282, alpha: 1 + */ + static let 燕羽灰 = #colorLiteral(red: 0.408, green: 0.369, blue: 0.282, alpha: 1) + + /** + 鹅掌黄 + #16496937 + red: 0.984, green: 0.725, blue: 0.161, alpha: 1 + */ + static let 鹅掌黄 = #colorLiteral(red: 0.984, green: 0.725, blue: 0.161, alpha: 1) + + /** + 麦芽糖黄 + #16372349 + red: 0.976, green: 0.824, blue: 0.490, alpha: 1 + */ + static let 麦芽糖黄 = #colorLiteral(red: 0.976, green: 0.824, blue: 0.490, alpha: 1) + + /** + 浅驼色 + #14860668 + red: 0.886, green: 0.757, blue: 0.486, alpha: 1 + */ + static let 浅驼色 = #colorLiteral(red: 0.886, green: 0.757, blue: 0.486, alpha: 1) + + /** + 百灵鸟灰 + #11839890 + red: 0.706, green: 0.663, blue: 0.573, alpha: 1 + */ + static let 百灵鸟灰 = #colorLiteral(red: 0.706, green: 0.663, blue: 0.573, alpha: 1) + + /** + 酪黄 + #16178861 + red: 0.965, green: 0.871, blue: 0.678, alpha: 1 + */ + static let 酪黄 = #colorLiteral(red: 0.965, green: 0.871, blue: 0.678, alpha: 1) + + /** + 荔肉白 + #15918798 + red: 0.949, green: 0.902, blue: 0.808, alpha: 1 + */ + static let 荔肉白 = #colorLiteral(red: 0.949, green: 0.902, blue: 0.808, alpha: 1) + + /** + 淡肉色 + #16310448 + red: 0.973, green: 0.878, blue: 0.690, alpha: 1 + */ + static let 淡肉色 = #colorLiteral(red: 0.973, green: 0.878, blue: 0.690, alpha: 1) + + /** + 河豚灰 + #3749683 + red: 0.224, green: 0.216, blue: 0.200, alpha: 1 + */ + static let 河豚灰 = #colorLiteral(red: 0.224, green: 0.216, blue: 0.200, alpha: 1) + + /** + 蜴蜊绿 + #8609309 + red: 0.514, green: 0.369, blue: 0.114, alpha: 1 + */ + static let 蜴蜊绿 = #colorLiteral(red: 0.514, green: 0.369, blue: 0.114, alpha: 1) + + /** + 汉白玉 + #16315629 + red: 0.973, green: 0.957, blue: 0.929, alpha: 1 + */ + static let 汉白玉 = #colorLiteral(red: 0.973, green: 0.957, blue: 0.929, alpha: 1) + + /** + 橙皮黄 + #16556292 + red: 0.988, green: 0.631, blue: 0.016, alpha: 1 + */ + static let 橙皮黄 = #colorLiteral(red: 0.988, green: 0.631, blue: 0.016, alpha: 1) + + /** + 莱阳梨黄 + #8478501 + red: 0.506, green: 0.373, blue: 0.145, alpha: 1 + */ + static let 莱阳梨黄 = #colorLiteral(red: 0.506, green: 0.373, blue: 0.145, alpha: 1) + + /** + 枇杷黄 + #16556294 + red: 0.988, green: 0.631, blue: 0.024, alpha: 1 + */ + static let 枇杷黄 = #colorLiteral(red: 0.988, green: 0.631, blue: 0.024, alpha: 1) + + /** + 金叶黄 + #16754191 + red: 1.000, green: 0.651, blue: 0.059, alpha: 1 + */ + static let 金叶黄 = #colorLiteral(red: 1.000, green: 0.651, blue: 0.059, alpha: 1) + + /** + 苍黄 + #8414002 + red: 0.502, green: 0.388, blue: 0.196, alpha: 1 + */ + static let 苍黄 = #colorLiteral(red: 0.502, green: 0.388, blue: 0.196, alpha: 1) + + /** + 粉白 + #16511715 + red: 0.984, green: 0.949, blue: 0.890, alpha: 1 + */ + static let 粉白 = #colorLiteral(red: 0.984, green: 0.949, blue: 0.890, alpha: 1) + + /** + 淡橘橙 + #16491540 + red: 0.984, green: 0.643, blue: 0.078, alpha: 1 + */ + static let 淡橘橙 = #colorLiteral(red: 0.984, green: 0.643, blue: 0.078, alpha: 1) + + /** + 珍珠灰 + #14999511 + red: 0.894, green: 0.875, blue: 0.843, alpha: 1 + */ + static let 珍珠灰 = #colorLiteral(red: 0.894, green: 0.875, blue: 0.843, alpha: 1) + + /** + 龟背黄 + #8547144 + red: 0.510, green: 0.420, blue: 0.282, alpha: 1 + */ + static let 龟背黄 = #colorLiteral(red: 0.510, green: 0.420, blue: 0.282, alpha: 1) + + /** + 浅灰 + #14341323 + red: 0.855, green: 0.831, blue: 0.796, alpha: 1 + */ + static let 浅灰 = #colorLiteral(red: 0.855, green: 0.831, blue: 0.796, alpha: 1) + + /** + 铅灰 + #12301740 + red: 0.733, green: 0.710, blue: 0.675, alpha: 1 + */ + static let 铅灰 = #colorLiteral(red: 0.733, green: 0.710, blue: 0.675, alpha: 1) + + /** + 中灰 + #12301740 + red: 0.733, green: 0.710, blue: 0.675, alpha: 1 + */ + static let 中灰 = #colorLiteral(red: 0.733, green: 0.710, blue: 0.675, alpha: 1) + + /** + 雄黄 + #16750848 + red: 1.000, green: 0.600, blue: 0.000, alpha: 1 + */ + static let 雄黄 = #colorLiteral(red: 1.000, green: 0.600, blue: 0.000, alpha: 1) + + /** + 蜜黄 + #16496983 + red: 0.984, green: 0.725, blue: 0.341, alpha: 1 + */ + static let 蜜黄 = #colorLiteral(red: 0.984, green: 0.725, blue: 0.341, alpha: 1) + + /** + 风帆黄 + #14455075 + red: 0.863, green: 0.569, blue: 0.137, alpha: 1 + */ + static let 风帆黄 = #colorLiteral(red: 0.863, green: 0.569, blue: 0.137, alpha: 1) + + /** + 桂皮淡棕 + #12620625 + red: 0.753, green: 0.576, blue: 0.318, alpha: 1 + */ + static let 桂皮淡棕 = #colorLiteral(red: 0.753, green: 0.576, blue: 0.318, alpha: 1) + + /** + 金莺黄 + #16033850 + red: 0.957, green: 0.659, blue: 0.227, alpha: 1 + */ + static let 金莺黄 = #colorLiteral(red: 0.957, green: 0.659, blue: 0.227, alpha: 1) + + /** + 肉色 + #16236915 + red: 0.969, green: 0.757, blue: 0.451, alpha: 1 + */ + static let 肉色 = #colorLiteral(red: 0.969, green: 0.757, blue: 0.451, alpha: 1) + + /** + 凋叶棕 + #15180351 + red: 0.906, green: 0.635, blue: 0.247, alpha: 1 + */ + static let 凋叶棕 = #colorLiteral(red: 0.906, green: 0.635, blue: 0.247, alpha: 1) + + /** + 古铜绿 + #5454875 + red: 0.325, green: 0.235, blue: 0.106, alpha: 1 + */ + static let 古铜绿 = #colorLiteral(red: 0.325, green: 0.235, blue: 0.106, alpha: 1) + + /** + 落英淡粉 + #16378064 + red: 0.976, green: 0.910, blue: 0.816, alpha: 1 + */ + static let 落英淡粉 = #colorLiteral(red: 0.976, green: 0.910, blue: 0.816, alpha: 1) + + /** + 软木黄 + #14589508 + red: 0.871, green: 0.620, blue: 0.267, alpha: 1 + */ + static let 软木黄 = #colorLiteral(red: 0.871, green: 0.620, blue: 0.267, alpha: 1) + + /** + 瓜瓤粉 + #16370571 + red: 0.976, green: 0.796, blue: 0.545, alpha: 1 + */ + static let 瓜瓤粉 = #colorLiteral(red: 0.976, green: 0.796, blue: 0.545, alpha: 1) + + /** + 榴萼黄 + #16361011 + red: 0.976, green: 0.651, blue: 0.200, alpha: 1 + */ + static let 榴萼黄 = #colorLiteral(red: 0.976, green: 0.651, blue: 0.200, alpha: 1) + + /** + 玳瑁黄 + #14328922 + red: 0.855, green: 0.643, blue: 0.353, alpha: 1 + */ + static let 玳瑁黄 = #colorLiteral(red: 0.855, green: 0.643, blue: 0.353, alpha: 1) + + /** + 焦茶绿 + #5585688 + red: 0.333, green: 0.231, blue: 0.094, alpha: 1 + */ + static let 焦茶绿 = #colorLiteral(red: 0.333, green: 0.231, blue: 0.094, alpha: 1) + + /** + 蟹壳绿 + #5323808 + red: 0.318, green: 0.235, blue: 0.125, alpha: 1 + */ + static let 蟹壳绿 = #colorLiteral(red: 0.318, green: 0.235, blue: 0.125, alpha: 1) + + /** + 山鸡褐 + #9987364 + red: 0.596, green: 0.396, blue: 0.141, alpha: 1 + */ + static let 山鸡褐 = #colorLiteral(red: 0.596, green: 0.396, blue: 0.141, alpha: 1) + + /** + 猴毛灰 + #9929836 + red: 0.592, green: 0.518, blue: 0.424, alpha: 1 + */ + static let 猴毛灰 = #colorLiteral(red: 0.592, green: 0.518, blue: 0.424, alpha: 1) + + /** + 鹿角棕 + #14925197 + red: 0.890, green: 0.741, blue: 0.553, alpha: 1 + */ + static let 鹿角棕 = #colorLiteral(red: 0.890, green: 0.741, blue: 0.553, alpha: 1) + + /** + 淡松烟 + #5062704 + red: 0.302, green: 0.251, blue: 0.188, alpha: 1 + */ + static let 淡松烟 = #colorLiteral(red: 0.302, green: 0.251, blue: 0.188, alpha: 1) + + /** + 万寿菊黄 + #16485125 + red: 0.984, green: 0.545, blue: 0.020, alpha: 1 + */ + static let 万寿菊黄 = #colorLiteral(red: 0.984, green: 0.545, blue: 0.020, alpha: 1) + + /** + 蛋壳黄 + #16302983 + red: 0.973, green: 0.765, blue: 0.529, alpha: 1 + */ + static let 蛋壳黄 = #colorLiteral(red: 0.973, green: 0.765, blue: 0.529, alpha: 1) + + /** + 杏黄 + #15896086 + red: 0.949, green: 0.557, blue: 0.086, alpha: 1 + */ + static let 杏黄 = #colorLiteral(red: 0.949, green: 0.557, blue: 0.086, alpha: 1) + + /** + 橄榄灰 + #5258794 + red: 0.314, green: 0.243, blue: 0.165, alpha: 1 + */ + static let 橄榄灰 = #colorLiteral(red: 0.314, green: 0.243, blue: 0.165, alpha: 1) + + /** + 鹤灰 + #4866101 + red: 0.290, green: 0.251, blue: 0.208, alpha: 1 + */ + static let 鹤灰 = #colorLiteral(red: 0.290, green: 0.251, blue: 0.208, alpha: 1) + + /** + 玛瑙灰 + #13618377 + red: 0.812, green: 0.800, blue: 0.788, alpha: 1 + */ + static let 玛瑙灰 = #colorLiteral(red: 0.812, green: 0.800, blue: 0.788, alpha: 1) + + /** + 淡银灰 + #12694179 + red: 0.757, green: 0.698, blue: 0.639, alpha: 1 + */ + static let 淡银灰 = #colorLiteral(red: 0.757, green: 0.698, blue: 0.639, alpha: 1) + + /** + 瓦灰 + #8814198 + red: 0.525, green: 0.494, blue: 0.463, alpha: 1 + */ + static let 瓦灰 = #colorLiteral(red: 0.525, green: 0.494, blue: 0.463, alpha: 1) + + /** + 夜灰 + #8682612 + red: 0.518, green: 0.486, blue: 0.455, alpha: 1 + */ + static let 夜灰 = #colorLiteral(red: 0.518, green: 0.486, blue: 0.455, alpha: 1) + + /** + 北瓜黄 + #16550947 + red: 0.988, green: 0.549, blue: 0.137, alpha: 1 + */ + static let 北瓜黄 = #colorLiteral(red: 0.988, green: 0.549, blue: 0.137, alpha: 1) + + /** + 荷花白 + #16510174 + red: 0.984, green: 0.925, blue: 0.871, alpha: 1 + */ + static let 荷花白 = #colorLiteral(red: 0.984, green: 0.925, blue: 0.871, alpha: 1) + + /** + 松鼠灰 + #5193778 + red: 0.310, green: 0.251, blue: 0.196, alpha: 1 + */ + static let 松鼠灰 = #colorLiteral(red: 0.310, green: 0.251, blue: 0.196, alpha: 1) + + /** + 淡米粉 + #16510690 + red: 0.984, green: 0.933, blue: 0.886, alpha: 1 + */ + static let 淡米粉 = #colorLiteral(red: 0.984, green: 0.933, blue: 0.886, alpha: 1) + + /** + 深灰 + #8484718 + red: 0.506, green: 0.467, blue: 0.431, alpha: 1 + */ + static let 深灰 = #colorLiteral(red: 0.506, green: 0.467, blue: 0.431, alpha: 1) + + /** + 海鸥灰 + #10127480 + red: 0.604, green: 0.533, blue: 0.471, alpha: 1 + */ + static let 海鸥灰 = #colorLiteral(red: 0.604, green: 0.533, blue: 0.471, alpha: 1) + + /** + 茶褐 + #6110497 + red: 0.365, green: 0.239, blue: 0.129, alpha: 1 + */ + static let 茶褐 = #colorLiteral(red: 0.365, green: 0.239, blue: 0.129, alpha: 1) + + /** + 驼色 + #6702634 + red: 0.400, green: 0.275, blue: 0.165, alpha: 1 + */ + static let 驼色 = #colorLiteral(red: 0.400, green: 0.275, blue: 0.165, alpha: 1) + + /** + 银灰 + #9535602 + red: 0.569, green: 0.502, blue: 0.447, alpha: 1 + */ + static let 银灰 = #colorLiteral(red: 0.569, green: 0.502, blue: 0.447, alpha: 1) + + /** + 鹿皮褐 + #14258518 + red: 0.851, green: 0.569, blue: 0.337, alpha: 1 + */ + static let 鹿皮褐 = #colorLiteral(red: 0.851, green: 0.569, blue: 0.337, alpha: 1) + + /** + 槟榔综 + #12674330 + red: 0.757, green: 0.396, blue: 0.102, alpha: 1 + */ + static let 槟榔综 = #colorLiteral(red: 0.757, green: 0.396, blue: 0.102, alpha: 1) + + /** + 晓灰 + #13943991 + red: 0.831, green: 0.769, blue: 0.718, alpha: 1 + */ + static let 晓灰 = #colorLiteral(red: 0.831, green: 0.769, blue: 0.718, alpha: 1) + + /** + 淡赭 + #12484170 + red: 0.745, green: 0.494, blue: 0.290, alpha: 1 + */ + static let 淡赭 = #colorLiteral(red: 0.745, green: 0.494, blue: 0.290, alpha: 1) + + /** + 古铜褐 + #6043417 + red: 0.361, green: 0.216, blue: 0.098, alpha: 1 + */ + static let 古铜褐 = #colorLiteral(red: 0.361, green: 0.216, blue: 0.098, alpha: 1) + + /** + 麂棕 + #14579234 + red: 0.871, green: 0.463, blue: 0.133, alpha: 1 + */ + static let 麂棕 = #colorLiteral(red: 0.871, green: 0.463, blue: 0.133, alpha: 1) + + /** + 醉瓜肉 + #14386496 + red: 0.859, green: 0.522, blue: 0.251, alpha: 1 + */ + static let 醉瓜肉 = #colorLiteral(red: 0.859, green: 0.522, blue: 0.251, alpha: 1) + + /** + 雁灰 + #8418926 + red: 0.502, green: 0.463, blue: 0.431, alpha: 1 + */ + static let 雁灰 = #colorLiteral(red: 0.502, green: 0.463, blue: 0.431, alpha: 1) + + /** + 鲑鱼红 + #15768666 + red: 0.941, green: 0.612, blue: 0.353, alpha: 1 + */ + static let 鲑鱼红 = #colorLiteral(red: 0.941, green: 0.612, blue: 0.353, alpha: 1) + + /** + 橘橙 + #16350492 + red: 0.976, green: 0.490, blue: 0.110, alpha: 1 + */ + static let 橘橙 = #colorLiteral(red: 0.976, green: 0.490, blue: 0.110, alpha: 1) + + /** + 金黄 + #15887135 + red: 0.949, green: 0.420, blue: 0.122, alpha: 1 + */ + static let 金黄 = #colorLiteral(red: 0.949, green: 0.420, blue: 0.122, alpha: 1) + + /** + 玫瑰粉 + #16298879 + red: 0.973, green: 0.702, blue: 0.498, alpha: 1 + */ + static let 玫瑰粉 = #colorLiteral(red: 0.973, green: 0.702, blue: 0.498, alpha: 1) + + /** + 美人焦橙 + #16416291 + red: 0.980, green: 0.494, blue: 0.137, alpha: 1 + */ + static let 美人焦橙 = #colorLiteral(red: 0.980, green: 0.494, blue: 0.137, alpha: 1) + + /** + 米色 + #16378317 + red: 0.976, green: 0.914, blue: 0.804, alpha: 1 + */ + static let 米色 = #colorLiteral(red: 0.976, green: 0.914, blue: 0.804, alpha: 1) + + /** + 蛛网灰 + #12034193 + red: 0.718, green: 0.627, blue: 0.569, alpha: 1 + */ + static let 蛛网灰 = #colorLiteral(red: 0.718, green: 0.627, blue: 0.569, alpha: 1) + + /** + 淡咖啡 + #9721907 + red: 0.580, green: 0.345, blue: 0.200, alpha: 1 + */ + static let 淡咖啡 = #colorLiteral(red: 0.580, green: 0.345, blue: 0.200, alpha: 1) + + /** + 海螺橙 + #15766621 + red: 0.941, green: 0.580, blue: 0.365, alpha: 1 + */ + static let 海螺橙 = #colorLiteral(red: 0.941, green: 0.580, blue: 0.365, alpha: 1) + + /** + 岩石棕 + #9850146 + red: 0.588, green: 0.302, blue: 0.133, alpha: 1 + */ + static let 岩石棕 = #colorLiteral(red: 0.588, green: 0.302, blue: 0.133, alpha: 1) + + /** + 芒果棕 + #9782294 + red: 0.584, green: 0.267, blue: 0.086, alpha: 1 + */ + static let 芒果棕 = #colorLiteral(red: 0.584, green: 0.267, blue: 0.086, alpha: 1) + + /** + 陶瓷红 + #14772003 + red: 0.882, green: 0.404, blue: 0.137, alpha: 1 + */ + static let 陶瓷红 = #colorLiteral(red: 0.882, green: 0.404, blue: 0.137, alpha: 1) + + /** + 菠萝红 + #16546096 + red: 0.988, green: 0.475, blue: 0.188, alpha: 1 + */ + static let 菠萝红 = #colorLiteral(red: 0.988, green: 0.475, blue: 0.188, alpha: 1) + + /** + 余烬红 + #13595971 + red: 0.812, green: 0.459, blue: 0.263, alpha: 1 + */ + static let 余烬红 = #colorLiteral(red: 0.812, green: 0.459, blue: 0.263, alpha: 1) + + /** + 金莲花橙 + #16280349 + red: 0.973, green: 0.420, blue: 0.114, alpha: 1 + */ + static let 金莲花橙 = #colorLiteral(red: 0.973, green: 0.420, blue: 0.114, alpha: 1) + + /** + 火砖红 + #13460007 + red: 0.804, green: 0.384, blue: 0.153, alpha: 1 + */ + static let 火砖红 = #colorLiteral(red: 0.804, green: 0.384, blue: 0.153, alpha: 1) + + /** + 初桃粉红 + #16178382 + red: 0.965, green: 0.863, blue: 0.808, alpha: 1 + */ + static let 初桃粉红 = #colorLiteral(red: 0.965, green: 0.863, blue: 0.808, alpha: 1) + + /** + 铁棕 + #14178582 + red: 0.847, green: 0.349, blue: 0.086, alpha: 1 + */ + static let 铁棕 = #colorLiteral(red: 0.847, green: 0.349, blue: 0.086, alpha: 1) + + /** + 介壳淡粉红 + #16240570 + red: 0.969, green: 0.812, blue: 0.729, alpha: 1 + */ + static let 介壳淡粉红 = #colorLiteral(red: 0.969, green: 0.812, blue: 0.729, alpha: 1) + + /** + 蟹壳红 + #15889973 + red: 0.949, green: 0.463, blue: 0.208, alpha: 1 + */ + static let 蟹壳红 = #colorLiteral(red: 0.949, green: 0.463, blue: 0.208, alpha: 1) + + /** + 金驼 + #14968872 + red: 0.894, green: 0.408, blue: 0.157, alpha: 1 + */ + static let 金驼 = #colorLiteral(red: 0.894, green: 0.408, blue: 0.157, alpha: 1) + + /** + 燕颔红 + #16540437 + red: 0.988, green: 0.388, blue: 0.082, alpha: 1 + */ + static let 燕颔红 = #colorLiteral(red: 0.988, green: 0.388, blue: 0.082, alpha: 1) + + /** + 淡可可棕 + #12013853 + red: 0.718, green: 0.318, blue: 0.114, alpha: 1 + */ + static let 淡可可棕 = #colorLiteral(red: 0.718, green: 0.318, blue: 0.114, alpha: 1) + + /** + 晨曦红 + #15370584 + red: 0.918, green: 0.537, blue: 0.345, alpha: 1 + */ + static let 晨曦红 = #colorLiteral(red: 0.918, green: 0.537, blue: 0.345, alpha: 1) + + /** + 玉粉红 + #15250586 + red: 0.910, green: 0.706, blue: 0.604, alpha: 1 + */ + static let 玉粉红 = #colorLiteral(red: 0.910, green: 0.706, blue: 0.604, alpha: 1) + + /** + 野蔷薇红 + #16488808 + red: 0.984, green: 0.600, blue: 0.408, alpha: 1 + */ + static let 野蔷薇红 = #colorLiteral(red: 0.984, green: 0.600, blue: 0.408, alpha: 1) + + /** + 藕荷 + #15582126 + red: 0.929, green: 0.765, blue: 0.682, alpha: 1 + */ + static let 藕荷 = #colorLiteral(red: 0.929, green: 0.765, blue: 0.682, alpha: 1) + + /** + 长石灰 + #3552307 + red: 0.212, green: 0.204, blue: 0.200, alpha: 1 + */ + static let 长石灰 = #colorLiteral(red: 0.212, green: 0.204, blue: 0.200, alpha: 1) + + /** + 中红灰 + #9134413 + red: 0.545, green: 0.380, blue: 0.302, alpha: 1 + */ + static let 中红灰 = #colorLiteral(red: 0.545, green: 0.380, blue: 0.302, alpha: 1) + + /** + 火泥棕 + #11168332 + red: 0.667, green: 0.416, blue: 0.298, alpha: 1 + */ + static let 火泥棕 = #colorLiteral(red: 0.667, green: 0.416, blue: 0.298, alpha: 1) + + /** + 绀红 + #10900012 + red: 0.651, green: 0.322, blue: 0.173, alpha: 1 + */ + static let 绀红 = #colorLiteral(red: 0.651, green: 0.322, blue: 0.173, alpha: 1) + + /** + 莓酱红 + #16407833 + red: 0.980, green: 0.365, blue: 0.098, alpha: 1 + */ + static let 莓酱红 = #colorLiteral(red: 0.980, green: 0.365, blue: 0.098, alpha: 1) + + /** + 丁香棕 + #7419421 + red: 0.443, green: 0.212, blue: 0.114, alpha: 1 + */ + static let 丁香棕 = #colorLiteral(red: 0.443, green: 0.212, blue: 0.114, alpha: 1) + + /** + 淡玫瑰灰 + #12096645 + red: 0.722, green: 0.580, blue: 0.522, alpha: 1 + */ + static let 淡玫瑰灰 = #colorLiteral(red: 0.722, green: 0.580, blue: 0.522, alpha: 1) + + /** + 瓜瓤红 + #16157792 + red: 0.965, green: 0.549, blue: 0.376, alpha: 1 + */ + static let 瓜瓤红 = #colorLiteral(red: 0.965, green: 0.549, blue: 0.376, alpha: 1) + + /** + 淡藏花红 + #16166287 + red: 0.965, green: 0.678, blue: 0.561, alpha: 1 + */ + static let 淡藏花红 = #colorLiteral(red: 0.965, green: 0.678, blue: 0.561, alpha: 1) + + /** + 筍皮棕 + #7548434 + red: 0.451, green: 0.180, blue: 0.071, alpha: 1 + */ + static let 筍皮棕 = #colorLiteral(red: 0.451, green: 0.180, blue: 0.071, alpha: 1) + + /** + 润红 + #16240060 + red: 0.969, green: 0.804, blue: 0.737, alpha: 1 + */ + static let 润红 = #colorLiteral(red: 0.969, green: 0.804, blue: 0.737, alpha: 1) + + /** + 龙睛鱼红 + #15688491 + red: 0.937, green: 0.388, blue: 0.169, alpha: 1 + */ + static let 龙睛鱼红 = #colorLiteral(red: 0.937, green: 0.388, blue: 0.169, alpha: 1) + + /** + 淡土黄 + #9194289 + red: 0.549, green: 0.294, blue: 0.192, alpha: 1 + */ + static let 淡土黄 = #colorLiteral(red: 0.549, green: 0.294, blue: 0.192, alpha: 1) + + /** + 珠母灰 + #6572093 + red: 0.392, green: 0.282, blue: 0.239, alpha: 1 + */ + static let 珠母灰 = #colorLiteral(red: 0.392, green: 0.282, blue: 0.239, alpha: 1) + + /** + 芙蓉红 + #16347709 + red: 0.976, green: 0.447, blue: 0.239, alpha: 1 + */ + static let 芙蓉红 = #colorLiteral(red: 0.976, green: 0.447, blue: 0.239, alpha: 1) + + /** + 落霞红 + #13584403 + red: 0.812, green: 0.282, blue: 0.075, alpha: 1 + */ + static let 落霞红 = #colorLiteral(red: 0.812, green: 0.282, blue: 0.075, alpha: 1) + + /** + 法螺红 + #15630421 + red: 0.933, green: 0.502, blue: 0.333, alpha: 1 + */ + static let 法螺红 = #colorLiteral(red: 0.933, green: 0.502, blue: 0.333, alpha: 1) + + /** + 草珠红 + #16313318 + red: 0.973, green: 0.922, blue: 0.902, alpha: 1 + */ + static let 草珠红 = #colorLiteral(red: 0.973, green: 0.922, blue: 0.902, alpha: 1) + + /** + 咖啡 + #7680279 + red: 0.459, green: 0.192, blue: 0.090, alpha: 1 + */ + static let 咖啡 = #colorLiteral(red: 0.459, green: 0.192, blue: 0.090, alpha: 1) + + /** + 中灰驼 + #6307120 + red: 0.376, green: 0.239, blue: 0.188, alpha: 1 + */ + static let 中灰驼 = #colorLiteral(red: 0.376, green: 0.239, blue: 0.188, alpha: 1) + + /** + 椰壳棕 + #8927774 + red: 0.533, green: 0.227, blue: 0.118, alpha: 1 + */ + static let 椰壳棕 = #colorLiteral(red: 0.533, green: 0.227, blue: 0.118, alpha: 1) + + /** + 蟹蝥红 + #11619112 + red: 0.694, green: 0.294, blue: 0.157, alpha: 1 + */ + static let 蟹蝥红 = #colorLiteral(red: 0.694, green: 0.294, blue: 0.157, alpha: 1) + + /** + 淡豆沙 + #8863012 + red: 0.529, green: 0.239, blue: 0.141, alpha: 1 + */ + static let 淡豆沙 = #colorLiteral(red: 0.529, green: 0.239, blue: 0.141, alpha: 1) + + /** + 淡桃红 + #16174785 + red: 0.965, green: 0.808, blue: 0.757, alpha: 1 + */ + static let 淡桃红 = #colorLiteral(red: 0.965, green: 0.808, blue: 0.757, alpha: 1) + + /** + 淡铁灰 + #5980730 + red: 0.357, green: 0.259, blue: 0.227, alpha: 1 + */ + static let 淡铁灰 = #colorLiteral(red: 0.357, green: 0.259, blue: 0.227, alpha: 1) + + /** + 石板灰 + #6441281 + red: 0.384, green: 0.286, blue: 0.255, alpha: 1 + */ + static let 石板灰 = #colorLiteral(red: 0.384, green: 0.286, blue: 0.255, alpha: 1) + + /** + 淡栗棕 + #6763556 + red: 0.404, green: 0.204, blue: 0.141, alpha: 1 + */ + static let 淡栗棕 = #colorLiteral(red: 0.404, green: 0.204, blue: 0.141, alpha: 1) + + /** + 银朱 + #16006662 + red: 0.957, green: 0.243, blue: 0.024, alpha: 1 + */ + static let 银朱 = #colorLiteral(red: 0.957, green: 0.243, blue: 0.024, alpha: 1) + + /** + 草莓红 + #15691592 + red: 0.937, green: 0.435, blue: 0.282, alpha: 1 + */ + static let 草莓红 = #colorLiteral(red: 0.937, green: 0.435, blue: 0.282, alpha: 1) + + /** + 洋水仙红 + #16041914 + red: 0.957, green: 0.780, blue: 0.729, alpha: 1 + */ + static let 洋水仙红 = #colorLiteral(red: 0.957, green: 0.780, blue: 0.729, alpha: 1) + + /** + 朱红 + #15552806 + red: 0.929, green: 0.318, blue: 0.149, alpha: 1 + */ + static let 朱红 = #colorLiteral(red: 0.929, green: 0.318, blue: 0.149, alpha: 1) + + /** + 榴花红 + #15943448 + red: 0.953, green: 0.278, blue: 0.094, alpha: 1 + */ + static let 榴花红 = #colorLiteral(red: 0.953, green: 0.278, blue: 0.094, alpha: 1) + + /** + 柿红 + #15878171 + red: 0.949, green: 0.282, blue: 0.106, alpha: 1 + */ + static let 柿红 = #colorLiteral(red: 0.949, green: 0.282, blue: 0.106, alpha: 1) + + /** + 可可棕 + #6630172 + red: 0.396, green: 0.169, blue: 0.110, alpha: 1 + */ + static let 可可棕 = #colorLiteral(red: 0.396, green: 0.169, blue: 0.110, alpha: 1) + + /** + 淡罂粟红 + #15638668 + red: 0.933, green: 0.627, blue: 0.549, alpha: 1 + */ + static let 淡罂粟红 = #colorLiteral(red: 0.933, green: 0.627, blue: 0.549, alpha: 1) + + /** + 大红 + #15747874 + red: 0.941, green: 0.294, blue: 0.133, alpha: 1 + */ + static let 大红 = #colorLiteral(red: 0.941, green: 0.294, blue: 0.133, alpha: 1) + + /** + 柞叶棕 + #6892059 + red: 0.412, green: 0.165, blue: 0.106, alpha: 1 + */ + static let 柞叶棕 = #colorLiteral(red: 0.412, green: 0.165, blue: 0.106, alpha: 1) + + /** + 蜻蜓红 + #15811613 + red: 0.945, green: 0.267, blue: 0.114, alpha: 1 + */ + static let 蜻蜓红 = #colorLiteral(red: 0.945, green: 0.267, blue: 0.114, alpha: 1) + + /** + 橡树棕 + #7814449 + red: 0.467, green: 0.239, blue: 0.192, alpha: 1 + */ + static let 橡树棕 = #colorLiteral(red: 0.467, green: 0.239, blue: 0.192, alpha: 1) + + /** + 颊红 + #15641244 + red: 0.933, green: 0.667, blue: 0.612, alpha: 1 + */ + static let 颊红 = #colorLiteral(red: 0.933, green: 0.667, blue: 0.612, alpha: 1) + + /** + 桃红 + #15773088 + red: 0.941, green: 0.678, blue: 0.627, alpha: 1 + */ + static let 桃红 = #colorLiteral(red: 0.941, green: 0.678, blue: 0.627, alpha: 1) + + /** + 火岩棕 + #8794144 + red: 0.525, green: 0.188, blue: 0.125, alpha: 1 + */ + static let 火岩棕 = #colorLiteral(red: 0.525, green: 0.188, blue: 0.125, alpha: 1) + + /** + 淡藤萝紫 + #15919077 + red: 0.949, green: 0.906, blue: 0.898, alpha: 1 + */ + static let 淡藤萝紫 = #colorLiteral(red: 0.949, green: 0.906, blue: 0.898, alpha: 1) + + /** + 赭石 + #8791575 + red: 0.525, green: 0.149, blue: 0.090, alpha: 1 + */ + static let 赭石 = #colorLiteral(red: 0.525, green: 0.149, blue: 0.090, alpha: 1) + + /** + 铁水红 + #16070940 + red: 0.961, green: 0.224, blue: 0.110, alpha: 1 + */ + static let 铁水红 = #colorLiteral(red: 0.961, green: 0.224, blue: 0.110, alpha: 1) + + /** + 胭脂红 + #15744804 + red: 0.941, green: 0.247, blue: 0.141, alpha: 1 + */ + static let 胭脂红 = #colorLiteral(red: 0.941, green: 0.247, blue: 0.141, alpha: 1) + + /** + 极光红 + #15940383 + red: 0.953, green: 0.231, blue: 0.122, alpha: 1 + */ + static let 极光红 = #colorLiteral(red: 0.953, green: 0.231, blue: 0.122, alpha: 1) + + /** + 红汞红 + #15875619 + red: 0.949, green: 0.243, blue: 0.137, alpha: 1 + */ + static let 红汞红 = #colorLiteral(red: 0.949, green: 0.243, blue: 0.137, alpha: 1) + + /** + 萝卜红 + #15809570 + red: 0.945, green: 0.235, blue: 0.133, alpha: 1 + */ + static let 萝卜红 = #colorLiteral(red: 0.945, green: 0.235, blue: 0.133, alpha: 1) + + /** + 曲红 + #15751750 + red: 0.941, green: 0.353, blue: 0.275, alpha: 1 + */ + static let 曲红 = #colorLiteral(red: 0.941, green: 0.353, blue: 0.275, alpha: 1) + + /** + 谷鞘红 + #15824486 + red: 0.945, green: 0.463, blue: 0.400, alpha: 1 + */ + static let 谷鞘红 = #colorLiteral(red: 0.945, green: 0.463, blue: 0.400, alpha: 1) + + /** + 苹果红 + #15816258 + red: 0.945, green: 0.337, blue: 0.259, alpha: 1 + */ + static let 苹果红 = #colorLiteral(red: 0.945, green: 0.337, blue: 0.259, alpha: 1) + + /** + 桂红 + #15882823 + red: 0.949, green: 0.353, blue: 0.278, alpha: 1 + */ + static let 桂红 = #colorLiteral(red: 0.949, green: 0.353, blue: 0.278, alpha: 1) + + /** + 粉红 + #15907250 + red: 0.949, green: 0.725, blue: 0.698, alpha: 1 + */ + static let 粉红 = #colorLiteral(red: 0.949, green: 0.725, blue: 0.698, alpha: 1) + + /** + 暗驼棕 + #5842464 + red: 0.349, green: 0.149, blue: 0.125, alpha: 1 + */ + static let 暗驼棕 = #colorLiteral(red: 0.349, green: 0.149, blue: 0.125, alpha: 1) + + /** + 夕阳红 + #14559768 + red: 0.871, green: 0.165, blue: 0.094, alpha: 1 + */ + static let 夕阳红 = #colorLiteral(red: 0.871, green: 0.165, blue: 0.094, alpha: 1) + + /** + 樱桃红 + #15545121 + red: 0.929, green: 0.200, blue: 0.129, alpha: 1 + */ + static let 樱桃红 = #colorLiteral(red: 0.929, green: 0.200, blue: 0.129, alpha: 1) + + /** + 珊瑚红 + #15747642 + red: 0.941, green: 0.290, blue: 0.227, alpha: 1 + */ + static let 珊瑚红 = #colorLiteral(red: 0.941, green: 0.290, blue: 0.227, alpha: 1) + + /** + 火山棕 + #4728098 + red: 0.282, green: 0.145, blue: 0.133, alpha: 1 + */ + static let 火山棕 = #colorLiteral(red: 0.282, green: 0.145, blue: 0.133, alpha: 1) + + /** + 栗棕 + #6037017 + red: 0.361, green: 0.118, blue: 0.098, alpha: 1 + */ + static let 栗棕 = #colorLiteral(red: 0.361, green: 0.118, blue: 0.098, alpha: 1) + + /** + 鹤顶红 + #13903127 + red: 0.831, green: 0.145, blue: 0.090, alpha: 1 + */ + static let 鹤顶红 = #colorLiteral(red: 0.831, green: 0.145, blue: 0.090, alpha: 1) + + /** + 舌红 + #15832976 + red: 0.945, green: 0.592, blue: 0.565, alpha: 1 + */ + static let 舌红 = #colorLiteral(red: 0.945, green: 0.592, blue: 0.565, alpha: 1) + + /** + 鹅血石红 + #11220783 + red: 0.671, green: 0.216, blue: 0.184, alpha: 1 + */ + static let 鹅血石红 = #colorLiteral(red: 0.671, green: 0.216, blue: 0.184, alpha: 1) + + /** + 酱棕 + #5906203 + red: 0.353, green: 0.122, blue: 0.106, alpha: 1 + */ + static let 酱棕 = #colorLiteral(red: 0.353, green: 0.122, blue: 0.106, alpha: 1) + + /** + 鱼鳃红 + #15547183 + red: 0.929, green: 0.231, blue: 0.184, alpha: 1 + */ + static let 鱼鳃红 = #colorLiteral(red: 0.929, green: 0.231, blue: 0.184, alpha: 1) + + /** + 芦穗灰 + #12431021 + red: 0.741, green: 0.682, blue: 0.678, alpha: 1 + */ + static let 芦穗灰 = #colorLiteral(red: 0.741, green: 0.682, blue: 0.678, alpha: 1) + + /** + 丽春红 + #15410714 + red: 0.922, green: 0.149, blue: 0.102, alpha: 1 + */ + static let 丽春红 = #colorLiteral(red: 0.922, green: 0.149, blue: 0.102, alpha: 1) + + /** + 覆盆子红 + #11280152 + red: 0.675, green: 0.122, blue: 0.094, alpha: 1 + */ + static let 覆盆子红 = #colorLiteral(red: 0.675, green: 0.122, blue: 0.094, alpha: 1) + + /** + 海报灰 + #4731698 + red: 0.282, green: 0.200, blue: 0.196, alpha: 1 + */ + static let 海报灰 = #colorLiteral(red: 0.282, green: 0.200, blue: 0.196, alpha: 1) + + /** + 豆沙 + #4726300 + red: 0.282, green: 0.118, blue: 0.110, alpha: 1 + */ + static let 豆沙 = #colorLiteral(red: 0.282, green: 0.118, blue: 0.110, alpha: 1) + + /** + 榴子红 + #15831180 + red: 0.945, green: 0.565, blue: 0.549, alpha: 1 + */ + static let 榴子红 = #colorLiteral(red: 0.945, green: 0.565, blue: 0.549, alpha: 1) + + /** + 秋海棠红 + #15477540 + red: 0.925, green: 0.169, blue: 0.141, alpha: 1 + */ + static let 秋海棠红 = #colorLiteral(red: 0.925, green: 0.169, blue: 0.141, alpha: 1) + + /** + 无花果红 + #15708077 + red: 0.937, green: 0.686, blue: 0.678, alpha: 1 + */ + static let 无花果红 = #colorLiteral(red: 0.937, green: 0.686, blue: 0.678, alpha: 1) + + /** + 淡绯 + #15911625 + red: 0.949, green: 0.792, blue: 0.788, alpha: 1 + */ + static let 淡绯 = #colorLiteral(red: 0.949, green: 0.792, blue: 0.788, alpha: 1) + + /** + 玫瑰灰 + #4927019 + red: 0.294, green: 0.180, blue: 0.169, alpha: 1 + */ + static let 玫瑰灰 = #colorLiteral(red: 0.294, green: 0.180, blue: 0.169, alpha: 1) + + /** + 淡菽红 + #15550533 + red: 0.929, green: 0.282, blue: 0.271, alpha: 1 + */ + static let 淡菽红 = #colorLiteral(red: 0.929, green: 0.282, blue: 0.271, alpha: 1) + + /** + 枸枢红 + #15545139 + red: 0.929, green: 0.200, blue: 0.200, alpha: 1 + */ + static let 枸枢红 = #colorLiteral(red: 0.929, green: 0.200, blue: 0.200, alpha: 1) + + /** + 貂紫 + #6107441 + red: 0.365, green: 0.192, blue: 0.192, alpha: 1 + */ + static let 貂紫 = #colorLiteral(red: 0.365, green: 0.192, blue: 0.192, alpha: 1) + +} diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/Contents.json" new file mode 100644 index 0000000..73c0059 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/Contents.json" @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\201\351\246\231\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\201\351\246\231\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..4609cd6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\201\351\246\231\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x36", + "red" : "0x71" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\201\351\246\231\346\267\241\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\201\351\246\231\346\267\241\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..02bc16b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\201\351\246\231\346\267\241\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDF", + "green" : "0xD7", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\207\345\257\277\350\217\212\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\207\345\257\277\350\217\212\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..f11fe65 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\207\345\257\277\350\217\212\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x05", + "green" : "0x8B", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..456ec63 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAC", + "green" : "0xB5", + "red" : "0xBB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\201\260\351\251\274.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\201\260\351\251\274.colorset/Contents.json" new file mode 100644 index 0000000..809a885 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\201\260\351\251\274.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x3D", + "red" : "0x60" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\272\242\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\272\242\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..f2ef785 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\255\347\272\242\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x61", + "red" : "0x8B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\271\347\264\253\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\271\347\264\253\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..54a1042 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\271\347\264\253\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0x56", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\275\346\230\245\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\275\346\230\245\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..b9fd48f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\270\275\346\230\245\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0x26", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\214\346\242\205\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\214\346\242\205\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..b12290f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\214\346\242\205\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x13", + "red" : "0x1E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\263\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\263\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..c882adc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\263\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDC", + "green" : "0xF4", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\263\351\270\255\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\263\351\270\255\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..7a13de3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\271\263\351\270\255\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0C", + "green" : "0xC9", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\345\261\261\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\345\261\261\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..e81ba5c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\345\261\261\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB9", + "green" : "0x90", + "red" : "0x2F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\345\263\260\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\345\263\260\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..3957385 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\345\263\260\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE7", + "green" : "0xE3", + "red" : "0xD8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\346\235\211\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\346\235\211\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..c3060d0 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\346\235\211\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x23", + "red" : "0x15" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\346\260\264\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\346\260\264\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..b402b6b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\221\346\260\264\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD9", + "green" : "0xCC", + "red" : "0xBA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\225\345\244\251\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\225\345\244\251\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..84f9812 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\225\345\244\251\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDF", + "green" : "0xD7", + "red" : "0xC3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\232\344\270\201\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\232\344\270\201\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..a037e7c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\272\232\344\270\201\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x75", + "green" : "0x86", + "red" : "0x42" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\273\213\345\243\263\346\267\241\347\262\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\273\213\345\243\263\346\267\241\347\262\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..c1e0969 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\273\213\345\243\263\346\267\241\347\262\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBA", + "green" : "0xCF", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\275\231\347\203\254\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\275\231\347\203\254\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..0e63d39 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\275\231\347\203\254\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x43", + "green" : "0x75", + "red" : "0xCF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\275\233\346\211\213\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\275\233\346\211\213\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..5bed6d3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\344\275\233\346\211\213\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0xD7", + "red" : "0xFE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\205\224\347\234\274\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\205\224\347\234\274\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..aab4f95 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\205\224\347\234\274\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0x4E", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\206\260\345\261\261\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\206\260\345\261\261\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..58d6011 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\206\260\345\261\261\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA7", + "green" : "0xAC", + "red" : "0xA4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\213\345\217\266\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\213\345\217\266\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..3a89770 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\213\345\217\266\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3F", + "green" : "0xA2", + "red" : "0xE7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\244\344\273\231\350\212\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\244\344\273\231\350\212\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..fc29c87 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\244\344\273\231\350\212\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x93", + "green" : "0x72", + "red" : "0xEA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\244\344\277\241\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\244\344\277\241\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..6ded894 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\207\244\344\277\241\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC4", + "green" : "0xAD", + "red" : "0xC8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\346\241\203\347\262\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\346\241\203\347\262\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..31a16dc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\346\241\203\347\262\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCE", + "green" : "0xDC", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\347\206\237\346\235\217\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\347\206\237\346\235\217\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..34bf141 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\347\206\237\346\235\217\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0xBC", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\350\215\267\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\350\215\267\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..9cfb7ed --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\210\235\350\215\267\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x96", + "green" : "0x6C", + "red" : "0xE1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\211\221\351\224\213\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\211\221\351\224\213\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..78d09a1 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\211\221\351\224\213\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x41", + "green" : "0x38", + "red" : "0x3E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\214\227\347\223\234\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\214\227\347\223\234\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..f50183c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\214\227\347\223\234\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x8C", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\215\265\347\237\263\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\215\265\347\237\263\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..7467710 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\215\265\347\237\263\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x16", + "red" : "0x30" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..efd8dd7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x25", + "green" : "0x0E", + "red" : "0x44" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..b424031 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x3C", + "red" : "0x53" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\350\244\220.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..8fd39bd --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\223\234\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x19", + "green" : "0x37", + "red" : "0x5C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\274\216\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\274\216\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..8c3b13c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\244\351\274\216\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x29", + "red" : "0x36" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\257\345\217\257\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\257\345\217\257\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..c355f30 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\217\257\345\217\257\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x2B", + "red" : "0x65" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\210\346\254\242\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\210\346\254\242\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..daa2c5e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\210\346\254\242\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA8", + "green" : "0xA1", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\212\351\222\237\350\212\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\212\351\222\237\350\212\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..4e90cf9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\212\351\222\237\350\212\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0x5E", + "red" : "0xCE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\221\346\227\245\350\221\265\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\221\346\227\245\350\221\265\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..5077e22 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\220\221\346\227\245\350\221\265\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x11", + "green" : "0xCC", + "red" : "0xFE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\222\226\345\225\241.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\222\226\345\225\241.colorset/Contents.json" new file mode 100644 index 0000000..12325ae --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\222\226\345\225\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x31", + "red" : "0x75" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\223\201\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\223\201\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..6b56e71 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\223\201\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x73", + "green" : "0x34", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\223\201\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\223\201\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..9dd45e5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\223\201\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAF", + "green" : "0x73", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\224\220\350\217\226\350\222\262\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\224\220\350\217\226\350\222\262\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..893a936 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\224\220\350\217\226\350\222\262\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x1C", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\226\234\350\233\213\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\226\234\350\233\213\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..8b1fd92 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\226\234\350\233\213\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x64", + "green" : "0x2C", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\230\211\351\231\265\346\260\264\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\230\211\351\231\265\346\260\264\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..4bfa250 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\230\211\351\231\265\346\260\264\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA2", + "green" : "0xD5", + "red" : "0xAD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\234\237\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\234\237\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..20e3e45 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\234\237\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0xA0", + "red" : "0xD6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\236\251\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\236\251\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..41a7380 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\236\251\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7B", + "green" : "0x7C", + "red" : "0x73" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\242\250\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\242\250\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1f27458 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\242\250\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x0F", + "red" : "0x31" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\217\344\272\221\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\217\344\272\221\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..0602433 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\217\344\272\221\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x71", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\225\351\230\263\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\225\351\230\263\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..67d0479 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\225\351\230\263\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x2A", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\234\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\234\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..4bd8f8c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\234\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x7C", + "red" : "0x84" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\347\220\206\347\237\263\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\347\220\206\347\237\263\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..da63f9a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\347\220\206\347\237\263\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCF", + "green" : "0xCB", + "red" : "0xC4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..0832d04 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x4B", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\350\261\206\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\350\261\206\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..f806af0 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\247\350\261\206\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0xCD", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\251\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\251\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..bf46c3e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\251\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB3", + "green" : "0x77", + "red" : "0x16" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\271\347\253\271\346\241\203\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\271\347\253\271\346\241\203\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..c2e75ee --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\244\271\347\253\271\346\241\203\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7E", + "green" : "0x50", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\232\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\232\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..f4eb0a5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\232\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAA", + "green" : "0xDE", + "red" : "0xD0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\234\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\234\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..bda6573 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\234\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0xB8", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\234\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\234\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..f477568 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\247\234\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x27", + "green" : "0xC0", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..cc4cc2e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0x78", + "red" : "0x74" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\350\217\212\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\350\217\212\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3168a73 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\350\217\212\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE5", + "green" : "0xF5", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\350\217\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\350\217\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..b37059b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\253\251\350\217\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7C", + "green" : "0x3F", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\255\224\351\233\200\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\255\224\351\233\200\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..5037a9f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\255\224\351\233\200\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x53", + "green" : "0x94", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\255\224\351\233\200\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\255\224\351\233\200\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..acc1e5d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\255\224\351\233\200\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xB0", + "red" : "0x0E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\211\345\256\211\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\211\345\256\211\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..e2deab4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\211\345\256\211\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA7", + "green" : "0x70", + "red" : "0x31" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\235\347\237\263\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\235\347\237\263\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3a334a9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\235\347\237\263\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0xAE", + "red" : "0x41" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\235\347\237\263\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\235\347\237\263\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..4557e81 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\235\347\237\263\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB9", + "green" : "0x86", + "red" : "0x24" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\253\346\256\277\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\253\346\256\277\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..cb81d95 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\256\253\346\256\277\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x89", + "red" : "0x20" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\226\346\231\266\347\216\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\226\346\231\266\347\216\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..bd2bc79 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\226\346\231\266\347\216\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x16", + "red" : "0xCC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\230\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\230\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..d908e05 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\230\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x76", + "green" : "0xA4", + "red" : "0xB6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\274\347\275\227\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\274\347\275\227\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..15ad70d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\260\274\347\275\227\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB5", + "green" : "0x74", + "red" : "0x24" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\346\242\227\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\346\242\227\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..3fa2044 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\346\242\227\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9F", + "green" : "0x64", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\350\214\266\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\350\214\266\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..2e59e50 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\350\214\266\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6A", + "green" : "0x55", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\270\241\350\244\220.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\270\241\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..c13cca9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\270\241\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x65", + "red" : "0x98" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\270\241\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\270\241\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..07b5928 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\270\241\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x26", + "green" : "0x8B", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\273\216\350\261\206\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\273\216\350\261\206\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..87dc7a9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\261\261\351\273\216\350\261\206\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x88", + "green" : "0x7C", + "red" : "0xC2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\262\251\347\237\263\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\262\251\347\237\263\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..b205df0 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\345\262\251\347\237\263\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x4D", + "red" : "0x96" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\210\230\350\210\260\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\210\230\350\210\260\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..39370bf --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\210\230\350\210\260\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x69", + "green" : "0x5C", + "red" : "0x49" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\211\201\350\261\206\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\211\201\350\261\206\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..3d6ff52 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\211\201\350\261\206\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8F", + "green" : "0x5C", + "red" : "0xA3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\211\201\350\261\206\350\212\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\211\201\350\261\206\350\212\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..efcb12c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\211\201\350\261\206\350\212\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8B", + "green" : "0x49", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\212\245\346\230\245\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\212\245\346\230\245\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..09fe9a1 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\212\245\346\230\245\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA4", + "green" : "0x8A", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\220\252\347\243\201\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\220\252\347\243\201\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..80adcf2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\220\252\347\243\201\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0x65", + "red" : "0x11" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\226\221\351\270\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\226\221\351\270\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a4a180c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\226\221\351\270\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x29", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\226\260\347\246\276\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\226\260\347\246\276\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..45a1a5b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\226\260\347\246\276\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0xB1", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\227\240\350\212\261\346\236\234\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\227\240\350\212\261\346\236\234\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..533e661 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\227\240\350\212\261\346\236\234\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0xAF", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\216\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\216\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..4577469 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\216\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8E", + "green" : "0x98", + "red" : "0x8A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\216\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\216\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..5eb2953 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\216\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAB", + "green" : "0xCC", + "red" : "0x9E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\237\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\237\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..ec8a9f9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\237\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBE", + "green" : "0xBB", + "red" : "0xB2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\237\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\237\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..961ce5f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\237\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCF", + "green" : "0xB5", + "red" : "0x93" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\245\346\242\205\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\245\346\242\205\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..07f1f24 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\230\245\346\242\205\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0x93", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\223\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\223\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..143d48c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\223\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB7", + "green" : "0xC4", + "red" : "0xD4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\232\346\263\242\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\232\346\263\242\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..7df6385 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\232\346\263\242\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x93", + "green" : "0x8E", + "red" : "0x64" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\250\346\233\246\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\250\346\233\246\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..82d951a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\250\346\233\246\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x58", + "green" : "0x89", + "red" : "0xEA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\257\346\263\260\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\257\346\263\260\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..4ab1a91 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\257\346\263\260\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB6", + "green" : "0x75", + "red" : "0x27" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\264\345\261\261\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\264\345\261\261\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..cdd6791 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\264\345\261\261\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xB2", + "red" : "0x8F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\266\347\237\263\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\266\347\237\263\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1d80343 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\266\347\237\263\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x20", + "red" : "0x1F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\266\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\266\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..fc28b64 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\231\266\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB7", + "green" : "0xA6", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\346\265\267\346\260\264\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\346\265\267\346\260\264\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..48712da --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\346\265\267\346\260\264\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x47", + "red" : "0x58" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\347\216\211\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\347\216\211\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..96cc56c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\347\216\211\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x22", + "red" : "0x5C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\347\264\253\350\213\221\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\347\264\253\350\213\221\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..a8b0e43 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\347\264\253\350\213\221\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x20", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..5c0c3bb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x1F", + "red" : "0x10" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\350\223\235\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\350\223\235\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1bd9230 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\350\223\235\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x11", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\351\251\274\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\351\251\274\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..d51d20a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\351\251\274\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x20", + "green" : "0x26", + "red" : "0x59" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\351\276\231\350\203\206\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\351\276\231\350\203\206\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..e9b3f5c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\227\351\276\231\350\203\206\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2E", + "green" : "0x20", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\256\344\272\221\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\256\344\272\221\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..b93fedb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\232\256\344\272\221\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x38", + "red" : "0x4F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\233\262\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\233\262\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..22cd61a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\233\262\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x46", + "green" : "0x5A", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\345\255\243\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\345\255\243\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..1567405 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\345\255\243\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x77", + "green" : "0x57", + "red" : "0xCE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\345\275\261\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\345\275\261\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..629347f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\345\275\261\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0xC4", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..94e04cc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8F", + "green" : "0xAE", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..4bdee7a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\210\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF2", + "green" : "0xF7", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\250\347\223\234\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\250\347\223\234\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..9276789 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\250\347\223\234\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0xC1", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..81f0e19 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\234\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x26", + "green" : "0x51", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\216\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\216\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..402606e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\216\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x12", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\217\344\273\201\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\217\344\273\201\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..9b574a1 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\217\344\273\201\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAA", + "green" : "0xE8", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\217\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\217\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..97f97e5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\217\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x8E", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\345\217\266\347\211\241\344\270\271\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\345\217\266\347\211\241\344\270\271\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..d9a5237 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\345\217\266\347\211\241\344\270\271\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0x3C", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\351\234\234\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\351\234\234\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..f4ac005 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\351\234\234\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8D", + "green" : "0xA7", + "red" : "0x83" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\351\274\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\351\274\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..70ca893 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\235\276\351\274\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x40", + "red" : "0x4F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\201\345\205\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\201\345\205\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..70c0d58 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\201\345\205\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x3B", + "red" : "0xF3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\207\346\235\267\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\207\346\235\267\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..e63b788 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\207\346\235\267\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x06", + "green" : "0xA1", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\243\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\243\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..467e72f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\243\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x18", + "red" : "0x7C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\253\345\217\266\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\253\345\217\266\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..d12a6f9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\253\345\217\266\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x1F", + "red" : "0xC2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\257\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\257\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..c6a559c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\257\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x12", + "green" : "0x8D", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\270\346\236\242\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\270\346\236\242\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..cf598ad --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\236\270\346\236\242\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x33", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\217\346\236\227\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\217\346\236\227\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..62d0991 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\217\346\236\227\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAE", + "green" : "0x6B", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\232\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\232\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..63b14f4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\232\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0xCA", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\236\345\217\266\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\236\345\217\266\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..c339bc3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\236\345\217\266\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x2A", + "red" : "0x69" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\240\346\252\254\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\240\346\252\254\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..9aa1c1c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\240\346\252\254\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x37", + "green" : "0xD3", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\277\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\277\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..90975ae --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\237\277\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x48", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\200\345\255\220\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\200\345\255\220\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..dab88a8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\200\345\255\220\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0D", + "green" : "0xB1", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\227\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\227\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..c931722 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\227\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x19", + "green" : "0x1E", + "red" : "0x5C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\227\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\227\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..68a99c0 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\240\227\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x19", + "red" : "0x5A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\202\347\232\256\346\267\241\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\202\347\232\256\346\267\241\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..a79ea52 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\202\347\232\256\346\267\241\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0x93", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\202\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\202\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..5a5f03e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\202\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x47", + "green" : "0x5A", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\203\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\203\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..cb6fa57 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\203\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA0", + "green" : "0xAD", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\224\346\242\227\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\224\346\242\227\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..792ba53 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\241\224\346\242\227\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0x3C", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\242\247\346\236\235\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\242\247\346\236\235\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3124ccb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\242\247\346\236\235\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x94", + "green" : "0xA7", + "red" : "0x69" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\243\225\346\246\210\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\243\225\346\246\210\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..c01f34f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\243\225\346\246\210\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x49", + "red" : "0x5B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\244\260\345\243\263\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\244\260\345\243\263\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..fb7ec5e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\244\260\345\243\263\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1E", + "green" : "0x3A", + "red" : "0x88" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\262\346\241\262\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\262\346\241\262\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..0720db3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\262\346\241\262\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6A", + "green" : "0x2F", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\345\255\220\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\345\255\220\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..765c6e5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\345\255\220\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0x90", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\350\212\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\350\212\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..0a389b2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\350\212\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x47", + "red" : "0xF3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\350\220\274\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\350\220\274\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..6557c34 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\246\264\350\220\274\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0xA6", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\220\350\212\261\351\273\204\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\220\350\212\261\351\273\204\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3d1a38d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\220\350\212\261\351\273\204\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0xD9", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\237\346\246\224\347\273\274.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\237\346\246\224\347\273\274.colorset/Contents.json" new file mode 100644 index 0000000..5b58377 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\237\346\246\224\347\273\274.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0x65", + "red" : "0xC1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\262\345\257\204\347\224\237\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\262\345\257\204\347\224\237\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3cc2f1e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\262\345\257\204\347\224\237\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0x31", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\277\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\277\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..cc572a4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\247\277\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9E", + "green" : "0x6D", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\253\351\270\237\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\253\351\270\237\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..0e00264 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\253\351\270\237\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA8", + "green" : "0x91", + "red" : "0x14" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\261\346\241\203\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\261\346\241\203\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..7132a2f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\261\346\241\203\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x21", + "green" : "0x33", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\261\350\215\211\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\261\350\215\211\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..0744883 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\250\261\350\215\211\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x98", + "green" : "0x6F", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..c7cb54e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x3E", + "red" : "0x50" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\237\263\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\237\263\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..690a220 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\237\263\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x87", + "green" : "0xCF", + "red" : "0xB2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..1dd4828 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x14", + "green" : "0x53", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\351\273\204\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\351\273\204\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3126f8e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\204\346\246\204\351\273\204\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0xC9", + "red" : "0xBE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\230\346\251\231.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\230\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..8a456ca --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\230\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x7D", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\231\347\232\256\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\231\347\232\256\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..99fd7a3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\231\347\232\256\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x04", + "green" : "0xA1", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\241\346\240\221\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\241\346\240\221\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..5bc57ad --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\251\241\346\240\221\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x3D", + "red" : "0x77" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\252\200\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\252\200\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..08b766f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\252\200\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x19", + "red" : "0x38" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\256\267\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\256\267\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..671e72f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\256\267\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x11", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\257\233\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\257\233\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3418d22 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\257\233\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0xC1", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\211\233\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\211\233\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..e862813 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\211\233\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x2F", + "red" : "0x2F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..7667610 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCD", + "green" : "0xC4", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..c765874 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\260\264\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x69", + "green" : "0xC2", + "red" : "0x8C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\261\211\347\231\275\347\216\211.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\261\211\347\231\275\347\216\211.colorset/Contents.json" new file mode 100644 index 0000000..dff49c5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\261\211\347\231\275\347\216\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xED", + "green" : "0xF4", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\231\347\237\263\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\231\347\237\263\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..c28427b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\231\347\237\263\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0xB7", + "red" : "0xE5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\231\351\261\274\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\231\351\261\274\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..d07d3dc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\231\351\261\274\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0x33", + "red" : "0x35" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\263\350\261\232\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\263\350\261\232\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..50857b5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\263\350\261\232\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x37", + "red" : "0x39" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\271\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\271\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..11634fe --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\271\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x3D", + "red" : "0x25" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\271\350\217\234\350\212\261\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\271\350\217\234\350\212\261\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..29e23b8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\262\271\350\217\234\350\212\261\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x41", + "green" : "0xDA", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\263\225\350\236\272\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\263\225\350\236\272\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..9eb20fc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\263\225\350\236\272\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x55", + "green" : "0x80", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\264\213\346\260\264\344\273\231\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\264\213\346\260\264\344\273\231\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..4eafbf6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\264\213\346\260\264\344\273\231\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBA", + "green" : "0xC7", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\264\213\350\221\261\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\264\213\350\221\261\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..9128b4f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\264\213\350\221\261\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6B", + "green" : "0x45", + "red" : "0xA8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..021731d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCB", + "green" : "0xD4", + "red" : "0xDA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\347\203\231\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\347\203\231\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..2e18600 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\347\203\231\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x10", + "green" : "0xBD", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\351\251\274\350\211\262.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\351\251\274\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..8b96230 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\205\351\251\274\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7C", + "green" : "0xC1", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\252\350\212\261\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\252\350\212\261\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..ebe7c9f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\252\350\212\261\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA5", + "green" : "0xB3", + "red" : "0x92" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\206\233\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\206\233\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..e8c8576 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\206\233\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0x6C", + "red" : "0x34" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\217\202\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\217\202\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..7ad0028 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\217\202\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xFA", + "green" : "0xFE", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\244\251\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\244\251\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..5993d88 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\345\244\251\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE8", + "green" : "0xE6", + "red" : "0xC6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\212\245\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\212\245\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..f58a894 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\212\245\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x33", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\243\240\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\243\240\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..5ca0f96 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\243\240\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x52", + "green" : "0x37", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\262\254\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\262\254\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..a58eaa5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\262\254\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBF", + "green" : "0xE7", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\266\233\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\266\233\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..dad4610 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\346\266\233\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0x55", + "red" : "0x15" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\347\216\213\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\347\216\213\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..2dfb32f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\347\216\213\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x67", + "green" : "0x80", + "red" : "0x24" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\350\236\272\346\251\231.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\350\236\272\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..f73c49b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\350\236\272\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5D", + "green" : "0x94", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\350\261\241\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\350\261\241\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..f7d4192 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\350\261\241\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x1E", + "red" : "0x4B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..65bd271 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0xA2", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\351\270\245\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\351\270\245\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..293baab --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\265\267\351\270\245\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x78", + "green" : "0x88", + "red" : "0x9A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\266\246\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\266\246\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..849aaf8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\266\246\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBC", + "green" : "0xCD", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\266\247\347\237\263\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\266\247\347\237\263\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..2c57267 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\266\247\347\237\263\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xA9", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\217\257\345\217\257\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\217\257\345\217\257\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..04bc256 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\217\257\345\217\257\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x51", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\222\226\345\225\241.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\222\226\345\225\241.colorset/Contents.json" new file mode 100644 index 0000000..2b94e3c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\222\226\345\225\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x58", + "red" : "0x94" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\234\237\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\234\237\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..2214541 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\234\237\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x4B", + "red" : "0x8C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\257\206\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\257\206\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..0ce2ff4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\345\257\206\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x67", + "green" : "0xD3", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\233\231\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\233\231\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..d23ff36 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\233\231\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x46", + "green" : "0x27", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\235\276\347\203\237.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\235\276\347\203\237.colorset/Contents.json" new file mode 100644 index 0000000..f6448ee --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\235\276\347\203\237.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x40", + "red" : "0x4D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\240\227\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\240\227\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..4212c2c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\240\227\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x34", + "red" : "0x67" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\241\203\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\241\203\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..b371c98 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\241\203\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC1", + "green" : "0xCE", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\251\230\346\251\231.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\251\230\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..c390fbd --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\346\251\230\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x14", + "green" : "0xA4", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\201\260\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\201\260\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..0814786 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\201\260\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5F", + "green" : "0x9E", + "red" : "0xAD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\211\265\347\211\233\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\211\265\347\211\233\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..d238e24 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\211\265\347\211\233\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD3", + "green" : "0xC2", + "red" : "0xD1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\216\253\347\221\260\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\216\253\347\221\260\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..117d796 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\216\253\347\221\260\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0x94", + "red" : "0xB8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\261\263\347\262\211.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\261\263\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..c5baccb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\261\263\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE2", + "green" : "0xEE", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\233\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\233\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..c6f2eda --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\233\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x96", + "green" : "0x76", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\257.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\257.colorset/Contents.json" new file mode 100644 index 0000000..c6dbd6e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\257.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xCA", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..da526b4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0xAC", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\277\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\277\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..89b63d6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\273\277\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7D", + "green" : "0x88", + "red" : "0x70" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\275\202\347\262\237\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\275\202\347\262\237\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..5bf1f93 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\275\202\347\262\237\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0xA0", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\277\240\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\277\240\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..b7cfdf1 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\347\277\240\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC8", + "green" : "0xDF", + "red" : "0xC6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\202\211\350\211\262.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\202\211\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..e175069 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\202\211\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB0", + "green" : "0xE0", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\214\234\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\214\234\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..2a0ed99 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\214\234\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8E", + "green" : "0x7C", + "red" : "0xE7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\214\247\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\214\247\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..e0b8739 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\214\247\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0xD7", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\217\275\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\217\275\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..61097e9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\217\275\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0x48", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\223\235\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\223\235\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..cd64b88 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\223\235\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x87", + "green" : "0x79", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\223\235\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\223\235\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..d07c9d8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\223\235\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBD", + "green" : "0xA8", + "red" : "0xA7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\225\212\351\246\231\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\225\212\351\246\231\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..7d670d2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\225\212\351\246\231\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0x48", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\227\217\350\212\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\227\217\350\212\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..6a22653 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\227\217\350\212\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8F", + "green" : "0xAD", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\227\244\350\220\235\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\227\244\350\220\235\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..00d9f67 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\227\244\350\220\235\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE5", + "green" : "0xE7", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\261\206\346\262\231.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\261\206\346\262\231.colorset/Contents.json" new file mode 100644 index 0000000..19c2504 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\261\206\346\262\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x3D", + "red" : "0x87" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\265\255.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\265\255.colorset/Contents.json" new file mode 100644 index 0000000..65179fa --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\350\265\255.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4A", + "green" : "0x7E", + "red" : "0xBE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\223\201\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\223\201\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..21604c0 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\223\201\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x42", + "red" : "0x5B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\223\266\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\223\266\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..d784d00 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\223\266\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA3", + "green" : "0xB2", + "red" : "0xC1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\235\222\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\235\222\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..2d9640a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\241\351\235\222\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD1", + "green" : "0xC8", + "red" : "0xE0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\346\265\267\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\346\265\267\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3b51c55 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\346\265\267\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x3B", + "red" : "0x1A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..7962809 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x77", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\201\260\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\201\260\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..82caab2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\201\260\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x2C", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\211\265\347\211\233\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\211\265\347\211\233\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..d236feb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\267\261\347\211\265\347\211\233\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0x0D", + "red" : "0x1C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\270\205\346\260\264\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\270\205\346\260\264\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..f4354f9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\270\205\346\260\264\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDC", + "green" : "0xD5", + "red" : "0x93" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\271\226\346\260\264\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\271\226\346\260\264\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..9369b27 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\271\226\346\260\264\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDF", + "green" : "0xD5", + "red" : "0xB0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\273\241\345\244\251\346\230\237\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\273\241\345\244\251\346\230\237\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..95a01e6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\273\241\345\244\251\346\230\237\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7C", + "green" : "0x31", + "red" : "0x2E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\273\241\346\261\237\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\273\241\346\261\237\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..0922258 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\273\241\346\261\237\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5A", + "green" : "0x53", + "red" : "0xA7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\275\255\346\260\264\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\275\255\346\260\264\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..7871390 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\275\255\346\260\264\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x58", + "red" : "0x64" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\275\256\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\275\256\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..f0ad55b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\346\275\256\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBB", + "green" : "0x83", + "red" : "0x29" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\200\221\345\270\203\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\200\221\345\270\203\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..21a95c6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\200\221\345\270\203\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD3", + "green" : "0xC4", + "red" : "0x51" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\345\261\261\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\345\261\261\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..42726e2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\345\261\261\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x25", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\345\262\251\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\345\262\251\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..6f1073d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\345\262\251\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x20", + "green" : "0x30", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\346\263\245\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\346\263\245\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..5984216 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\346\263\245\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x6A", + "red" : "0xAA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\347\240\226\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\347\240\226\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..2d89655 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\347\240\226\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x27", + "green" : "0x62", + "red" : "0xCD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\351\271\205\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\351\271\205\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..9fc41ab --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\253\351\271\205\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1E", + "green" : "0x14", + "red" : "0x33" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\260\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\260\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..9231058 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\260\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x69", + "red" : "0x8A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\260\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\260\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..9b31943 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\201\260\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x37", + "red" : "0x21" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\202\222\347\261\263\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\202\222\347\261\263\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..03ad7de --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\202\222\347\261\263\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x69", + "green" : "0xCE", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\203\237\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\203\237\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..41479c5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\203\237\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x54", + "green" : "0x4E", + "red" : "0x89" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\204\246\350\214\266\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\204\246\350\214\266\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..2e458f9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\204\246\350\214\266\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x3B", + "red" : "0x55" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\347\276\275\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\347\276\275\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..0bafecd --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\347\276\275\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x5E", + "red" : "0x68" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\351\242\224\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\351\242\224\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..1d28338 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\351\242\224\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x15", + "green" : "0x63", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\351\242\224\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\351\242\224\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..be1efc3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\207\225\351\242\224\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x18", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\233\350\247\222\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\233\350\247\222\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..5347d0d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\233\350\247\222\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x2E", + "red" : "0x2D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\241\344\270\271\347\262\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\241\344\270\271\347\262\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..ada9264 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\241\344\270\271\347\262\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA4", + "green" : "0xA2", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\265\347\211\233\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\265\347\211\233\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..7947d6c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\265\347\211\233\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x52", + "green" : "0x17", + "red" : "0x68" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\265\347\211\233\350\212\261\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\265\347\211\233\350\212\261\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..3ebd185 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\211\265\347\211\233\350\212\261\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB0", + "green" : "0x77", + "red" : "0x11" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\213\274\347\203\237\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\213\274\347\203\237\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..49a4b50 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\213\274\347\203\237\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5F", + "green" : "0x65", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\214\252\350\202\235\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\214\252\350\202\235\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..a421e68 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\214\252\350\202\235\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x1E", + "red" : "0x54" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\214\264\346\257\233\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\214\264\346\257\233\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a0b6afc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\214\264\346\257\233\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6C", + "green" : "0x84", + "red" : "0x97" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\260\252\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\260\252\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..04df549 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\260\252\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB6", + "green" : "0xCA", + "red" : "0xA4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\262\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\262\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..1c257dd --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\262\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0xB4", + "red" : "0xE8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..10b20a7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0x48", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\351\210\253\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\351\210\253\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..a96c359 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\351\210\253\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x82", + "green" : "0x6E", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\351\253\223\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\351\253\223\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..6cd9e92 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\211\351\253\223\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x49", + "green" : "0xB3", + "red" : "0x41" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\233\347\221\231\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\233\347\221\231\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..fe889c4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\233\347\221\231\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xCC", + "red" : "0xCF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..936713e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x2E", + "red" : "0x4B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\262\211.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..cebd214 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7F", + "green" : "0xB3", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..784ad23 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7B", + "green" : "0x2F", + "red" : "0xBA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..cefb675 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\253\347\221\260\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7D", + "green" : "0x35", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\263\347\221\201\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\263\347\221\201\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..4f9c060 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\216\263\347\221\201\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5A", + "green" : "0xA4", + "red" : "0xDA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\212\347\221\232\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\212\347\221\232\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..e172c24 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\212\347\221\232\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x4A", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\215\347\217\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\215\347\217\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a71be83 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\215\347\217\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD7", + "green" : "0xDF", + "red" : "0xE4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\240\346\257\215\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\240\346\257\215\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..293ba06 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\217\240\346\257\215\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x48", + "red" : "0x64" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\220\245\347\217\200\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\220\245\347\217\200\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..5d5e601 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\220\245\347\217\200\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x07", + "green" : "0xBA", + "red" : "0xFE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\234\347\223\244\347\262\211.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\234\347\223\244\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..fc1bdaa --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\234\347\223\244\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8B", + "green" : "0xCB", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\234\347\223\244\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\234\347\223\244\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..75dd726 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\234\347\223\244\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x60", + "green" : "0x8C", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\346\235\276\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\346\235\276\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..c0073cd --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\346\235\276\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x8B", + "red" : "0x6E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..1ddfc86 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x76", + "green" : "0x7E", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\347\275\220\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\347\275\220\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..154388f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\223\246\347\275\220\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x48", + "red" : "0x47" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\230\350\215\211\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\230\350\215\211\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..dc3323a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\230\350\215\211\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0xBF", + "red" : "0xF3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\230\350\224\227\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\230\350\224\227\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..6f1701f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\230\350\224\227\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x16", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\260\345\233\255\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\260\345\233\255\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..bd24346 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\260\345\233\255\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8E", + "green" : "0xB8", + "red" : "0x68" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\260\350\236\272\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\260\350\236\272\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..d60a14f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\260\350\236\272\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5B", + "green" : "0x66", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\265\346\260\224\347\237\263\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\265\346\260\224\347\237\263\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..13626ec --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\265\346\260\224\347\237\263\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x91", + "green" : "0x56", + "red" : "0xC3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\270\345\255\220\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\270\345\255\220\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..0980c31 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\224\270\345\255\220\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC2", + "green" : "0xAE", + "red" : "0x10" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\275\345\261\210\350\217\234\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\275\345\261\210\350\217\234\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..0179ddb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\275\345\261\210\350\217\234\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x5B", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\275\350\212\250\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\275\350\212\250\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..95090da --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\275\350\212\250\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x97", + "green" : "0x78", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\276\347\201\265\351\270\237\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\276\347\201\265\351\270\237\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..f482334 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\231\276\347\201\265\351\270\237\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x92", + "green" : "0xA9", + "red" : "0xB4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\235\233\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\235\233\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..fbc1df4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\235\233\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0x98", + "red" : "0x56" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\346\235\277\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\346\235\277\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..164ea3e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\346\235\277\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x41", + "green" : "0x49", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\253\271\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\253\271\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..29e3775 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\253\271\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x07", + "red" : "0x63" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\253\271\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\253\271\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..ff10aef --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\253\271\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x63", + "green" : "0x48", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..c0eece3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC2", + "green" : "0xC3", + "red" : "0x57" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\350\225\212\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\350\225\212\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..1fca6e3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\237\263\350\225\212\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCF", + "green" : "0xC9", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\241\253\345\215\216\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\241\253\345\215\216\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..1efaf15 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\241\253\345\215\216\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0xCE", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\242\247\350\236\272\346\230\245\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\242\247\350\236\272\346\230\245\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..6417c1a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\242\247\350\236\272\346\230\245\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x70", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\242\247\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\242\247\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..45b137e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\242\247\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCC", + "green" : "0xB3", + "red" : "0x5C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\243\250\347\237\263\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\243\250\347\237\263\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..800b933 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\243\250\347\237\263\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x29", + "green" : "0x21", + "red" : "0x38" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\346\263\242\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\346\263\242\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..73604a2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\346\263\242\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD1", + "green" : "0xBC", + "red" : "0x8A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\346\265\267\346\243\240\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\346\265\267\346\243\240\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..3e8e2a7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\346\265\267\346\243\240\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x2B", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\350\221\265\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\350\221\265\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..75e5635 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\247\213\350\221\265\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0xD0", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\251\271\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\251\271\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..043c643 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\251\271\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD6", + "green" : "0xD7", + "red" : "0xC4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\253\271\347\257\201\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\253\271\347\257\201\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..4385284 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\253\271\347\257\201\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xDE", + "red" : "0xB9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\253\271\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\253\271\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..f209437 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\253\271\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x84", + "green" : "0xA7", + "red" : "0x1B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\255\215\347\232\256\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\255\215\347\232\256\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..4948dbb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\255\215\347\232\256\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x12", + "green" : "0x2E", + "red" : "0x73" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\257\276\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\257\276\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..172f041 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\257\276\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x98", + "green" : "0xDE", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\261\263\350\211\262.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\261\263\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..8492ed6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\261\263\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCD", + "green" : "0xE9", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\345\233\242\350\212\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\345\233\242\350\212\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..6bd5f72 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\345\233\242\350\212\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0x9B", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..9179002 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE3", + "green" : "0xF2", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..0425124 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB2", + "green" : "0xB9", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..419132f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\211\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAC", + "green" : "0xCB", + "red" : "0x83" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\275\345\217\266\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\275\345\217\266\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..6f359ab --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\262\275\345\217\266\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x68", + "red" : "0x87" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\240\351\246\250\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\240\351\246\250\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..715a037 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\240\351\246\250\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0xCB", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\253\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\253\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a5b6cdf --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\253\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0x3F", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\253\350\215\206\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\253\350\215\206\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..218b870 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\264\253\350\215\206\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x79", + "green" : "0x2C", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\272\242\346\261\236\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\272\242\346\261\236\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..f9ae9ec --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\272\242\346\261\236\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x3E", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\200\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\200\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1056cd8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\200\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x29", + "green" : "0x16", + "red" : "0x46" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\200\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\200\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..70a5ead --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\200\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0x52", + "red" : "0xA6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\277\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\277\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..46957f1 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\273\277\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x43", + "green" : "0x4A", + "red" : "0x31" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\216\344\272\272\347\204\246\346\251\231.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\216\344\272\272\347\204\246\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..eb70823 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\216\344\272\272\347\204\246\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x7E", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\216\350\235\266\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\216\350\235\266\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..e17781c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\216\350\235\266\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0xAA", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..b72c120 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB4", + "green" : "0x72", + "red" : "0x17" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\275\346\211\207\350\261\206\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\275\346\211\207\350\261\206\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..5e815d6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\276\275\346\211\207\350\261\206\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0x9A", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\277\240\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\277\240\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..84e6270 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\277\240\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x62", + "green" : "0xA1", + "red" : "0x20" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\277\240\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\277\240\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..6bf12f0 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\347\277\240\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB3", + "green" : "0x9E", + "red" : "0x1E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\202\211\350\211\262.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\202\211\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..110d265 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\202\211\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x73", + "green" : "0xC1", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\203\206\347\237\276\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\203\206\347\237\276\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..95417a4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\203\206\347\237\276\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB0", + "green" : "0x95", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\203\255\350\204\202\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\203\255\350\204\202\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..bb6d6d5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\203\255\350\204\202\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x3F", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\210\214\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\210\214\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..01ed2bc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\210\214\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x90", + "green" : "0x97", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\263\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\263\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..e779dbc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\263\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0x5A", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\276\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\276\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..8cf120c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\276\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0xD3", + "red" : "0xCA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\276\350\203\214\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\276\350\203\214\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..6b98625 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\211\276\350\203\214\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD5", + "green" : "0xEC", + "red" : "0xDF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\215\350\215\257\350\200\225\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\215\350\215\257\350\200\225\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..2d8dd7d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\215\350\215\257\350\200\225\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB3", + "green" : "0xA0", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\222\346\236\234\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\222\346\236\234\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..e156c8b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\222\346\236\234\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x44", + "red" : "0x95" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\222\346\236\234\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\222\346\236\234\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..cb16fe3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\222\346\236\234\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0xC8", + "red" : "0xDD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\223\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\223\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..6bb712c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\223\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x76", + "green" : "0x42", + "red" : "0x89" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\231\350\223\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\231\350\223\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..08fd0a2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\231\350\223\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x72", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\235\345\205\260\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\235\345\205\260\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..a9d7368 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\235\345\205\260\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD3", + "green" : "0xCC", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\241\351\243\237\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\241\351\243\237\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..dcb8c13 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\241\351\243\237\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE4", + "green" : "0xE1", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\245\350\212\261\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\245\350\212\261\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..8262b41 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\245\350\212\261\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x80", + "green" : "0x36", + "red" : "0x98" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\245\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\245\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..dd8f8d6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\245\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0E", + "green" : "0xA4", + "red" : "0xD9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..09a4c35 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x6D", + "red" : "0x85" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\347\251\227\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\347\251\227\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..828e32a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\347\251\227\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0xAE", + "red" : "0xBD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\350\213\207\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\350\213\207\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..34fabbd --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\246\350\213\207\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0xD0", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\261\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\261\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..a9fca0e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\261\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB7", + "green" : "0x76", + "red" : "0x23" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\275\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\275\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..bf66659 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\212\275\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4E", + "green" : "0xC2", + "red" : "0x96" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\213\350\217\234\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\213\350\217\234\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..c38a8fa --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\213\350\217\234\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x64", + "green" : "0x1E", + "red" : "0x9B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\213\350\217\234\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\213\350\217\234\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..37bacff --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\213\350\217\234\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x29", + "green" : "0x1B", + "red" : "0xA6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..3a9cd9c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x3E", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..ea2e1fb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x57", + "green" : "0x48", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\350\235\207\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\350\235\207\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..3924704 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\350\235\207\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x28", + "red" : "0x36" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..773a267 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\215\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x63", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\224\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\224\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..86c8229 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\224\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x73", + "red" : "0x88" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\267\350\223\235\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\267\350\223\235\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..9e80687 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\267\350\223\235\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x26", + "red" : "0x1F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\271\346\236\234\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\271\346\236\234\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..889b95d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\271\346\236\234\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x42", + "green" : "0x56", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\271\346\236\234\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\271\346\236\234\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..ef06468 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\213\271\346\236\234\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0xCF", + "red" : "0xBA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\204\347\232\256\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\204\347\232\256\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..530b3ce --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\204\347\232\256\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x0C", + "red" : "0x2D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\211\350\216\211\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\211\350\216\211\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..a17ff87 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\211\350\216\211\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0xDF", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\266\350\212\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\266\350\212\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..2047697 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\266\350\212\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x3F", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\266\350\244\220.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\266\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..4418209 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\214\266\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x21", + "green" : "0x3D", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\345\216\237\350\277\234\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\345\216\237\350\277\234\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..255a7e4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\345\216\237\350\277\234\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAF", + "green" : "0xBE", + "red" : "0x9A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\347\201\260\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\347\201\260\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..a57b76c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\347\201\260\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4B", + "green" : "0x80", + "red" : "0x8E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\347\217\240\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\347\217\240\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..a42653f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\347\217\240\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE6", + "green" : "0xEB", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\350\214\211\350\216\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\350\214\211\350\216\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..98aec4a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\350\214\211\350\216\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5D", + "green" : "0x47", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\350\216\223\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\350\216\223\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..cf32ed7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\350\216\223\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x6F", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..1a0b8b1 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\211\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0xB4", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\224\350\202\211\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\224\350\202\211\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..43c8fa4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\224\350\202\211\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCE", + "green" : "0xE6", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\267\345\217\266\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\267\345\217\266\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..ed21a76 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\267\345\217\266\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x68", + "red" : "0x1A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\267\350\212\261\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\267\350\212\261\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..8c4ca86 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\267\350\212\261\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDE", + "green" : "0xEC", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\270\350\215\240\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\270\350\215\240\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..95d3cb5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\215\270\350\215\240\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x1C", + "red" : "0x41" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\223\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\223\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..e29b0c8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\223\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0x5A", + "red" : "0xC4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\223\351\205\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\223\351\205\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..42d6b9d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\223\351\205\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x19", + "green" : "0x5D", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\261\351\230\263\346\242\250\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\261\351\230\263\346\242\250\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..c656096 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\261\351\230\263\346\242\250\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x25", + "green" : "0x5F", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\262\345\255\220\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\262\345\255\220\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..e03bb45 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\262\345\255\220\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAA", + "green" : "0xD3", + "red" : "0xE5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\262\347\223\243\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\262\347\223\243\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..e97f686 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\262\347\223\243\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7F", + "green" : "0x51", + "red" : "0xEA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\275\344\270\233\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\275\344\270\233\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..d0e53d8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\216\275\344\270\233\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x1E", + "red" : "0x14" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\212\350\225\276\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\212\350\225\276\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..5930c01 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\212\350\225\276\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB6", + "green" : "0xDD", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\234\345\244\264\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\234\345\244\264\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..65d78f7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\234\345\244\264\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x1C", + "red" : "0x95" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\240\346\240\271\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\240\346\240\271\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..a67212f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\240\346\240\271\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x3C", + "red" : "0xD1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\240\350\220\235\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\240\350\220\235\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..05fe33e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\240\350\220\235\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x79", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\261\351\224\260\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\261\351\224\260\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..0718cc3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\217\261\351\224\260\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA3", + "green" : "0x76", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\235\345\205\260\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\235\345\205\260\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..a6bb635 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\235\345\205\260\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAF", + "green" : "0x8E", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\235\345\215\234\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\235\345\215\234\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..b20ffe8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\235\345\215\234\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x3C", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\275\350\213\261\346\267\241\347\262\211.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\275\350\213\261\346\267\241\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..e049099 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\275\350\213\261\346\267\241\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD0", + "green" : "0xE8", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\275\351\234\236\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\275\351\234\236\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..07a469e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\220\275\351\234\236\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x48", + "red" : "0xCF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\233\345\267\276\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\233\345\267\276\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..4e39a19 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\233\345\267\276\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0x20", + "red" : "0x7E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..f15afe3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x1F", + "red" : "0x4C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\351\205\222\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\351\205\222\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..92f16b7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\351\205\222\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2E", + "green" : "0x10", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\351\205\261\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\351\205\261\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1888e37 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\241\350\220\204\351\205\261\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x12", + "red" : "0x5A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\261\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\261\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..c34c8a7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\261\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0xA0", + "red" : "0x40" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\265\346\211\207\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\265\346\211\207\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..4fd2390 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\221\265\346\211\207\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6A", + "green" : "0xD8", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\222\275\346\262\271\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\222\275\346\262\271\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..6708bf6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\222\275\346\262\271\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x34", + "green" : "0x38", + "red" : "0x37" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\222\277\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\222\277\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..6df1d01 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\222\277\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x43", + "green" : "0xC2", + "red" : "0xDF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\223\235\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\223\235\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..e4cffce --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\223\235\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x82", + "green" : "0xA1", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\223\237\347\262\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\223\237\347\262\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..e8a263d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\223\237\347\262\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD5", + "green" : "0xD2", + "red" : "0xE6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\224\232\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\224\232\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..61caed9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\224\232\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCB", + "green" : "0xB7", + "red" : "0x29" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\224\273\346\242\242\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\224\273\346\242\242\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..90b67a7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\224\273\346\242\242\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0xBE", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\225\210\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\225\210\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..c61989e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\225\210\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x94", + "green" : "0x5C", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\226\204\350\215\267\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\226\204\350\215\267\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..71150f3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\226\204\350\215\267\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x7F", + "red" : "0x20" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\217\350\212\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\217\350\212\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..7fc8aff --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\217\350\212\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0x2D", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\225\350\215\267.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\225\350\215\267.colorset/Contents.json" new file mode 100644 index 0000000..aa24a5e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\225\350\215\267.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAE", + "green" : "0xC3", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\244\350\220\235\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\244\350\220\235\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..5ee52ae --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\244\350\220\235\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA3", + "green" : "0x76", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\244\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\244\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..ba5d3ac --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\227\244\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x11", + "green" : "0xD1", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\216\347\232\256\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\216\347\232\256\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..c72c9d4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\216\347\232\256\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0xAD", + "red" : "0xEA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\271\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\271\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..c5318e4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\271\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB8", + "green" : "0x77", + "red" : "0x21" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\276\345\243\263\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\276\345\243\263\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..3af94ac --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\231\276\345\243\263\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9D", + "green" : "0x9D", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\232\214\350\202\211\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\232\214\350\202\211\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..3ee0193 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\232\214\350\202\211\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDB", + "green" : "0xF1", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\213\345\243\263\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\213\345\243\263\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..723ee45 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\213\345\243\263\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x87", + "green" : "0xC3", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\213\347\231\275\347\237\263\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\213\347\231\275\347\237\263\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..528644d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\213\347\231\275\347\237\263\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x95", + "red" : "0x57" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\231\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\231\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..1a4f687 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\231\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x87", + "green" : "0xB7", + "red" : "0x45" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\233\347\275\221\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\233\347\275\221\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..73cfe0e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\233\233\347\275\221\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x91", + "green" : "0xA0", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\234\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\234\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..36f4fb1 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\234\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x57", + "green" : "0xB9", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\264\350\234\212\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\264\350\234\212\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..a2320dc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\264\350\234\212\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x5E", + "red" : "0x83" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\273\350\234\223\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\273\350\234\223\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..cbcc2cb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\273\350\234\223\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x44", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\273\350\234\223\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\273\350\234\223\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..2c4ae00 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\234\273\350\234\223\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0x81", + "red" : "0x3B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\235\266\347\277\205\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\235\266\347\277\205\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..de94eee --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\235\266\347\277\205\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA1", + "green" : "0x7C", + "red" : "0x4E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\235\266\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\235\266\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..23e268d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\235\266\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x49", + "green" : "0xD8", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\236\272\347\224\270\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\236\272\347\224\270\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..ca1e47d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\236\272\347\224\270\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9B", + "green" : "0x75", + "red" : "0x74" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..3ace686 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0x5E", + "red" : "0x69" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..6046c0b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x76", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..10648ca --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\345\243\263\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x20", + "green" : "0x3C", + "red" : "0x51" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\350\235\245\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\350\235\245\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..f7714a4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\271\350\235\245\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x28", + "green" : "0x4B", + "red" : "0xB1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\276\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\276\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..d890048 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\237\276\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0x95", + "red" : "0x3C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\246\206\347\233\206\345\255\220\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\246\206\347\233\206\345\255\220\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..5978239 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\246\206\347\233\206\345\255\220\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x1F", + "red" : "0xAC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\260\267\351\236\230\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\260\267\351\236\230\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..3f11634 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\260\267\351\236\230\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0x76", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\260\267\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\260\267\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..1ef7d2e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\260\267\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x04", + "green" : "0xB0", + "red" : "0xE8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\346\261\201\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\346\261\201\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..a117bdd --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\346\261\201\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC1", + "green" : "0xE8", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\346\262\231.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\346\262\231.colorset/Contents.json" new file mode 100644 index 0000000..143d4dc --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\346\262\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x1E", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\350\224\273\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\350\224\273\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..5d8217c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\206\350\224\273\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x98", + "green" : "0x65", + "red" : "0xAD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\207\350\261\206\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\207\350\261\206\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..245e7b5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\207\350\261\206\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB2", + "green" : "0x9D", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\241\347\211\231\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\241\347\211\231\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..9995f89 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\241\347\211\231\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF8", + "green" : "0xFE", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\241\347\211\231\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\241\347\211\231\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..e81d88e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\261\241\347\211\231\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x95", + "green" : "0xD6", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\262\202\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\262\202\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..f49f6f7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\262\202\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x31", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\265\255\347\237\263.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\265\255\347\237\263.colorset/Contents.json" new file mode 100644 index 0000000..7e15965 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\265\255\347\237\263.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x26", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\275\257\346\234\250\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\275\257\346\234\250\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..69e5203 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\275\257\346\234\250\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x44", + "green" : "0x9E", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\277\234\345\244\251\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\277\234\345\244\251\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..169323f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\277\234\345\244\251\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE6", + "green" : "0xDF", + "red" : "0xD0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\277\234\345\261\261\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\277\234\345\261\261\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..9817896 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\350\277\234\345\261\261\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD6", + "green" : "0xCC", + "red" : "0xCC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\242\351\205\261\350\215\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\242\351\205\261\350\215\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..d868fc1 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\242\351\205\261\350\215\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8B", + "green" : "0x70", + "red" : "0xC5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\252\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\252\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..2d39643 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\252\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0xDE", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\261\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\261\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..e132b25 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\261\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x1F", + "red" : "0x5A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\261\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\261\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..cac639a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\205\261\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x10", + "red" : "0x4D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\206\211\347\223\234\350\202\211.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\206\211\347\223\234\350\202\211.colorset/Contents.json" new file mode 100644 index 0000000..bbe8aa5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\206\211\347\223\234\350\202\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x85", + "red" : "0xDB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\211\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\211\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..365749a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\211\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB5", + "green" : "0x81", + "red" : "0x17" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\217\212\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\217\212\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..433be5e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\217\212\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x88", + "green" : "0x52", + "red" : "0x52" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\221\241\350\220\204\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\221\241\350\220\204\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..6234b91 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\221\241\350\220\204\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4B", + "green" : "0x2F", + "red" : "0x30" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\224\267\350\226\207\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\224\267\350\226\207\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..eaea38e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\216\350\224\267\350\226\207\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x68", + "green" : "0x99", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\345\217\266\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\345\217\266\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..3c29434 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\345\217\266\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0F", + "green" : "0xA6", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\347\223\234\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\347\223\234\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..81708a5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\347\223\234\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0xD2", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\347\233\217\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\347\233\217\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..e64da27 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\347\233\217\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x07", + "green" : "0xC3", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\350\216\262\350\212\261\346\251\231.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\350\216\262\350\212\261\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..7e01ed7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\350\216\262\350\212\261\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x6B", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\350\216\272\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\350\216\272\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..6c2b957 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\350\216\272\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0xA8", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\251\274.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\251\274.colorset/Contents.json" new file mode 100644 index 0000000..72d17f4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\251\274.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x28", + "green" : "0x68", + "red" : "0xE4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\261\274\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\261\274\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..971b788 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\261\274\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x0A", + "red" : "0x50" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..7a4382f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\207\221\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x6B", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\242\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\242\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..a830af9 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\242\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x14", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\242\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\242\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..3576686 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\242\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x34", + "green" : "0x23", + "red" : "0x14" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\264\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\264\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..5dc59e6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\222\264\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBC", + "green" : "0x94", + "red" : "0x1A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\201\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\201\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..768699a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\201\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x59", + "red" : "0xD8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\201\346\260\264\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\201\346\260\264\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..0016a1c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\201\346\260\264\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x39", + "red" : "0xF5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\205\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\205\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..456ec63 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\205\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAC", + "green" : "0xB5", + "red" : "0xBB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\234\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\234\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..fa9aaec --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\234\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0xAE", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\346\234\261.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\346\234\261.colorset/Contents.json" new file mode 100644 index 0000000..069a23f --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\346\234\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x06", + "green" : "0x3E", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a355886 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x80", + "red" : "0x91" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..ddabb05 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xED", + "green" : "0xF0", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\351\261\274\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\351\261\274\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..86eac86 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\351\261\274\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD3", + "green" : "0xD1", + "red" : "0xCD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\351\274\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\351\274\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..c793576 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\223\266\351\274\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x90", + "green" : "0xAA", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\224\214\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\224\214\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..3b3ce0a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\224\214\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x73", + "red" : "0x7A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\224\246\350\221\265\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\224\246\350\221\265\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..dd04ef4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\224\246\350\221\265\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x53", + "green" : "0x35", + "red" : "0xBF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\225\215\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\225\215\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..e651b5a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\225\215\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0xA3", + "red" : "0x9F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\225\277\347\237\263\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\225\277\347\237\263\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..35d7ff3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\225\277\347\237\263\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x34", + "red" : "0x36" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\227\252\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\227\252\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..d2b0fdf --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\227\252\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB1", + "green" : "0xAB", + "red" : "0x7C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\231\266\347\223\267\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\231\266\347\223\267\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..a10ef20 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\231\266\347\223\267\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x67", + "red" : "0xE1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\232\220\347\272\242\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\232\220\347\272\242\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..48c9180 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\232\220\347\272\242\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA1", + "green" : "0x98", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\201\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\201\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..5d8ed41 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\201\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x76", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\204\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\204\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..d986149 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\204\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x00", + "green" : "0x99", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\205\346\242\250\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\205\346\242\250\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..1870a15 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\205\346\242\250\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0xC8", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\252\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\252\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..50b47ea --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\233\252\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF9", + "green" : "0xFE", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\234\201\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\234\201\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..faf2e3e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\234\201\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD0", + "green" : "0xBB", + "red" : "0x63" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\234\236\345\205\211\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\234\236\345\205\211\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..99ac094 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\234\236\345\205\211\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA0", + "green" : "0x82", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..87f1829 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x33", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\347\237\276\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\347\237\276\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..cedfde2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\347\237\276\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x78", + "green" : "0x96", + "red" : "0x2C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\350\216\262.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\350\216\262.colorset/Contents.json" new file mode 100644 index 0000000..33a8d2b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\350\216\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0x26", + "red" : "0x8B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\350\233\244\345\243\263\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\350\233\244\345\243\263\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..0dc3245 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\222\350\233\244\345\243\263\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA8", + "green" : "0x84", + "red" : "0xBC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\233\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\233\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..469a8da --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\235\233\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAB", + "green" : "0x61", + "red" : "0x16" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\242\212\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\242\212\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..6c19358 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\242\212\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0xAA", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\216\345\270\206\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\216\345\270\206\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..ad28f29 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\216\345\270\206\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x91", + "red" : "0xDC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\236\346\263\211\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\236\346\263\211\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..5aa2a25 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\236\346\263\211\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x68", + "green" : "0x75", + "red" : "0x49" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\236\347\207\225\350\215\211\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\236\347\207\225\350\215\211\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..a81c3cf --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\243\236\347\207\225\350\215\211\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA4", + "green" : "0x59", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\345\217\266\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\345\217\266\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..a92f297 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\345\217\266\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x82", + "green" : "0x7C", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\346\260\264\347\216\253\347\221\260\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\346\260\264\347\216\253\347\221\260\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..3885ccf --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\346\260\264\347\216\253\347\221\260\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x94", + "green" : "0xDA", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\350\225\211\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\350\225\211\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..1f1b74a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\246\231\350\225\211\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x11", + "green" : "0xBF", + "red" : "0xE4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\251\254\351\236\255\350\215\211\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\251\254\351\236\255\350\215\211\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..5047c20 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\251\254\351\236\255\350\215\211\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE7", + "green" : "0xE3", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\251\274\350\211\262.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\251\274\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..8231126 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\251\274\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x46", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\253\230\347\262\261\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\253\230\347\262\261\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..5fcad86 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\253\230\347\262\261\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x38", + "green" : "0x2C", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\255\217\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\255\217\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..67f8dce --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\255\217\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0x16", + "red" : "0x7E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\345\260\276\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\345\260\276\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..c39415a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\345\260\276\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6D", + "green" : "0x61", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\350\202\232\347\231\275.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\350\202\232\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..b2a4cf6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\350\202\232\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xED", + "green" : "0xF4", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\351\263\203\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\351\263\203\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..bc002b7 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\261\274\351\263\203\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x3B", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\221\351\261\274\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\221\351\261\274\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..5ad18ed --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\221\351\261\274\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5A", + "green" : "0x9C", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\233\351\235\222.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\233\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..c2c77c3 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\233\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x72", + "red" : "0x87" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\234\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\234\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..c1c99a8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\234\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x44", + "green" : "0xB2", + "red" : "0x43" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\270\351\261\274\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\270\351\261\274\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..9eae79b --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\262\270\351\261\274\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x64", + "green" : "0x51", + "red" : "0x47" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\267\203\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\267\203\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..4f606ed --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\267\203\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x4A", + "red" : "0x14" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\241\350\233\213\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\241\350\233\213\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..e5c7a26 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\241\350\233\213\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x12", + "green" : "0xB6", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\242\345\260\276\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\242\345\260\276\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..d833797 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\242\345\260\276\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB8", + "green" : "0x8B", + "red" : "0x15" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\245\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\245\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..c12ebbb --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\245\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD4", + "green" : "0xD2", + "red" : "0xC7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\275\350\223\235.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\275\350\223\235.colorset/Contents.json" new file mode 100644 index 0000000..502f563 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\270\275\350\223\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x38", + "green" : "0x29", + "red" : "0x1C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\345\206\240\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\345\206\240\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..6e214cf --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\345\206\240\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2D", + "green" : "0x1A", + "red" : "0xD1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\346\216\214\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\346\216\214\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..d65ad6d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\346\216\214\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x29", + "green" : "0xB9", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\350\241\200\347\237\263\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\350\241\200\347\237\263\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..fb2759c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\205\350\241\200\347\237\263\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x37", + "red" : "0xAB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\236\345\206\240\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\236\345\206\240\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..44f1be6 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\236\345\206\240\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x34", + "green" : "0x1D", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\244\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\244\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..27d0a5a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\244\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x40", + "red" : "0x4A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\244\351\241\266\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\244\351\241\266\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..6cec94e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\244\351\241\266\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x25", + "red" : "0xD4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\246\351\271\211\345\206\240\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\246\351\271\211\345\206\240\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..21edcf2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\246\351\271\211\345\206\240\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0xC4", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\246\351\271\211\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\246\351\271\211\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..003c33a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\246\351\271\211\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0xAE", + "red" : "0x5B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\277\347\232\256\350\244\220.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\277\347\232\256\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..98411b5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\277\347\232\256\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x56", + "green" : "0x91", + "red" : "0xD9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\277\350\247\222\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\277\350\247\222\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..05fda1c --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\271\277\350\247\222\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8D", + "green" : "0xBD", + "red" : "0xE3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\202\346\243\225.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\202\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..f3002a2 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\202\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x76", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\347\247\206\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\347\247\206\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..c3f57e5 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\347\247\206\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0xDF", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\350\212\275\347\263\226\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\350\212\275\347\263\226\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..72a57fa --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\350\212\275\347\263\226\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7D", + "green" : "0xD2", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\350\213\227\347\273\277.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\350\213\227\347\273\277.colorset/Contents.json" new file mode 100644 index 0000000..bfcc63d --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\272\246\350\213\227\347\273\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0xBB", + "red" : "0x55" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\273\204\346\230\217\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\273\204\346\230\217\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..2c7e3d4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\273\204\346\230\217\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x4B", + "red" : "0x47" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\273\204\350\277\236\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\273\204\350\277\236\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..b8ead7e --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\273\204\350\277\236\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x15", + "green" : "0xC5", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\240\350\203\214\347\201\260.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\240\350\203\214\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..5f469d4 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\240\350\203\214\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5C", + "green" : "0x57", + "red" : "0x73" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\240\351\274\273\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\240\351\274\273\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..9c429a8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\240\351\274\273\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB8", + "green" : "0xB4", + "red" : "0xE3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\254\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\254\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..683e746 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\274\254\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0A", + "green" : "0xB7", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\347\235\233\351\261\274\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\347\235\233\351\261\274\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..2a2de04 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\347\235\233\351\261\274\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x2A", + "red" : "0x4E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\347\235\233\351\261\274\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\347\235\233\351\261\274\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..679190a --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\347\235\233\351\261\274\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x63", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\350\221\265\347\264\253.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\350\221\265\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1db85fd --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\350\221\265\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3B", + "green" : "0x2F", + "red" : "0x32" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\351\241\273\347\272\242.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\351\241\273\347\272\242.colorset/Contents.json" new file mode 100644 index 0000000..12400f8 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\231\351\241\273\347\272\242.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x95", + "green" : "0x55", + "red" : "0xCC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\237\350\203\214\351\273\204.colorset/Contents.json" "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\237\350\203\214\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..e2c0b14 --- /dev/null +++ "b/\344\270\255\345\233\275\344\274\240\347\273\237\351\242\234\350\211\262.xcassets/\351\276\237\350\203\214\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x6B", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.swift" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.swift" new file mode 100644 index 0000000..0eb46ad --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.swift" @@ -0,0 +1,3699 @@ +// +// 中國傳統顏色.swift +// +// +// Created by YungCheng Yeh on 2021/11/9. +// + +#if os(iOS) || os(watchOS) || os(tvOS) + import UIKit +#elseif os(macOS) + import Cocoa +#else + +#endif + +struct 中國傳統顏色 { + /** + 暗玉紫 + #6038051 + red: 0.361, green: 0.133, blue: 0.137, alpha: 1 + */ + static let 暗玉紫 = #colorLiteral(red: 0.361, green: 0.133, blue: 0.137, alpha: 1) + + /** + 牡丹粉紅 + #15639204 + red: 0.933, green: 0.635, blue: 0.643, alpha: 1 + */ + static let 牡丹粉紅 = #colorLiteral(red: 0.933, green: 0.635, blue: 0.643, alpha: 1) + + /** + 栗紫 + #5904667 + red: 0.353, green: 0.098, blue: 0.106, alpha: 1 + */ + static let 栗紫 = #colorLiteral(red: 0.353, green: 0.098, blue: 0.106, alpha: 1) + + /** + 香葉紅 + #15760514 + red: 0.941, green: 0.486, blue: 0.510, alpha: 1 + */ + static let 香葉紅 = #colorLiteral(red: 0.941, green: 0.486, blue: 0.510, alpha: 1) + + /** + 葡萄醬紫 + #5902870 + red: 0.353, green: 0.071, blue: 0.086, alpha: 1 + */ + static let 葡萄醬紫 = #colorLiteral(red: 0.353, green: 0.071, blue: 0.086, alpha: 1) + + /** + 艷紅 + #15555173 + red: 0.929, green: 0.353, blue: 0.396, alpha: 1 + */ + static let 艷紅 = #colorLiteral(red: 0.929, green: 0.353, blue: 0.396, alpha: 1) + + /** + 玉紅 + #12601425 + red: 0.753, green: 0.282, blue: 0.318, alpha: 1 + */ + static let 玉紅 = #colorLiteral(red: 0.753, green: 0.282, blue: 0.318, alpha: 1) + + /** + 茶花紅 + #15613773 + red: 0.933, green: 0.247, blue: 0.302, alpha: 1 + */ + static let 茶花紅 = #colorLiteral(red: 0.933, green: 0.247, blue: 0.302, alpha: 1) + + /** + 高粱紅 + #12594232 + red: 0.753, green: 0.173, blue: 0.220, alpha: 1 + */ + static let 高粱紅 = #colorLiteral(red: 0.753, green: 0.173, blue: 0.220, alpha: 1) + + /** + 滿江紅 + #10965850 + red: 0.655, green: 0.325, blue: 0.353, alpha: 1 + */ + static let 滿江紅 = #colorLiteral(red: 0.655, green: 0.325, blue: 0.353, alpha: 1) + + /** + 鼠鼻紅 + #14922936 + red: 0.890, green: 0.706, blue: 0.722, alpha: 1 + */ + static let 鼠鼻紅 = #colorLiteral(red: 0.890, green: 0.706, blue: 0.722, alpha: 1) + + /** + 合歡紅 + #15770024 + red: 0.941, green: 0.631, blue: 0.659, alpha: 1 + */ + static let 合歡紅 = #colorLiteral(red: 0.941, green: 0.631, blue: 0.659, alpha: 1) + + /** + 春梅紅 + #15831964 + red: 0.945, green: 0.576, blue: 0.612, alpha: 1 + */ + static let 春梅紅 = #colorLiteral(red: 0.945, green: 0.576, blue: 0.612, alpha: 1) + + /** + 莧菜紅 + #10885929 + red: 0.651, green: 0.106, blue: 0.161, alpha: 1 + */ + static let 莧菜紅 = #colorLiteral(red: 0.651, green: 0.106, blue: 0.161, alpha: 1) + + /** + 煙紅 + #8998484 + red: 0.537, green: 0.306, blue: 0.329, alpha: 1 + */ + static let 煙紅 = #colorLiteral(red: 0.537, green: 0.306, blue: 0.329, alpha: 1) + + /** + 莓紅 + #12868197 + red: 0.769, green: 0.353, blue: 0.396, alpha: 1 + */ + static let 莓紅 = #colorLiteral(red: 0.769, green: 0.353, blue: 0.396, alpha: 1) + + /** + 鵝冠紅 + #13703725 + red: 0.820, green: 0.102, blue: 0.176, alpha: 1 + */ + static let 鵝冠紅 = #colorLiteral(red: 0.820, green: 0.102, blue: 0.176, alpha: 1) + + /** + 楓葉紅 + #12721968 + red: 0.761, green: 0.122, blue: 0.188, alpha: 1 + */ + static let 楓葉紅 = #colorLiteral(red: 0.761, green: 0.122, blue: 0.188, alpha: 1) + + /** + 唐菖蒲紅 + #14556209 + red: 0.871, green: 0.110, blue: 0.192, alpha: 1 + */ + static let 唐菖蒲紅 = #colorLiteral(red: 0.871, green: 0.110, blue: 0.192, alpha: 1) + + /** + 棗紅 + #8132643 + red: 0.486, green: 0.094, blue: 0.137, alpha: 1 + */ + static let 棗紅 = #colorLiteral(red: 0.486, green: 0.094, blue: 0.137, alpha: 1) + + /** + 豬肝紫 + #5512740 + red: 0.329, green: 0.118, blue: 0.141, alpha: 1 + */ + static let 豬肝紫 = #colorLiteral(red: 0.329, green: 0.118, blue: 0.141, alpha: 1) + + /** + 葡萄紫 + #4988708 + red: 0.298, green: 0.122, blue: 0.141, alpha: 1 + */ + static let 葡萄紫 = #colorLiteral(red: 0.298, green: 0.122, blue: 0.141, alpha: 1) + + /** + 暗紫苑紅 + #8527915 + red: 0.510, green: 0.125, blue: 0.169, alpha: 1 + */ + static let 暗紫苑紅 = #colorLiteral(red: 0.510, green: 0.125, blue: 0.169, alpha: 1) + + /** + 殷紅 + #8524063 + red: 0.510, green: 0.067, blue: 0.122, alpha: 1 + */ + static let 殷紅 = #colorLiteral(red: 0.510, green: 0.067, blue: 0.122, alpha: 1) + + /** + 草茉莉紅 + #15681373 + red: 0.937, green: 0.278, blue: 0.365, alpha: 1 + */ + static let 草茉莉紅 = #colorLiteral(red: 0.937, green: 0.278, blue: 0.365, alpha: 1) + + /** + 醬紫 + #5050392 + red: 0.302, green: 0.063, blue: 0.094, alpha: 1 + */ + static let 醬紫 = #colorLiteral(red: 0.302, green: 0.063, blue: 0.094, alpha: 1) + + /** + 山茶紅 + #15553898 + red: 0.929, green: 0.333, blue: 0.416, alpha: 1 + */ + static let 山茶紅 = #colorLiteral(red: 0.929, green: 0.333, blue: 0.416, alpha: 1) + + /** + 鋅灰 + #8024948 + red: 0.478, green: 0.451, blue: 0.455, alpha: 1 + */ + static let 鋅灰 = #colorLiteral(red: 0.478, green: 0.451, blue: 0.455, alpha: 1) + + /** + 海棠紅 + #15742802 + red: 0.941, green: 0.216, blue: 0.322, alpha: 1 + */ + static let 海棠紅 = #colorLiteral(red: 0.941, green: 0.216, blue: 0.322, alpha: 1) + + /** + 薊粉紅 + #15127253 + red: 0.902, green: 0.824, blue: 0.835, alpha: 1 + */ + static let 薊粉紅 = #colorLiteral(red: 0.902, green: 0.824, blue: 0.835, alpha: 1) + + /** + 石蕊紅 + #15780303 + red: 0.941, green: 0.788, blue: 0.812, alpha: 1 + */ + static let 石蕊紅 = #colorLiteral(red: 0.941, green: 0.788, blue: 0.812, alpha: 1) + + /** + 淡曙紅 + #15607622 + red: 0.933, green: 0.153, blue: 0.275, alpha: 1 + */ + static let 淡曙紅 = #colorLiteral(red: 0.933, green: 0.153, blue: 0.275, alpha: 1) + + /** + 李紫 + #2822678 + red: 0.169, green: 0.071, blue: 0.086, alpha: 1 + */ + static let 李紫 = #colorLiteral(red: 0.169, green: 0.071, blue: 0.086, alpha: 1) + + /** + 石竹紅 + #15616099 + red: 0.933, green: 0.282, blue: 0.388, alpha: 1 + */ + static let 石竹紅 = #colorLiteral(red: 0.933, green: 0.282, blue: 0.388, alpha: 1) + + /** + 淡茜紅 + #15170702 + red: 0.906, green: 0.486, blue: 0.557, alpha: 1 + */ + static let 淡茜紅 = #colorLiteral(red: 0.906, green: 0.486, blue: 0.557, alpha: 1) + + /** + 金魚紫 + #5245462 + red: 0.314, green: 0.039, blue: 0.086, alpha: 1 + */ + static let 金魚紫 = #colorLiteral(red: 0.314, green: 0.039, blue: 0.086, alpha: 1) + + /** + 山黎豆紅 + #12745864 + red: 0.761, green: 0.486, blue: 0.533, alpha: 1 + */ + static let 山黎豆紅 = #colorLiteral(red: 0.761, green: 0.486, blue: 0.533, alpha: 1) + + /** + 鼠背灰 + #7559004 + red: 0.451, green: 0.341, blue: 0.361, alpha: 1 + */ + static let 鼠背灰 = #colorLiteral(red: 0.451, green: 0.341, blue: 0.361, alpha: 1) + + /** + 淡蕊香紅 + #15616102 + red: 0.933, green: 0.282, blue: 0.400, alpha: 1 + */ + static let 淡蕊香紅 = #colorLiteral(red: 0.933, green: 0.282, blue: 0.400, alpha: 1) + + /** + 甘蔗紫 + #6428196 + red: 0.384, green: 0.086, blue: 0.141, alpha: 1 + */ + static let 甘蔗紫 = #colorLiteral(red: 0.384, green: 0.086, blue: 0.141, alpha: 1) + + /** + 月季紅 + #13522807 + red: 0.808, green: 0.341, blue: 0.467, alpha: 1 + */ + static let 月季紅 = #colorLiteral(red: 0.808, green: 0.341, blue: 0.467, alpha: 1) + + /** + 尖晶玉紅 + #13375034 + red: 0.800, green: 0.086, blue: 0.227, alpha: 1 + */ + static let 尖晶玉紅 = #colorLiteral(red: 0.800, green: 0.086, blue: 0.227, alpha: 1) + + /** + 水紅 + #15844557 + red: 0.945, green: 0.769, blue: 0.804, alpha: 1 + */ + static let 水紅 = #colorLiteral(red: 0.945, green: 0.769, blue: 0.804, alpha: 1) + + /** + 姜紅 + #15644867 + red: 0.933, green: 0.722, blue: 0.765, alpha: 1 + */ + static let 姜紅 = #colorLiteral(red: 0.933, green: 0.722, blue: 0.765, alpha: 1) + + /** + 蘆灰 + #8744306 + red: 0.522, green: 0.427, blue: 0.447, alpha: 1 + */ + static let 蘆灰 = #colorLiteral(red: 0.522, green: 0.427, blue: 0.447, alpha: 1) + + /** + 茄皮紫 + #2952211 + red: 0.176, green: 0.047, blue: 0.075, alpha: 1 + */ + static let 茄皮紫 = #colorLiteral(red: 0.176, green: 0.047, blue: 0.075, alpha: 1) + + /** + 蒼蠅灰 + #3549227 + red: 0.212, green: 0.157, blue: 0.169, alpha: 1 + */ + static let 蒼蠅灰 = #colorLiteral(red: 0.212, green: 0.157, blue: 0.169, alpha: 1) + + /** + 錦葵紅 + #12531027 + red: 0.749, green: 0.208, blue: 0.325, alpha: 1 + */ + static let 錦葵紅 = #colorLiteral(red: 0.749, green: 0.208, blue: 0.325, alpha: 1) + + /** + 粉團花紅 + #15506349 + red: 0.925, green: 0.608, blue: 0.678, alpha: 1 + */ + static let 粉團花紅 = #colorLiteral(red: 0.925, green: 0.608, blue: 0.678, alpha: 1) + + /** + 石竹紫 + #6489884 + red: 0.388, green: 0.027, blue: 0.110, alpha: 1 + */ + static let 石竹紫 = #colorLiteral(red: 0.388, green: 0.027, blue: 0.110, alpha: 1) + + /** + 卵石紫 + #3151388 + red: 0.188, green: 0.086, blue: 0.110, alpha: 1 + */ + static let 卵石紫 = #colorLiteral(red: 0.188, green: 0.086, blue: 0.110, alpha: 1) + + /** + 晶紅 + #15640247 + red: 0.933, green: 0.651, blue: 0.718, alpha: 1 + */ + static let 晶紅 = #colorLiteral(red: 0.933, green: 0.651, blue: 0.718, alpha: 1) + + /** + 芝蘭紫 + #15322323 + red: 0.914, green: 0.800, blue: 0.827, alpha: 1 + */ + static let 芝蘭紫 = #colorLiteral(red: 0.914, green: 0.800, blue: 0.827, alpha: 1) + + /** + 芍藥耕紅 + #15442099 + red: 0.922, green: 0.627, blue: 0.702, alpha: 1 + */ + static let 芍藥耕紅 = #colorLiteral(red: 0.922, green: 0.627, blue: 0.702, alpha: 1) + + /** + 暮雲灰 + #5191742 + red: 0.310, green: 0.220, blue: 0.243, alpha: 1 + */ + static let 暮雲灰 = #colorLiteral(red: 0.310, green: 0.220, blue: 0.243, alpha: 1) + + /** + 豇豆紅 + #15572402 + red: 0.929, green: 0.616, blue: 0.698, alpha: 1 + */ + static let 豇豆紅 = #colorLiteral(red: 0.929, green: 0.616, blue: 0.698, alpha: 1) + + /** + 報春紅 + #15501988 + red: 0.925, green: 0.541, blue: 0.643, alpha: 1 + */ + static let 報春紅 = #colorLiteral(red: 0.925, green: 0.541, blue: 0.643, alpha: 1) + + /** + 淡絳紅 + #15496854 + red: 0.925, green: 0.463, blue: 0.588, alpha: 1 + */ + static let 淡絳紅 = #colorLiteral(red: 0.925, green: 0.463, blue: 0.588, alpha: 1) + + /** + 鳳仙花紅 + #15364755 + red: 0.918, green: 0.447, blue: 0.576, alpha: 1 + */ + static let 鳳仙花紅 = #colorLiteral(red: 0.918, green: 0.447, blue: 0.576, alpha: 1) + + /** + 霞光紅 + #15696544 + red: 0.937, green: 0.510, blue: 0.627, alpha: 1 + */ + static let 霞光紅 = #colorLiteral(red: 0.937, green: 0.510, blue: 0.627, alpha: 1) + + /** + 喜蛋紅 + #15477860 + red: 0.925, green: 0.173, blue: 0.392, alpha: 1 + */ + static let 喜蛋紅 = #colorLiteral(red: 0.925, green: 0.173, blue: 0.392, alpha: 1) + + /** + 夾竹桃紅 + #15421566 + red: 0.922, green: 0.314, blue: 0.494, alpha: 1 + */ + static let 夾竹桃紅 = #colorLiteral(red: 0.922, green: 0.314, blue: 0.494, alpha: 1) + + /** + 松葉牡丹紅 + #15416432 + red: 0.922, green: 0.235, blue: 0.439, alpha: 1 + */ + static let 松葉牡丹紅 = #colorLiteral(red: 0.922, green: 0.235, blue: 0.439, alpha: 1) + + /** + 蓮瓣紅 + #15356287 + red: 0.918, green: 0.318, blue: 0.498, alpha: 1 + */ + static let 蓮瓣紅 = #colorLiteral(red: 0.918, green: 0.318, blue: 0.498, alpha: 1) + + /** + 白芨紅 + #14579863 + red: 0.871, green: 0.471, blue: 0.592, alpha: 1 + */ + static let 白芨紅 = #colorLiteral(red: 0.871, green: 0.471, blue: 0.592, alpha: 1) + + /** + 隱紅灰 + #11901089 + red: 0.710, green: 0.596, blue: 0.631, alpha: 1 + */ + static let 隱紅灰 = #colorLiteral(red: 0.710, green: 0.596, blue: 0.631, alpha: 1) + + /** + 榲桲紅 + #15544170 + red: 0.929, green: 0.184, blue: 0.416, alpha: 1 + */ + static let 榲桲紅 = #colorLiteral(red: 0.929, green: 0.184, blue: 0.416, alpha: 1) + + /** + 酢醬草紅 + #12939403 + red: 0.773, green: 0.439, blue: 0.545, alpha: 1 + */ + static let 酢醬草紅 = #colorLiteral(red: 0.773, green: 0.439, blue: 0.545, alpha: 1) + + /** + 火鵝紫 + #3347486 + red: 0.200, green: 0.078, blue: 0.118, alpha: 1 + */ + static let 火鵝紫 = #colorLiteral(red: 0.200, green: 0.078, blue: 0.118, alpha: 1) + + /** + 鷂冠紫 + #6430004 + red: 0.384, green: 0.114, blue: 0.204, alpha: 1 + */ + static let 鷂冠紫 = #colorLiteral(red: 0.384, green: 0.114, blue: 0.204, alpha: 1) + + /** + 品紅 + #15676531 + red: 0.937, green: 0.204, blue: 0.451, alpha: 1 + */ + static let 品紅 = #colorLiteral(red: 0.937, green: 0.204, blue: 0.451, alpha: 1) + + /** + 磨石紫 + #3678505 + red: 0.220, green: 0.129, blue: 0.161, alpha: 1 + */ + static let 磨石紫 = #colorLiteral(red: 0.220, green: 0.129, blue: 0.161, alpha: 1) + + /** + 墨紫 + #3215131 + red: 0.192, green: 0.059, blue: 0.106, alpha: 1 + */ + static let 墨紫 = #colorLiteral(red: 0.192, green: 0.059, blue: 0.106, alpha: 1) + + /** + 檀紫 + #3676452 + red: 0.220, green: 0.098, blue: 0.141, alpha: 1 + */ + static let 檀紫 = #colorLiteral(red: 0.220, green: 0.098, blue: 0.141, alpha: 1) + + /** + 初荷紅 + #14773398 + red: 0.882, green: 0.424, blue: 0.588, alpha: 1 + */ + static let 初荷紅 = #colorLiteral(red: 0.882, green: 0.424, blue: 0.588, alpha: 1) + + /** + 菜頭紫 + #9772104 + red: 0.584, green: 0.110, blue: 0.282, alpha: 1 + */ + static let 菜頭紫 = #colorLiteral(red: 0.584, green: 0.110, blue: 0.282, alpha: 1) + + /** + 葡萄酒紅 + #6426670 + red: 0.384, green: 0.063, blue: 0.180, alpha: 1 + */ + static let 葡萄酒紅 = #colorLiteral(red: 0.384, green: 0.063, blue: 0.180, alpha: 1) + + /** + 淡青紫 + #14731473 + red: 0.878, green: 0.784, blue: 0.820, alpha: 1 + */ + static let 淡青紫 = #colorLiteral(red: 0.878, green: 0.784, blue: 0.820, alpha: 1) + + /** + 菠根紅 + #13712500 + red: 0.820, green: 0.235, blue: 0.455, alpha: 1 + */ + static let 菠根紅 = #colorLiteral(red: 0.820, green: 0.235, blue: 0.455, alpha: 1) + + /** + 海象紫 + #4922927 + red: 0.294, green: 0.118, blue: 0.184, alpha: 1 + */ + static let 海象紫 = #colorLiteral(red: 0.294, green: 0.118, blue: 0.184, alpha: 1) + + /** + 兔眼紅 + #15486602 + red: 0.925, green: 0.306, blue: 0.541, alpha: 1 + */ + static let 兔眼紅 = #colorLiteral(red: 0.925, green: 0.306, blue: 0.541, alpha: 1) + + /** + 嫩菱紅 + #14565244 + red: 0.871, green: 0.247, blue: 0.486, alpha: 1 + */ + static let 嫩菱紅 = #colorLiteral(red: 0.871, green: 0.247, blue: 0.486, alpha: 1) + + /** + 洋蔥紫 + #11027819 + red: 0.659, green: 0.271, blue: 0.420, alpha: 1 + */ + static let 洋蔥紫 = #colorLiteral(red: 0.659, green: 0.271, blue: 0.420, alpha: 1) + + /** + 吊鐘花紅 + #13524618 + red: 0.808, green: 0.369, blue: 0.541, alpha: 1 + */ + static let 吊鐘花紅 = #colorLiteral(red: 0.808, green: 0.369, blue: 0.541, alpha: 1) + + /** + 紺紫 + #4593193 + red: 0.275, green: 0.086, blue: 0.161, alpha: 1 + */ + static let 紺紫 = #colorLiteral(red: 0.275, green: 0.086, blue: 0.161, alpha: 1) + + /** + 紫荊紅 + #15608953 + red: 0.933, green: 0.173, blue: 0.475, alpha: 1 + */ + static let 紫荊紅 = #colorLiteral(red: 0.933, green: 0.173, blue: 0.475, alpha: 1) + + /** + 扁豆花紅 + #15681931 + red: 0.937, green: 0.286, blue: 0.545, alpha: 1 + */ + static let 扁豆花紅 = #colorLiteral(red: 0.937, green: 0.286, blue: 0.545, alpha: 1) + + /** + 馬鞭草紫 + #15590375 + red: 0.929, green: 0.890, blue: 0.906, alpha: 1 + */ + static let 馬鞭草紫 = #colorLiteral(red: 0.929, green: 0.890, blue: 0.906, alpha: 1) + + /** + 藏花紅 + #15478138 + red: 0.925, green: 0.176, blue: 0.478, alpha: 1 + */ + static let 藏花紅 = #colorLiteral(red: 0.925, green: 0.176, blue: 0.478, alpha: 1) + + /** + 斑鳩灰 + #4729142 + red: 0.282, green: 0.161, blue: 0.212, alpha: 1 + */ + static let 斑鳩灰 = #colorLiteral(red: 0.282, green: 0.161, blue: 0.212, alpha: 1) + + /** + 古銅紫 + #4460069 + red: 0.267, green: 0.055, blue: 0.145, alpha: 1 + */ + static let 古銅紫 = #colorLiteral(red: 0.267, green: 0.055, blue: 0.145, alpha: 1) + + /** + 丹紫紅 + #13784716 + red: 0.824, green: 0.337, blue: 0.549, alpha: 1 + */ + static let 丹紫紅 = #colorLiteral(red: 0.824, green: 0.337, blue: 0.549, alpha: 1) + + /** + 丁香淡紫 + #15325151 + red: 0.914, green: 0.843, blue: 0.875, alpha: 1 + */ + static let 丁香淡紫 = #colorLiteral(red: 0.914, green: 0.843, blue: 0.875, alpha: 1) + + /** + 玫瑰紅 + #13776253 + red: 0.824, green: 0.208, blue: 0.490, alpha: 1 + */ + static let 玫瑰紅 = #colorLiteral(red: 0.824, green: 0.208, blue: 0.490, alpha: 1) + + /** + 古鼎灰 + #3549487 + red: 0.212, green: 0.161, blue: 0.184, alpha: 1 + */ + static let 古鼎灰 = #colorLiteral(red: 0.212, green: 0.161, blue: 0.184, alpha: 1) + + /** + 菱錳紅 + #13792931 + red: 0.824, green: 0.463, blue: 0.639, alpha: 1 + */ + static let 菱錳紅 = #colorLiteral(red: 0.824, green: 0.463, blue: 0.639, alpha: 1) + + /** + 櫻草紫 + #12611480 + red: 0.753, green: 0.435, blue: 0.596, alpha: 1 + */ + static let 櫻草紫 = #colorLiteral(red: 0.753, green: 0.435, blue: 0.596, alpha: 1) + + /** + 龍鬚紅 + #13391253 + red: 0.800, green: 0.333, blue: 0.584, alpha: 1 + */ + static let 龍鬚紅 = #colorLiteral(red: 0.800, green: 0.333, blue: 0.584, alpha: 1) + + /** + 電氣石紅 + #12801681 + red: 0.765, green: 0.337, blue: 0.569, alpha: 1 + */ + static let 電氣石紅 = #colorLiteral(red: 0.765, green: 0.337, blue: 0.569, alpha: 1) + + /** + 玫瑰紫 + #12201851 + red: 0.729, green: 0.184, blue: 0.482, alpha: 1 + */ + static let 玫瑰紫 = #colorLiteral(red: 0.729, green: 0.184, blue: 0.482, alpha: 1) + + /** + 莧菜紫 + #10165860 + red: 0.608, green: 0.118, blue: 0.392, alpha: 1 + */ + static let 莧菜紫 = #colorLiteral(red: 0.608, green: 0.118, blue: 0.392, alpha: 1) + + /** + 紫灰 + #6111057 + red: 0.365, green: 0.247, blue: 0.318, alpha: 1 + */ + static let 紫灰 = #colorLiteral(red: 0.365, green: 0.247, blue: 0.318, alpha: 1) + + /** + 龍睛魚紫 + #5122624 + red: 0.306, green: 0.165, blue: 0.251, alpha: 1 + */ + static let 龍睛魚紫 = #colorLiteral(red: 0.306, green: 0.165, blue: 0.251, alpha: 1) + + /** + 青蛤殼紫 + #12354728 + red: 0.737, green: 0.518, blue: 0.659, alpha: 1 + */ + static let 青蛤殼紫 = #colorLiteral(red: 0.737, green: 0.518, blue: 0.659, alpha: 1) + + /** + 蘿蘭紫 + #12619439 + red: 0.753, green: 0.557, blue: 0.686, alpha: 1 + */ + static let 蘿蘭紫 = #colorLiteral(red: 0.753, green: 0.557, blue: 0.686, alpha: 1) + + /** + 荸薺紫 + #4267061 + red: 0.255, green: 0.110, blue: 0.208, alpha: 1 + */ + static let 荸薺紫 = #colorLiteral(red: 0.255, green: 0.110, blue: 0.208, alpha: 1) + + /** + 豆蔻紫 + #11363736 + red: 0.678, green: 0.396, blue: 0.596, alpha: 1 + */ + static let 豆蔻紫 = #colorLiteral(red: 0.678, green: 0.396, blue: 0.596, alpha: 1) + + /** + 扁豆紫 + #10706063 + red: 0.639, green: 0.361, blue: 0.561, alpha: 1 + */ + static let 扁豆紫 = #colorLiteral(red: 0.639, green: 0.361, blue: 0.561, alpha: 1) + + /** + 牽牛紫 + #6821714 + red: 0.408, green: 0.090, blue: 0.322, alpha: 1 + */ + static let 牽牛紫 = #colorLiteral(red: 0.408, green: 0.090, blue: 0.322, alpha: 1) + + /** + 芓紫 + #8995446 + red: 0.537, green: 0.259, blue: 0.463, alpha: 1 + */ + static let 芓紫 = #colorLiteral(red: 0.537, green: 0.259, blue: 0.463, alpha: 1) + + /** + 葛巾紫 + #8265829 + red: 0.494, green: 0.125, blue: 0.396, alpha: 1 + */ + static let 葛巾紫 = #colorLiteral(red: 0.494, green: 0.125, blue: 0.396, alpha: 1) + + /** + 青蓮 + #9119345 + red: 0.545, green: 0.149, blue: 0.443, alpha: 1 + */ + static let 青蓮 = #colorLiteral(red: 0.545, green: 0.149, blue: 0.443, alpha: 1) + + /** + 芥花紫 + #9975424 + red: 0.596, green: 0.212, blue: 0.502, alpha: 1 + */ + static let 芥花紫 = #colorLiteral(red: 0.596, green: 0.212, blue: 0.502, alpha: 1) + + /** + 鳳信紫 + #13151684 + red: 0.784, green: 0.678, blue: 0.769, alpha: 1 + */ + static let 鳳信紫 = #colorLiteral(red: 0.784, green: 0.678, blue: 0.769, alpha: 1) + + /** + 深牽牛紫 + #1838362 + red: 0.110, green: 0.051, blue: 0.102, alpha: 1 + */ + static let 深牽牛紫 = #colorLiteral(red: 0.110, green: 0.051, blue: 0.102, alpha: 1) + + /** + 魏紫 + #8263281 + red: 0.494, green: 0.086, blue: 0.443, alpha: 1 + */ + static let 魏紫 = #colorLiteral(red: 0.494, green: 0.086, blue: 0.443, alpha: 1) + + /** + 烏梅紫 + #1970973 + red: 0.118, green: 0.075, blue: 0.114, alpha: 1 + */ + static let 烏梅紫 = #colorLiteral(red: 0.118, green: 0.075, blue: 0.114, alpha: 1) + + /** + 桔梗紫 + #8469637 + red: 0.506, green: 0.235, blue: 0.522, alpha: 1 + */ + static let 桔梗紫 = #colorLiteral(red: 0.506, green: 0.235, blue: 0.522, alpha: 1) + + /** + 淡牽牛紫 + #13746899 + red: 0.820, green: 0.761, blue: 0.827, alpha: 1 + */ + static let 淡牽牛紫 = #colorLiteral(red: 0.820, green: 0.761, blue: 0.827, alpha: 1) + + /** + 劍鋒紫 + #4077633 + red: 0.243, green: 0.220, blue: 0.255, alpha: 1 + */ + static let 劍鋒紫 = #colorLiteral(red: 0.243, green: 0.220, blue: 0.255, alpha: 1) + + /** + 蕈紫 + #8477844 + red: 0.506, green: 0.361, blue: 0.580, alpha: 1 + */ + static let 蕈紫 = #colorLiteral(red: 0.506, green: 0.361, blue: 0.580, alpha: 1) + + /** + 槿紫 + #8416670 + red: 0.502, green: 0.427, blue: 0.620, alpha: 1 + */ + static let 槿紫 = #colorLiteral(red: 0.502, green: 0.427, blue: 0.620, alpha: 1) + + /** + 芡食白 + #14868964 + red: 0.886, green: 0.882, blue: 0.894, alpha: 1 + */ + static let 芡食白 = #colorLiteral(red: 0.886, green: 0.882, blue: 0.894, alpha: 1) + + /** + 龍葵紫 + #3288891 + red: 0.196, green: 0.184, blue: 0.231, alpha: 1 + */ + static let 龍葵紫 = #colorLiteral(red: 0.196, green: 0.184, blue: 0.231, alpha: 1) + + /** + 藤蘿紫 + #8418979 + red: 0.502, green: 0.463, blue: 0.639, alpha: 1 + */ + static let 藤蘿紫 = #colorLiteral(red: 0.502, green: 0.463, blue: 0.639, alpha: 1) + + /** + 沙魚灰 + #3486524 + red: 0.208, green: 0.200, blue: 0.235, alpha: 1 + */ + static let 沙魚灰 = #colorLiteral(red: 0.208, green: 0.200, blue: 0.235, alpha: 1) + + /** + 暗龍膽紫 + #2236462 + red: 0.133, green: 0.125, blue: 0.180, alpha: 1 + */ + static let 暗龍膽紫 = #colorLiteral(red: 0.133, green: 0.125, blue: 0.180, alpha: 1) + + /** + 暗藍紫 + #1249572 + red: 0.075, green: 0.067, blue: 0.141, alpha: 1 + */ + static let 暗藍紫 = #colorLiteral(red: 0.075, green: 0.067, blue: 0.141, alpha: 1) + + /** + 野葡萄紫 + #3157835 + red: 0.188, green: 0.184, blue: 0.294, alpha: 1 + */ + static let 野葡萄紫 = #colorLiteral(red: 0.188, green: 0.184, blue: 0.294, alpha: 1) + + /** + 野菊紫 + #5395080 + red: 0.322, green: 0.322, blue: 0.533, alpha: 1 + */ + static let 野菊紫 = #colorLiteral(red: 0.322, green: 0.322, blue: 0.533, alpha: 1) + + /** + 水牛灰 + #3092277 + red: 0.184, green: 0.184, blue: 0.208, alpha: 1 + */ + static let 水牛灰 = #colorLiteral(red: 0.184, green: 0.184, blue: 0.208, alpha: 1) + + /** + 遠山紫 + #13421782 + red: 0.800, green: 0.800, blue: 0.839, alpha: 1 + */ + static let 遠山紫 = #colorLiteral(red: 0.800, green: 0.800, blue: 0.839, alpha: 1) + + /** + 螺甸紫 + #7632283 + red: 0.455, green: 0.459, blue: 0.608, alpha: 1 + */ + static let 螺甸紫 = #colorLiteral(red: 0.455, green: 0.459, blue: 0.608, alpha: 1) + + /** + 晶石紫 + #2039872 + red: 0.122, green: 0.125, blue: 0.251, alpha: 1 + */ + static let 晶石紫 = #colorLiteral(red: 0.122, green: 0.125, blue: 0.251, alpha: 1) + + /** + 滿天星紫 + #3027324 + red: 0.180, green: 0.192, blue: 0.486, alpha: 1 + */ + static let 滿天星紫 = #colorLiteral(red: 0.180, green: 0.192, blue: 0.486, alpha: 1) + + /** + 淡藍紫 + #10987709 + red: 0.655, green: 0.659, blue: 0.741, alpha: 1 + */ + static let 淡藍紫 = #colorLiteral(red: 0.655, green: 0.659, blue: 0.741, alpha: 1) + + /** + 山梗紫 + #6382751 + red: 0.380, green: 0.392, blue: 0.624, alpha: 1 + */ + static let 山梗紫 = #colorLiteral(red: 0.380, green: 0.392, blue: 0.624, alpha: 1) + + /** + 牛角灰 + #2960950 + red: 0.176, green: 0.180, blue: 0.212, alpha: 1 + */ + static let 牛角灰 = #colorLiteral(red: 0.176, green: 0.180, blue: 0.212, alpha: 1) + + /** + 魚尾灰 + #6185325 + red: 0.369, green: 0.380, blue: 0.427, alpha: 1 + */ + static let 魚尾灰 = #colorLiteral(red: 0.369, green: 0.380, blue: 0.427, alpha: 1) + + /** + 瓦罐灰 + #4671564 + red: 0.278, green: 0.282, blue: 0.298, alpha: 1 + */ + static let 瓦罐灰 = #colorLiteral(red: 0.278, green: 0.282, blue: 0.298, alpha: 1) + + /** + 鋼藍 + #988195 + red: 0.059, green: 0.078, blue: 0.137, alpha: 1 + */ + static let 鋼藍 = #colorLiteral(red: 0.059, green: 0.078, blue: 0.137, alpha: 1) + + /** + 燕頷藍 + #1251364 + red: 0.075, green: 0.094, blue: 0.141, alpha: 1 + */ + static let 燕頷藍 = #colorLiteral(red: 0.075, green: 0.094, blue: 0.141, alpha: 1) + + /** + 鯨魚灰 + #4673892 + red: 0.278, green: 0.318, blue: 0.392, alpha: 1 + */ + static let 鯨魚灰 = #colorLiteral(red: 0.278, green: 0.318, blue: 0.392, alpha: 1) + + /** + 青灰 + #2831166 + red: 0.169, green: 0.200, blue: 0.243, alpha: 1 + */ + static let 青灰 = #colorLiteral(red: 0.169, green: 0.200, blue: 0.243, alpha: 1) + + /** + 鴿藍 + #1845560 + red: 0.110, green: 0.161, blue: 0.220, alpha: 1 + */ + static let 鴿藍 = #colorLiteral(red: 0.110, green: 0.161, blue: 0.220, alpha: 1) + + /** + 暗藍 + #1056560 + red: 0.063, green: 0.122, blue: 0.188, alpha: 1 + */ + static let 暗藍 = #colorLiteral(red: 0.063, green: 0.122, blue: 0.188, alpha: 1) + + /** + 鋼青 + #1319732 + red: 0.078, green: 0.137, blue: 0.204, alpha: 1 + */ + static let 鋼青 = #colorLiteral(red: 0.078, green: 0.137, blue: 0.204, alpha: 1) + + /** + 海濤藍 + #1398170 + red: 0.082, green: 0.333, blue: 0.604, alpha: 1 + */ + static let 海濤藍 = #colorLiteral(red: 0.082, green: 0.333, blue: 0.604, alpha: 1) + + /** + 飛燕草藍 + #1005988 + red: 0.059, green: 0.349, blue: 0.643, alpha: 1 + */ + static let 飛燕草藍 = #colorLiteral(red: 0.059, green: 0.349, blue: 0.643, alpha: 1) + + /** + 靛青 + #1466795 + red: 0.086, green: 0.380, blue: 0.671, alpha: 1 + */ + static let 靛青 = #colorLiteral(red: 0.086, green: 0.380, blue: 0.671, alpha: 1) + + /** + 安安藍 + #3240103 + red: 0.192, green: 0.439, blue: 0.655, alpha: 1 + */ + static let 安安藍 = #colorLiteral(red: 0.192, green: 0.439, blue: 0.655, alpha: 1) + + /** + 海軍藍 + #3435676 + red: 0.204, green: 0.424, blue: 0.612, alpha: 1 + */ + static let 海軍藍 = #colorLiteral(red: 0.204, green: 0.424, blue: 0.612, alpha: 1) + + /** + 景泰藍 + #2586038 + red: 0.153, green: 0.459, blue: 0.714, alpha: 1 + */ + static let 景泰藍 = #colorLiteral(red: 0.153, green: 0.459, blue: 0.714, alpha: 1) + + /** + 品藍 + #2847663 + red: 0.169, green: 0.451, blue: 0.686, alpha: 1 + */ + static let 品藍 = #colorLiteral(red: 0.169, green: 0.451, blue: 0.686, alpha: 1) + + /** + 尼羅藍 + #2389173 + red: 0.141, green: 0.455, blue: 0.710, alpha: 1 + */ + static let 尼羅藍 = #colorLiteral(red: 0.141, green: 0.455, blue: 0.710, alpha: 1) + + /** + 蝶翅藍 + #5143713 + red: 0.306, green: 0.486, blue: 0.631, alpha: 1 + */ + static let 蝶翅藍 = #colorLiteral(red: 0.306, green: 0.486, blue: 0.631, alpha: 1) + + /** + 花青 + #2324151 + red: 0.137, green: 0.463, blue: 0.718, alpha: 1 + */ + static let 花青 = #colorLiteral(red: 0.137, green: 0.463, blue: 0.718, alpha: 1) + + /** + 鷃藍 + #1329780 + red: 0.078, green: 0.290, blue: 0.455, alpha: 1 + */ + static let 鷃藍 = #colorLiteral(red: 0.078, green: 0.290, blue: 0.455, alpha: 1) + + /** + 星藍 + #9680335 + red: 0.576, green: 0.710, blue: 0.812, alpha: 1 + */ + static let 星藍 = #colorLiteral(red: 0.576, green: 0.710, blue: 0.812, alpha: 1) + + /** + 虹藍 + #2193336 + red: 0.129, green: 0.467, blue: 0.722, alpha: 1 + */ + static let 虹藍 = #colorLiteral(red: 0.129, green: 0.467, blue: 0.722, alpha: 1) + + /** + 柏林藍 + #1207214 + red: 0.071, green: 0.420, blue: 0.682, alpha: 1 + */ + static let 柏林藍 = #colorLiteral(red: 0.071, green: 0.420, blue: 0.682, alpha: 1) + + /** + 群青 + #1536692 + red: 0.090, green: 0.447, blue: 0.706, alpha: 1 + */ + static let 群青 = #colorLiteral(red: 0.090, green: 0.447, blue: 0.706, alpha: 1) + + /** + 雲水藍 + #12242137 + red: 0.729, green: 0.800, blue: 0.851, alpha: 1 + */ + static let 雲水藍 = #colorLiteral(red: 0.729, green: 0.800, blue: 0.851, alpha: 1) + + /** + 羽扇豆藍 + #6396611 + red: 0.380, green: 0.604, blue: 0.765, alpha: 1 + */ + static let 羽扇豆藍 = #colorLiteral(red: 0.380, green: 0.604, blue: 0.765, alpha: 1) + + /** + 戰艦灰 + #4807785 + red: 0.286, green: 0.361, blue: 0.412, alpha: 1 + */ + static let 戰艦灰 = #colorLiteral(red: 0.286, green: 0.361, blue: 0.412, alpha: 1) + + /** + 晴山藍 + #9417417 + red: 0.561, green: 0.698, blue: 0.788, alpha: 1 + */ + static let 晴山藍 = #colorLiteral(red: 0.561, green: 0.698, blue: 0.788, alpha: 1) + + /** + 睛藍 + #5675203 + red: 0.337, green: 0.596, blue: 0.765, alpha: 1 + */ + static let 睛藍 = #colorLiteral(red: 0.337, green: 0.596, blue: 0.765, alpha: 1) + + /** + 搪磁藍 + #1140122 + red: 0.067, green: 0.396, blue: 0.604, alpha: 1 + */ + static let 搪磁藍 = #colorLiteral(red: 0.067, green: 0.396, blue: 0.604, alpha: 1) + + /** + 潮藍 + #2720699 + red: 0.161, green: 0.514, blue: 0.733, alpha: 1 + */ + static let 潮藍 = #colorLiteral(red: 0.161, green: 0.514, blue: 0.733, alpha: 1) + + /** + 天藍 + #1472435 + red: 0.086, green: 0.467, blue: 0.702, alpha: 1 + */ + static let 天藍 = #colorLiteral(red: 0.086, green: 0.467, blue: 0.702, alpha: 1) + + /** + 大理石灰 + #12897231 + red: 0.769, green: 0.796, blue: 0.812, alpha: 1 + */ + static let 大理石灰 = #colorLiteral(red: 0.769, green: 0.796, blue: 0.812, alpha: 1) + + /** + 牽牛花藍 + #1144752 + red: 0.067, green: 0.467, blue: 0.690, alpha: 1 + */ + static let 牽牛花藍 = #colorLiteral(red: 0.067, green: 0.467, blue: 0.690, alpha: 1) + + /** + 寶石藍 + #2393785 + red: 0.141, green: 0.525, blue: 0.725, alpha: 1 + */ + static let 寶石藍 = #colorLiteral(red: 0.141, green: 0.525, blue: 0.725, alpha: 1) + + /** + 淡藍灰 + #6191495 + red: 0.369, green: 0.475, blue: 0.529, alpha: 1 + */ + static let 淡藍灰 = #colorLiteral(red: 0.369, green: 0.475, blue: 0.529, alpha: 1) + + /** + 嫩灰 + #7633018 + red: 0.455, green: 0.471, blue: 0.478, alpha: 1 + */ + static let 嫩灰 = #colorLiteral(red: 0.455, green: 0.471, blue: 0.478, alpha: 1) + + /** + 銀魚白 + #13488595 + red: 0.804, green: 0.820, blue: 0.827, alpha: 1 + */ + static let 銀魚白 = #colorLiteral(red: 0.804, green: 0.820, blue: 0.827, alpha: 1) + + /** + 釉藍 + #1540533 + red: 0.090, green: 0.506, blue: 0.710, alpha: 1 + */ + static let 釉藍 = #colorLiteral(red: 0.090, green: 0.506, blue: 0.710, alpha: 1) + + /** + 澗石藍 + #6728137 + red: 0.400, green: 0.663, blue: 0.788, alpha: 1 + */ + static let 澗石藍 = #colorLiteral(red: 0.400, green: 0.663, blue: 0.788, alpha: 1) + + /** + 遠天藍 + #13688806 + red: 0.816, green: 0.875, blue: 0.902, alpha: 1 + */ + static let 遠天藍 = #colorLiteral(red: 0.816, green: 0.875, blue: 0.902, alpha: 1) + + /** + 雲山藍 + #3117241 + red: 0.184, green: 0.565, blue: 0.725, alpha: 1 + */ + static let 雲山藍 = #colorLiteral(red: 0.184, green: 0.565, blue: 0.725, alpha: 1) + + /** + 秋波藍 + #9092305 + red: 0.541, green: 0.737, blue: 0.820, alpha: 1 + */ + static let 秋波藍 = #colorLiteral(red: 0.541, green: 0.737, blue: 0.820, alpha: 1) + + /** + 井天藍 + #12834783 + red: 0.765, green: 0.843, blue: 0.875, alpha: 1 + */ + static let 井天藍 = #colorLiteral(red: 0.765, green: 0.843, blue: 0.875, alpha: 1) + + /** + 鳶尾藍 + #1412024 + red: 0.082, green: 0.545, blue: 0.722, alpha: 1 + */ + static let 鳶尾藍 = #colorLiteral(red: 0.082, green: 0.545, blue: 0.722, alpha: 1) + + /** + 雲峰白 + #14214119 + red: 0.847, green: 0.890, blue: 0.906, alpha: 1 + */ + static let 雲峰白 = #colorLiteral(red: 0.847, green: 0.890, blue: 0.906, alpha: 1) + + /** + 星灰 + #11713470 + red: 0.698, green: 0.733, blue: 0.745, alpha: 1 + */ + static let 星灰 = #colorLiteral(red: 0.698, green: 0.733, blue: 0.745, alpha: 1) + + /** + 鈷藍 + #1742012 + red: 0.102, green: 0.580, blue: 0.737, alpha: 1 + */ + static let 鈷藍 = #colorLiteral(red: 0.102, green: 0.580, blue: 0.737, alpha: 1) + + /** + 碧青 + #6075340 + red: 0.361, green: 0.702, blue: 0.800, alpha: 1 + */ + static let 碧青 = #colorLiteral(red: 0.361, green: 0.702, blue: 0.800, alpha: 1) + + /** + 蒼藍 + #1263703 + red: 0.075, green: 0.282, blue: 0.341, alpha: 1 + */ + static let 蒼藍 = #colorLiteral(red: 0.075, green: 0.282, blue: 0.341, alpha: 1) + + /** + 深灰藍 + #1256499 + red: 0.075, green: 0.173, blue: 0.200, alpha: 1 + */ + static let 深灰藍 = #colorLiteral(red: 0.075, green: 0.173, blue: 0.200, alpha: 1) + + /** + 灰藍 + #2176829 + red: 0.129, green: 0.216, blue: 0.239, alpha: 1 + */ + static let 灰藍 = #colorLiteral(red: 0.129, green: 0.216, blue: 0.239, alpha: 1) + + /** + 湖水藍 + #11589087 + red: 0.690, green: 0.835, blue: 0.875, alpha: 1 + */ + static let 湖水藍 = #colorLiteral(red: 0.690, green: 0.835, blue: 0.875, alpha: 1) + + /** + 海青 + #2269891 + red: 0.133, green: 0.635, blue: 0.765, alpha: 1 + */ + static let 海青 = #colorLiteral(red: 0.133, green: 0.635, blue: 0.765, alpha: 1) + + /** + 黃昏灰 + #4672332 + red: 0.278, green: 0.294, blue: 0.298, alpha: 1 + */ + static let 黃昏灰 = #colorLiteral(red: 0.278, green: 0.294, blue: 0.298, alpha: 1) + + /** + 霽青 + #6536144 + red: 0.388, green: 0.733, blue: 0.816, alpha: 1 + */ + static let 霽青 = #colorLiteral(red: 0.388, green: 0.733, blue: 0.816, alpha: 1) + + /** + 玉鈫藍 + #1207938 + red: 0.071, green: 0.431, blue: 0.510, alpha: 1 + */ + static let 玉鈫藍 = #colorLiteral(red: 0.071, green: 0.431, blue: 0.510, alpha: 1) + + /** + 膽礬藍 + #1021360 + red: 0.059, green: 0.584, blue: 0.690, alpha: 1 + */ + static let 膽礬藍 = #colorLiteral(red: 0.059, green: 0.584, blue: 0.690, alpha: 1) + + /** + 樫鳥藍 + #1348008 + red: 0.078, green: 0.569, blue: 0.659, alpha: 1 + */ + static let 樫鳥藍 = #colorLiteral(red: 0.078, green: 0.569, blue: 0.659, alpha: 1) + + /** + 鷗藍 + #13095636 + red: 0.780, green: 0.824, blue: 0.831, alpha: 1 + */ + static let 鷗藍 = #colorLiteral(red: 0.780, green: 0.824, blue: 0.831, alpha: 1) + + /** + 翠藍 + #2006707 + red: 0.118, green: 0.620, blue: 0.702, alpha: 1 + */ + static let 翠藍 = #colorLiteral(red: 0.118, green: 0.620, blue: 0.702, alpha: 1) + + /** + 蜻蜓藍 + #3899788 + red: 0.231, green: 0.506, blue: 0.549, alpha: 1 + */ + static let 蜻蜓藍 = #colorLiteral(red: 0.231, green: 0.506, blue: 0.549, alpha: 1) + + /** + 孔雀藍 + #962761 + red: 0.055, green: 0.690, blue: 0.788, alpha: 1 + */ + static let 孔雀藍 = #colorLiteral(red: 0.055, green: 0.690, blue: 0.788, alpha: 1) + + /** + 蔚藍 + #2734027 + red: 0.161, green: 0.718, blue: 0.796, alpha: 1 + */ + static let 蔚藍 = #colorLiteral(red: 0.161, green: 0.718, blue: 0.796, alpha: 1) + + /** + 瀑布藍 + #5358803 + red: 0.318, green: 0.769, blue: 0.827, alpha: 1 + */ + static let 瀑布藍 = #colorLiteral(red: 0.318, green: 0.769, blue: 0.827, alpha: 1) + + /** + 閃藍 + #8170417 + red: 0.486, green: 0.671, blue: 0.694, alpha: 1 + */ + static let 閃藍 = #colorLiteral(red: 0.486, green: 0.671, blue: 0.694, alpha: 1) + + /** + 甸子藍 + #1093314 + red: 0.063, green: 0.682, blue: 0.761, alpha: 1 + */ + static let 甸子藍 = #colorLiteral(red: 0.063, green: 0.682, blue: 0.761, alpha: 1) + + /** + 晚波藍 + #6590099 + red: 0.392, green: 0.557, blue: 0.576, alpha: 1 + */ + static let 晚波藍 = #colorLiteral(red: 0.392, green: 0.557, blue: 0.576, alpha: 1) + + /** + 清水藍 + #9688540 + red: 0.576, green: 0.835, blue: 0.863, alpha: 1 + */ + static let 清水藍 = #colorLiteral(red: 0.576, green: 0.835, blue: 0.863, alpha: 1) + + /** + 夏雲灰 + #6386034 + red: 0.380, green: 0.443, blue: 0.447, alpha: 1 + */ + static let 夏雲灰 = #colorLiteral(red: 0.380, green: 0.443, blue: 0.447, alpha: 1) + + /** + 海天藍 + #13035240 + red: 0.776, green: 0.902, blue: 0.910, alpha: 1 + */ + static let 海天藍 = #colorLiteral(red: 0.776, green: 0.902, blue: 0.910, alpha: 1) + + /** + 蝦殼青 + #8822173 + red: 0.525, green: 0.616, blue: 0.616, alpha: 1 + */ + static let 蝦殼青 = #colorLiteral(red: 0.525, green: 0.616, blue: 0.616, alpha: 1) + + /** + 石綠 + #5751746 + red: 0.341, green: 0.765, blue: 0.761, alpha: 1 + */ + static let 石綠 = #colorLiteral(red: 0.341, green: 0.765, blue: 0.761, alpha: 1) + + /** + 穹灰 + #12900310 + red: 0.769, green: 0.843, blue: 0.839, alpha: 1 + */ + static let 穹灰 = #colorLiteral(red: 0.769, green: 0.843, blue: 0.839, alpha: 1) + + /** + 美蝶綠 + #1223324 + red: 0.071, green: 0.667, blue: 0.612, alpha: 1 + */ + static let 美蝶綠 = #colorLiteral(red: 0.071, green: 0.667, blue: 0.612, alpha: 1) + + /** + 堊灰 + #7568507 + red: 0.451, green: 0.486, blue: 0.482, alpha: 1 + */ + static let 堊灰 = #colorLiteral(red: 0.451, green: 0.486, blue: 0.482, alpha: 1) + + /** + 藍綠 + #1220994 + red: 0.071, green: 0.631, blue: 0.510, alpha: 1 + */ + static let 藍綠 = #colorLiteral(red: 0.071, green: 0.631, blue: 0.510, alpha: 1) + + /** + 竹綠 + #1812356 + red: 0.106, green: 0.655, blue: 0.518, alpha: 1 + */ + static let 竹綠 = #colorLiteral(red: 0.106, green: 0.655, blue: 0.518, alpha: 1) + + /** + 亞丁綠 + #4359797 + red: 0.259, green: 0.525, blue: 0.459, alpha: 1 + */ + static let 亞丁綠 = #colorLiteral(red: 0.259, green: 0.525, blue: 0.459, alpha: 1) + + /** + 月影白 + #12633283 + red: 0.753, green: 0.769, blue: 0.765, alpha: 1 + */ + static let 月影白 = #colorLiteral(red: 0.753, green: 0.769, blue: 0.765, alpha: 1) + + /** + 海王綠 + #2392167 + red: 0.141, green: 0.502, blue: 0.404, alpha: 1 + */ + static let 海王綠 = #colorLiteral(red: 0.141, green: 0.502, blue: 0.404, alpha: 1) + + /** + 深海綠 + #1719090 + red: 0.102, green: 0.231, blue: 0.196, alpha: 1 + */ + static let 深海綠 = #colorLiteral(red: 0.102, green: 0.231, blue: 0.196, alpha: 1) + + /** + 綠灰 + #3230275 + red: 0.192, green: 0.290, blue: 0.263, alpha: 1 + */ + static let 綠灰 = #colorLiteral(red: 0.192, green: 0.290, blue: 0.263, alpha: 1) + + /** + 青礬綠 + #2922104 + red: 0.173, green: 0.588, blue: 0.471, alpha: 1 + */ + static let 青礬綠 = #colorLiteral(red: 0.173, green: 0.588, blue: 0.471, alpha: 1) + + /** + 蒼綠 + #2244150 + red: 0.133, green: 0.243, blue: 0.212, alpha: 1 + */ + static let 蒼綠 = #colorLiteral(red: 0.133, green: 0.243, blue: 0.212, alpha: 1) + + /** + 飛泉綠 + #4814184 + red: 0.286, green: 0.459, blue: 0.408, alpha: 1 + */ + static let 飛泉綠 = #colorLiteral(red: 0.286, green: 0.459, blue: 0.408, alpha: 1) + + /** + 莽叢綠 + #1318427 + red: 0.078, green: 0.118, blue: 0.106, alpha: 1 + */ + static let 莽叢綠 = #colorLiteral(red: 0.078, green: 0.118, blue: 0.106, alpha: 1) + + /** + 梧枝綠 + #6924180 + red: 0.412, green: 0.655, blue: 0.580, alpha: 1 + */ + static let 梧枝綠 = #colorLiteral(red: 0.412, green: 0.655, blue: 0.580, alpha: 1) + + /** + 銅綠 + #2862725 + red: 0.169, green: 0.682, blue: 0.522, alpha: 1 + */ + static let 銅綠 = #colorLiteral(red: 0.169, green: 0.682, blue: 0.522, alpha: 1) + + /** + 草原遠綠 + #10141359 + red: 0.604, green: 0.745, blue: 0.686, alpha: 1 + */ + static let 草原遠綠 = #colorLiteral(red: 0.604, green: 0.745, blue: 0.686, alpha: 1) + + /** + 蛙綠 + #4568967 + red: 0.271, green: 0.718, blue: 0.529, alpha: 1 + */ + static let 蛙綠 = #colorLiteral(red: 0.271, green: 0.718, blue: 0.529, alpha: 1) + + /** + 浪花綠 + #9614245 + red: 0.573, green: 0.702, blue: 0.647, alpha: 1 + */ + static let 浪花綠 = #colorLiteral(red: 0.573, green: 0.702, blue: 0.647, alpha: 1) + + /** + 苷藍綠 + #2041379 + red: 0.122, green: 0.149, blue: 0.137, alpha: 1 + */ + static let 苷藍綠 = #colorLiteral(red: 0.122, green: 0.149, blue: 0.137, alpha: 1) + + /** + 粉綠 + #8637356 + red: 0.514, green: 0.796, blue: 0.675, alpha: 1 + */ + static let 粉綠 = #colorLiteral(red: 0.514, green: 0.796, blue: 0.675, alpha: 1) + + /** + 淡綠灰 + #7374973 + red: 0.439, green: 0.533, blue: 0.490, alpha: 1 + */ + static let 淡綠灰 = #colorLiteral(red: 0.439, green: 0.533, blue: 0.490, alpha: 1) + + /** + 麥苗綠 + #5618570 + red: 0.333, green: 0.733, blue: 0.541, alpha: 1 + */ + static let 麥苗綠 = #colorLiteral(red: 0.333, green: 0.733, blue: 0.541, alpha: 1) + + /** + 翠綠 + #2138466 + red: 0.125, green: 0.631, blue: 0.384, alpha: 1 + */ + static let 翠綠 = #colorLiteral(red: 0.125, green: 0.631, blue: 0.384, alpha: 1) + + /** + 蔥綠 + #4235376 + red: 0.251, green: 0.627, blue: 0.439, alpha: 1 + */ + static let 蔥綠 = #colorLiteral(red: 0.251, green: 0.627, blue: 0.439, alpha: 1) + + /** + 荷葉綠 + #1730624 + red: 0.102, green: 0.408, blue: 0.251, alpha: 1 + */ + static let 荷葉綠 = #colorLiteral(red: 0.102, green: 0.408, blue: 0.251, alpha: 1) + + /** + 淡綠 + #6401157 + red: 0.380, green: 0.675, blue: 0.522, alpha: 1 + */ + static let 淡綠 = #colorLiteral(red: 0.380, green: 0.675, blue: 0.522, alpha: 1) + + /** + 田園綠 + #6862990 + red: 0.408, green: 0.722, blue: 0.557, alpha: 1 + */ + static let 田園綠 = #colorLiteral(red: 0.408, green: 0.722, blue: 0.557, alpha: 1) + + /** + 玉簪綠 + #10799798 + red: 0.643, green: 0.792, blue: 0.714, alpha: 1 + */ + static let 玉簪綠 = #colorLiteral(red: 0.643, green: 0.792, blue: 0.714, alpha: 1) + + /** + 蟾綠 + #3970406 + red: 0.235, green: 0.584, blue: 0.400, alpha: 1 + */ + static let 蟾綠 = #colorLiteral(red: 0.235, green: 0.584, blue: 0.400, alpha: 1) + + /** + 蔻梢綠 + #6143626 + red: 0.365, green: 0.745, blue: 0.541, alpha: 1 + */ + static let 蔻梢綠 = #colorLiteral(red: 0.365, green: 0.745, blue: 0.541, alpha: 1) + + /** + 薄荷綠 + #2129740 + red: 0.125, green: 0.498, blue: 0.298, alpha: 1 + */ + static let 薄荷綠 = #colorLiteral(red: 0.125, green: 0.498, blue: 0.298, alpha: 1) + + /** + 月白 + #15661042 + red: 0.933, green: 0.969, blue: 0.949, alpha: 1 + */ + static let 月白 = #colorLiteral(red: 0.933, green: 0.969, blue: 0.949, alpha: 1) + + /** + 蛋白石綠 + #5739890 + red: 0.341, green: 0.584, blue: 0.447, alpha: 1 + */ + static let 蛋白石綠 = #colorLiteral(red: 0.341, green: 0.584, blue: 0.447, alpha: 1) + + /** + 竹篁綠 + #12181193 + red: 0.725, green: 0.871, blue: 0.788, alpha: 1 + */ + static let 竹篁綠 = #colorLiteral(red: 0.725, green: 0.871, blue: 0.788, alpha: 1) + + /** + 孔雀綠 + #2266195 + red: 0.133, green: 0.580, blue: 0.325, alpha: 1 + */ + static let 孔雀綠 = #colorLiteral(red: 0.133, green: 0.580, blue: 0.325, alpha: 1) + + /** + 宮殿綠 + #2132301 + red: 0.125, green: 0.537, blue: 0.302, alpha: 1 + */ + static let 宮殿綠 = #colorLiteral(red: 0.125, green: 0.537, blue: 0.302, alpha: 1) + + /** + 雲杉綠 + #1385243 + red: 0.082, green: 0.137, blue: 0.106, alpha: 1 + */ + static let 雲杉綠 = #colorLiteral(red: 0.082, green: 0.137, blue: 0.106, alpha: 1) + + /** + 毛綠 + #6734220 + red: 0.400, green: 0.757, blue: 0.549, alpha: 1 + */ + static let 毛綠 = #colorLiteral(red: 0.400, green: 0.757, blue: 0.549, alpha: 1) + + /** + 冰山藍 + #10792103 + red: 0.643, green: 0.675, blue: 0.655, alpha: 1 + */ + static let 冰山藍 = #colorLiteral(red: 0.643, green: 0.675, blue: 0.655, alpha: 1) + + /** + 明灰 + #9083022 + red: 0.541, green: 0.596, blue: 0.557, alpha: 1 + */ + static let 明灰 = #colorLiteral(red: 0.541, green: 0.596, blue: 0.557, alpha: 1) + + /** + 明綠 + #10407083 + red: 0.620, green: 0.800, blue: 0.671, alpha: 1 + */ + static let 明綠 = #colorLiteral(red: 0.620, green: 0.800, blue: 0.671, alpha: 1) + + /** + 松霜綠 + #8628109 + red: 0.514, green: 0.655, blue: 0.553, alpha: 1 + */ + static let 松霜綠 = #colorLiteral(red: 0.514, green: 0.655, blue: 0.553, alpha: 1) + + /** + 白屈菜綠 + #4741965 + red: 0.282, green: 0.357, blue: 0.302, alpha: 1 + */ + static let 白屈菜綠 = #colorLiteral(red: 0.282, green: 0.357, blue: 0.302, alpha: 1) + + /** + 狼煙灰 + #6120799 + red: 0.365, green: 0.396, blue: 0.373, alpha: 1 + */ + static let 狼煙灰 = #colorLiteral(red: 0.365, green: 0.396, blue: 0.373, alpha: 1) + + /** + 瓦松綠 + #7244660 + red: 0.431, green: 0.545, blue: 0.455, alpha: 1 + */ + static let 瓦松綠 = #colorLiteral(red: 0.431, green: 0.545, blue: 0.455, alpha: 1) + + /** + 槲寄生綠 + #2830636 + red: 0.169, green: 0.192, blue: 0.173, alpha: 1 + */ + static let 槲寄生綠 = #colorLiteral(red: 0.169, green: 0.192, blue: 0.173, alpha: 1) + + /** + 淡翠綠 + #13033416 + red: 0.776, green: 0.875, blue: 0.784, alpha: 1 + */ + static let 淡翠綠 = #colorLiteral(red: 0.776, green: 0.875, blue: 0.784, alpha: 1) + + /** + 玉髓綠 + #4305737 + red: 0.255, green: 0.702, blue: 0.286, alpha: 1 + */ + static let 玉髓綠 = #colorLiteral(red: 0.255, green: 0.702, blue: 0.286, alpha: 1) + + /** + 鮮綠 + #4436548 + red: 0.263, green: 0.698, blue: 0.267, alpha: 1 + */ + static let 鮮綠 = #colorLiteral(red: 0.263, green: 0.698, blue: 0.267, alpha: 1) + + /** + 油綠 + #2440484 + red: 0.145, green: 0.239, blue: 0.141, alpha: 1 + */ + static let 油綠 = #colorLiteral(red: 0.145, green: 0.239, blue: 0.141, alpha: 1) + + /** + 寶石綠 + #4304444 + red: 0.255, green: 0.682, blue: 0.235, alpha: 1 + */ + static let 寶石綠 = #colorLiteral(red: 0.255, green: 0.682, blue: 0.235, alpha: 1) + + /** + 嘉陵水綠 + #11392418 + red: 0.678, green: 0.835, blue: 0.635, alpha: 1 + */ + static let 嘉陵水綠 = #colorLiteral(red: 0.678, green: 0.835, blue: 0.635, alpha: 1) + + /** + 田螺綠 + #6186587 + red: 0.369, green: 0.400, blue: 0.357, alpha: 1 + */ + static let 田螺綠 = #colorLiteral(red: 0.369, green: 0.400, blue: 0.357, alpha: 1) + + /** + 水綠 + #9224809 + red: 0.549, green: 0.761, blue: 0.412, alpha: 1 + */ + static let 水綠 = #colorLiteral(red: 0.549, green: 0.761, blue: 0.412, alpha: 1) + + /** + 鸚鵡綠 + #6008355 + red: 0.357, green: 0.682, blue: 0.137, alpha: 1 + */ + static let 鸚鵡綠 = #colorLiteral(red: 0.357, green: 0.682, blue: 0.137, alpha: 1) + + /** + 艾背綠 + #14675157 + red: 0.875, green: 0.925, blue: 0.835, alpha: 1 + */ + static let 艾背綠 = #colorLiteral(red: 0.875, green: 0.925, blue: 0.835, alpha: 1) + + /** + 艾綠 + #13292483 + red: 0.792, green: 0.827, blue: 0.765, alpha: 1 + */ + static let 艾綠 = #colorLiteral(red: 0.792, green: 0.827, blue: 0.765, alpha: 1) + + /** + 鎳灰 + #10462106 + red: 0.624, green: 0.639, blue: 0.604, alpha: 1 + */ + static let 鎳灰 = #colorLiteral(red: 0.624, green: 0.639, blue: 0.604, alpha: 1) + + /** + 橄欖石綠 + #11718535 + red: 0.698, green: 0.812, blue: 0.529, alpha: 1 + */ + static let 橄欖石綠 = #colorLiteral(red: 0.698, green: 0.812, blue: 0.529, alpha: 1) + + /** + 芽綠 + #9880142 + red: 0.588, green: 0.761, blue: 0.306, alpha: 1 + */ + static let 芽綠 = #colorLiteral(red: 0.588, green: 0.761, blue: 0.306, alpha: 1) + + /** + 嫩菊綠 + #15791589 + red: 0.941, green: 0.961, blue: 0.898, alpha: 1 + */ + static let 嫩菊綠 = #colorLiteral(red: 0.941, green: 0.961, blue: 0.898, alpha: 1) + + /** + 蘆葦綠 + #12046458 + red: 0.718, green: 0.816, blue: 0.478, alpha: 1 + */ + static let 蘆葦綠 = #colorLiteral(red: 0.718, green: 0.816, blue: 0.478, alpha: 1) + + /** + 姚黃 + #13688490 + red: 0.816, green: 0.871, blue: 0.667, alpha: 1 + */ + static let 姚黃 = #colorLiteral(red: 0.816, green: 0.871, blue: 0.667, alpha: 1) + + /** + 蒽油綠 + #3618868 + red: 0.216, green: 0.220, blue: 0.204, alpha: 1 + */ + static let 蒽油綠 = #colorLiteral(red: 0.216, green: 0.220, blue: 0.204, alpha: 1) + + /** + 蘋果綠 + #12242789 + red: 0.729, green: 0.812, blue: 0.396, alpha: 1 + */ + static let 蘋果綠 = #colorLiteral(red: 0.729, green: 0.812, blue: 0.396, alpha: 1) + + /** + 海沬綠 + #14870463 + red: 0.886, green: 0.906, blue: 0.749, alpha: 1 + */ + static let 海沬綠 = #colorLiteral(red: 0.886, green: 0.906, blue: 0.749, alpha: 1) + + /** + 橄欖黃綠 + #12503350 + red: 0.745, green: 0.788, blue: 0.212, alpha: 1 + */ + static let 橄欖黃綠 = #colorLiteral(red: 0.745, green: 0.788, blue: 0.212, alpha: 1) + + /** + 槐花黃綠 + #13818234 + red: 0.824, green: 0.851, blue: 0.478, alpha: 1 + */ + static let 槐花黃綠 = #colorLiteral(red: 0.824, green: 0.851, blue: 0.478, alpha: 1) + + /** + 蝶黃 + #14866505 + red: 0.886, green: 0.847, blue: 0.286, alpha: 1 + */ + static let 蝶黃 = #colorLiteral(red: 0.886, green: 0.847, blue: 0.286, alpha: 1) + + /** + 象牙白 + #16776952 + red: 1.000, green: 0.996, blue: 0.973, alpha: 1 + */ + static let 象牙白 = #colorLiteral(red: 1.000, green: 0.996, blue: 0.973, alpha: 1) + + /** + 橄欖綠 + #6181652 + red: 0.369, green: 0.325, blue: 0.078, alpha: 1 + */ + static let 橄欖綠 = #colorLiteral(red: 0.369, green: 0.325, blue: 0.078, alpha: 1) + + /** + 雪白 + #16776953 + red: 1.000, green: 0.996, blue: 0.976, alpha: 1 + */ + static let 雪白 = #colorLiteral(red: 1.000, green: 0.996, blue: 0.976, alpha: 1) + + /** + 淡灰綠 + #11378271 + red: 0.678, green: 0.620, blue: 0.373, alpha: 1 + */ + static let 淡灰綠 = #colorLiteral(red: 0.678, green: 0.620, blue: 0.373, alpha: 1) + + /** + 佛手黃 + #16701210 + red: 0.996, green: 0.843, blue: 0.102, alpha: 1 + */ + static let 佛手黃 = #colorLiteral(red: 0.996, green: 0.843, blue: 0.102, alpha: 1) + + /** + 乳白 + #16381148 + red: 0.976, green: 0.957, blue: 0.863, alpha: 1 + */ + static let 乳白 = #colorLiteral(red: 0.976, green: 0.957, blue: 0.863, alpha: 1) + + /** + 香蕉黃 + #14991121 + red: 0.894, green: 0.749, blue: 0.067, alpha: 1 + */ + static let 香蕉黃 = #colorLiteral(red: 0.894, green: 0.749, blue: 0.067, alpha: 1) + + /** + 新禾綠 + #13807894 + red: 0.824, green: 0.694, blue: 0.086, alpha: 1 + */ + static let 新禾綠 = #colorLiteral(red: 0.824, green: 0.694, blue: 0.086, alpha: 1) + + /** + 油菜花黃 + #16505409 + red: 0.984, green: 0.855, blue: 0.255, alpha: 1 + */ + static let 油菜花黃 = #colorLiteral(red: 0.984, green: 0.855, blue: 0.255, alpha: 1) + + /** + 秋葵黃 + #15650885 + red: 0.933, green: 0.816, blue: 0.271, alpha: 1 + */ + static let 秋葵黃 = #colorLiteral(red: 0.933, green: 0.816, blue: 0.271, alpha: 1) + + /** + 柚黃 + #15845911 + red: 0.945, green: 0.792, blue: 0.090, alpha: 1 + */ + static let 柚黃 = #colorLiteral(red: 0.945, green: 0.792, blue: 0.090, alpha: 1) + + /** + 草黃 + #13808684 + red: 0.824, green: 0.706, blue: 0.173, alpha: 1 + */ + static let 草黃 = #colorLiteral(red: 0.824, green: 0.706, blue: 0.173, alpha: 1) + + /** + 硫華黃 + #15912491 + red: 0.949, green: 0.808, blue: 0.169, alpha: 1 + */ + static let 硫華黃 = #colorLiteral(red: 0.949, green: 0.808, blue: 0.169, alpha: 1) + + /** + 姜黃 + #14860327 + red: 0.886, green: 0.753, blue: 0.153, alpha: 1 + */ + static let 姜黃 = #colorLiteral(red: 0.886, green: 0.753, blue: 0.153, alpha: 1) + + /** + 潭水綠 + #6576162 + red: 0.392, green: 0.345, blue: 0.133, alpha: 1 + */ + static let 潭水綠 = #colorLiteral(red: 0.392, green: 0.345, blue: 0.133, alpha: 1) + + /** + 金瓜黃 + #16568855 + red: 0.988, green: 0.824, blue: 0.090, alpha: 1 + */ + static let 金瓜黃 = #colorLiteral(red: 0.988, green: 0.824, blue: 0.090, alpha: 1) + + /** + 麥稈黃 + #16310128 + red: 0.973, green: 0.875, blue: 0.439, alpha: 1 + */ + static let 麥稈黃 = #colorLiteral(red: 0.973, green: 0.875, blue: 0.439, alpha: 1) + + /** + 蒿黃 + #14664259 + red: 0.875, green: 0.761, blue: 0.263, alpha: 1 + */ + static let 蒿黃 = #colorLiteral(red: 0.875, green: 0.761, blue: 0.263, alpha: 1) + + /** + 茉莉黃 + #16310130 + red: 0.973, green: 0.875, blue: 0.447, alpha: 1 + */ + static let 茉莉黃 = #colorLiteral(red: 0.973, green: 0.875, blue: 0.447, alpha: 1) + + /** + 藤黃 + #16765201 + red: 1.000, green: 0.820, blue: 0.067, alpha: 1 + */ + static let 藤黃 = #colorLiteral(red: 1.000, green: 0.820, blue: 0.067, alpha: 1) + + /** + 芒果黃 + #14534769 + red: 0.867, green: 0.784, blue: 0.443, alpha: 1 + */ + static let 芒果黃 = #colorLiteral(red: 0.867, green: 0.784, blue: 0.443, alpha: 1) + + /** + 海參灰 + #16776954 + red: 1.000, green: 0.996, blue: 0.980, alpha: 1 + */ + static let 海參灰 = #colorLiteral(red: 1.000, green: 0.996, blue: 0.980, alpha: 1) + + /** + 碧螺春綠 + #8810520 + red: 0.525, green: 0.439, blue: 0.094, alpha: 1 + */ + static let 碧螺春綠 = #colorLiteral(red: 0.525, green: 0.439, blue: 0.094, alpha: 1) + + /** + 苔綠 + #8942370 + red: 0.533, green: 0.451, blue: 0.133, alpha: 1 + */ + static let 苔綠 = #colorLiteral(red: 0.533, green: 0.451, blue: 0.133, alpha: 1) + + /** + 檸檬黃 + #16569143 + red: 0.988, green: 0.827, blue: 0.216, alpha: 1 + */ + static let 檸檬黃 = #colorLiteral(red: 0.988, green: 0.827, blue: 0.216, alpha: 1) + + /** + 草灰綠 + #9338955 + red: 0.557, green: 0.502, blue: 0.294, alpha: 1 + */ + static let 草灰綠 = #colorLiteral(red: 0.557, green: 0.502, blue: 0.294, alpha: 1) + + /** + 向日葵黃 + #16698385 + red: 0.996, green: 0.800, blue: 0.067, alpha: 1 + */ + static let 向日葵黃 = #colorLiteral(red: 0.996, green: 0.800, blue: 0.067, alpha: 1) + + /** + 素馨黃 + #16567062 + red: 0.988, green: 0.796, blue: 0.086, alpha: 1 + */ + static let 素馨黃 = #colorLiteral(red: 0.988, green: 0.796, blue: 0.086, alpha: 1) + + /** + 乳鴨黃 + #16763148 + red: 1.000, green: 0.788, blue: 0.047, alpha: 1 + */ + static let 乳鴨黃 = #colorLiteral(red: 1.000, green: 0.788, blue: 0.047, alpha: 1) + + /** + 月灰 + #12037775 + red: 0.718, green: 0.682, blue: 0.561, alpha: 1 + */ + static let 月灰 = #colorLiteral(red: 0.718, green: 0.682, blue: 0.561, alpha: 1) + + /** + 葵扇黃 + #16308330 + red: 0.973, green: 0.847, blue: 0.416, alpha: 1 + */ + static let 葵扇黃 = #colorLiteral(red: 0.973, green: 0.847, blue: 0.416, alpha: 1) + + /** + 大豆黃 + #16502065 + red: 0.984, green: 0.804, blue: 0.192, alpha: 1 + */ + static let 大豆黃 = #colorLiteral(red: 0.984, green: 0.804, blue: 0.192, alpha: 1) + + /** + 金盞黃 + #16564999 + red: 0.988, green: 0.765, blue: 0.027, alpha: 1 + */ + static let 金盞黃 = #colorLiteral(red: 0.988, green: 0.765, blue: 0.027, alpha: 1) + + /** + 菊蕾白 + #15326646 + red: 0.914, green: 0.867, blue: 0.714, alpha: 1 + */ + static let 菊蕾白 = #colorLiteral(red: 0.914, green: 0.867, blue: 0.714, alpha: 1) + + /** + 黃連黃 + #16565525 + red: 0.988, green: 0.773, blue: 0.082, alpha: 1 + */ + static let 黃連黃 = #colorLiteral(red: 0.988, green: 0.773, blue: 0.082, alpha: 1) + + /** + 杏仁黃 + #16246954 + red: 0.969, green: 0.910, blue: 0.667, alpha: 1 + */ + static let 杏仁黃 = #colorLiteral(red: 0.969, green: 0.910, blue: 0.667, alpha: 1) + + /** + 谷黃 + #15249412 + red: 0.910, green: 0.690, blue: 0.016, alpha: 1 + */ + static let 谷黃 = #colorLiteral(red: 0.910, green: 0.690, blue: 0.016, alpha: 1) + + /** + 木瓜黃 + #16367894 + red: 0.976, green: 0.757, blue: 0.086, alpha: 1 + */ + static let 木瓜黃 = #colorLiteral(red: 0.976, green: 0.757, blue: 0.086, alpha: 1) + + /** + 淡繭黃 + #16373616 + red: 0.976, green: 0.843, blue: 0.439, alpha: 1 + */ + static let 淡繭黃 = #colorLiteral(red: 0.976, green: 0.843, blue: 0.439, alpha: 1) + + /** + 雅梨黃 + #16500783 + red: 0.984, green: 0.784, blue: 0.184, alpha: 1 + */ + static let 雅梨黃 = #colorLiteral(red: 0.984, green: 0.784, blue: 0.184, alpha: 1) + + /** + 銀白 + #15855853 + red: 0.945, green: 0.941, blue: 0.929, alpha: 1 + */ + static let 銀白 = #colorLiteral(red: 0.945, green: 0.941, blue: 0.929, alpha: 1) + + /** + 棕櫚綠 + #5982483 + red: 0.357, green: 0.286, blue: 0.075, alpha: 1 + */ + static let 棕櫚綠 = #colorLiteral(red: 0.357, green: 0.286, blue: 0.075, alpha: 1) + + /** + 鸚鵡冠黃 + #16172080 + red: 0.965, green: 0.769, blue: 0.188, alpha: 1 + */ + static let 鸚鵡冠黃 = #colorLiteral(red: 0.965, green: 0.769, blue: 0.188, alpha: 1) + + /** + 枯綠 + #12029202 + red: 0.718, green: 0.553, blue: 0.071, alpha: 1 + */ + static let 枯綠 = #colorLiteral(red: 0.718, green: 0.553, blue: 0.071, alpha: 1) + + /** + 淺烙黃 + #16366864 + red: 0.976, green: 0.741, blue: 0.063, alpha: 1 + */ + static let 淺烙黃 = #colorLiteral(red: 0.976, green: 0.741, blue: 0.063, alpha: 1) + + /** + 淡密黃 + #16372583 + red: 0.976, green: 0.827, blue: 0.404, alpha: 1 + */ + static let 淡密黃 = #colorLiteral(red: 0.976, green: 0.827, blue: 0.404, alpha: 1) + + /** + 芥黃 + #14263310 + red: 0.851, green: 0.643, blue: 0.055, alpha: 1 + */ + static let 芥黃 = #colorLiteral(red: 0.851, green: 0.643, blue: 0.055, alpha: 1) + + /** + 梔子黃 + #15446285 + red: 0.922, green: 0.694, blue: 0.051, alpha: 1 + */ + static let 梔子黃 = #colorLiteral(red: 0.922, green: 0.694, blue: 0.051, alpha: 1) + + /** + 暗海水綠 + #5785367 + red: 0.345, green: 0.278, blue: 0.090, alpha: 1 + */ + static let 暗海水綠 = #colorLiteral(red: 0.345, green: 0.278, blue: 0.090, alpha: 1) + + /** + 篾黃 + #16244376 + red: 0.969, green: 0.871, blue: 0.596, alpha: 1 + */ + static let 篾黃 = #colorLiteral(red: 0.969, green: 0.871, blue: 0.596, alpha: 1) + + /** + 蚌肉白 + #16380379 + red: 0.976, green: 0.945, blue: 0.859, alpha: 1 + */ + static let 蚌肉白 = #colorLiteral(red: 0.976, green: 0.945, blue: 0.859, alpha: 1) + + /** + 炒米黃 + #16043625 + red: 0.957, green: 0.808, blue: 0.412, alpha: 1 + */ + static let 炒米黃 = #colorLiteral(red: 0.957, green: 0.808, blue: 0.412, alpha: 1) + + /** + 琥珀黃 + #16693767 + red: 0.996, green: 0.729, blue: 0.027, alpha: 1 + */ + static let 琥珀黃 = #colorLiteral(red: 0.996, green: 0.729, blue: 0.027, alpha: 1) + + /** + 灰綠 + #9070867 + red: 0.541, green: 0.412, blue: 0.075, alpha: 1 + */ + static let 灰綠 = #colorLiteral(red: 0.541, green: 0.412, blue: 0.075, alpha: 1) + + /** + 粽葉綠 + #8874008 + red: 0.529, green: 0.408, blue: 0.094, alpha: 1 + */ + static let 粽葉綠 = #colorLiteral(red: 0.529, green: 0.408, blue: 0.094, alpha: 1) + + /** + 塵灰 + #11969654 + red: 0.714, green: 0.643, blue: 0.463, alpha: 1 + */ + static let 塵灰 = #colorLiteral(red: 0.714, green: 0.643, blue: 0.463, alpha: 1) + + /** + 鼬黃 + #16561930 + red: 0.988, green: 0.718, blue: 0.039, alpha: 1 + */ + static let 鼬黃 = #colorLiteral(red: 0.988, green: 0.718, blue: 0.039, alpha: 1) + + /** + 象牙黃 + #15783573 + red: 0.941, green: 0.839, blue: 0.584, alpha: 1 + */ + static let 象牙黃 = #colorLiteral(red: 0.941, green: 0.839, blue: 0.584, alpha: 1) + + /** + 鮫青 + #8876606 + red: 0.529, green: 0.447, blue: 0.243, alpha: 1 + */ + static let 鮫青 = #colorLiteral(red: 0.529, green: 0.447, blue: 0.243, alpha: 1) + + /** + 豆汁黃 + #16312513 + red: 0.973, green: 0.910, blue: 0.757, alpha: 1 + */ + static let 豆汁黃 = #colorLiteral(red: 0.973, green: 0.910, blue: 0.757, alpha: 1) + + /** + 土黃 + #14065693 + red: 0.839, green: 0.627, blue: 0.114, alpha: 1 + */ + static let 土黃 = #colorLiteral(red: 0.839, green: 0.627, blue: 0.114, alpha: 1) + + /** + 香水玫瑰黃 + #16243348 + red: 0.969, green: 0.855, blue: 0.580, alpha: 1 + */ + static let 香水玫瑰黃 = #colorLiteral(red: 0.969, green: 0.855, blue: 0.580, alpha: 1) + + /** + 虎皮黃 + #15379738 + red: 0.918, green: 0.678, blue: 0.102, alpha: 1 + */ + static let 虎皮黃 = #colorLiteral(red: 0.918, green: 0.678, blue: 0.102, alpha: 1) + + /** + 雞蛋黃 + #16496146 + red: 0.984, green: 0.714, blue: 0.071, alpha: 1 + */ + static let 雞蛋黃 = #colorLiteral(red: 0.984, green: 0.714, blue: 0.071, alpha: 1) + + /** + 銀鼠灰 + #11905680 + red: 0.710, green: 0.667, blue: 0.565, alpha: 1 + */ + static let 銀鼠灰 = #colorLiteral(red: 0.710, green: 0.667, blue: 0.565, alpha: 1) + + /** + 魚肚白 + #16250093 + red: 0.969, green: 0.957, blue: 0.929, alpha: 1 + */ + static let 魚肚白 = #colorLiteral(red: 0.969, green: 0.957, blue: 0.929, alpha: 1) + + /** + 初熟杏黃 + #16301105 + red: 0.973, green: 0.737, blue: 0.192, alpha: 1 + */ + static let 初熟杏黃 = #colorLiteral(red: 0.973, green: 0.737, blue: 0.192, alpha: 1) + + /** + 山雞黃 + #12028710 + red: 0.718, green: 0.545, blue: 0.149, alpha: 1 + */ + static let 山雞黃 = #colorLiteral(red: 0.718, green: 0.545, blue: 0.149, alpha: 1) + + /** + 蓮子白 + #15061930 + red: 0.898, green: 0.827, blue: 0.667, alpha: 1 + */ + static let 蓮子白 = #colorLiteral(red: 0.898, green: 0.827, blue: 0.667, alpha: 1) + + /** + 蟹殼灰 + #6905413 + red: 0.412, green: 0.369, blue: 0.271, alpha: 1 + */ + static let 蟹殼灰 = #colorLiteral(red: 0.412, green: 0.369, blue: 0.271, alpha: 1) + + /** + 沙石黃 + #15054673 + red: 0.898, green: 0.718, blue: 0.318, alpha: 1 + */ + static let 沙石黃 = #colorLiteral(red: 0.898, green: 0.718, blue: 0.318, alpha: 1) + + /** + 甘草黃 + #15974220 + red: 0.953, green: 0.749, blue: 0.298, alpha: 1 + */ + static let 甘草黃 = #colorLiteral(red: 0.953, green: 0.749, blue: 0.298, alpha: 1) + + /** + 燕羽灰 + #6839880 + red: 0.408, green: 0.369, blue: 0.282, alpha: 1 + */ + static let 燕羽灰 = #colorLiteral(red: 0.408, green: 0.369, blue: 0.282, alpha: 1) + + /** + 鵝掌黃 + #16496937 + red: 0.984, green: 0.725, blue: 0.161, alpha: 1 + */ + static let 鵝掌黃 = #colorLiteral(red: 0.984, green: 0.725, blue: 0.161, alpha: 1) + + /** + 麥芽糖黃 + #16372349 + red: 0.976, green: 0.824, blue: 0.490, alpha: 1 + */ + static let 麥芽糖黃 = #colorLiteral(red: 0.976, green: 0.824, blue: 0.490, alpha: 1) + + /** + 淺駝色 + #14860668 + red: 0.886, green: 0.757, blue: 0.486, alpha: 1 + */ + static let 淺駝色 = #colorLiteral(red: 0.886, green: 0.757, blue: 0.486, alpha: 1) + + /** + 百靈鳥灰 + #11839890 + red: 0.706, green: 0.663, blue: 0.573, alpha: 1 + */ + static let 百靈鳥灰 = #colorLiteral(red: 0.706, green: 0.663, blue: 0.573, alpha: 1) + + /** + 酪黃 + #16178861 + red: 0.965, green: 0.871, blue: 0.678, alpha: 1 + */ + static let 酪黃 = #colorLiteral(red: 0.965, green: 0.871, blue: 0.678, alpha: 1) + + /** + 荔肉白 + #15918798 + red: 0.949, green: 0.902, blue: 0.808, alpha: 1 + */ + static let 荔肉白 = #colorLiteral(red: 0.949, green: 0.902, blue: 0.808, alpha: 1) + + /** + 淡肉色 + #16310448 + red: 0.973, green: 0.878, blue: 0.690, alpha: 1 + */ + static let 淡肉色 = #colorLiteral(red: 0.973, green: 0.878, blue: 0.690, alpha: 1) + + /** + 河豚灰 + #3749683 + red: 0.224, green: 0.216, blue: 0.200, alpha: 1 + */ + static let 河豚灰 = #colorLiteral(red: 0.224, green: 0.216, blue: 0.200, alpha: 1) + + /** + 蜴蜊綠 + #8609309 + red: 0.514, green: 0.369, blue: 0.114, alpha: 1 + */ + static let 蜴蜊綠 = #colorLiteral(red: 0.514, green: 0.369, blue: 0.114, alpha: 1) + + /** + 漢白玉 + #16315629 + red: 0.973, green: 0.957, blue: 0.929, alpha: 1 + */ + static let 漢白玉 = #colorLiteral(red: 0.973, green: 0.957, blue: 0.929, alpha: 1) + + /** + 橙皮黃 + #16556292 + red: 0.988, green: 0.631, blue: 0.016, alpha: 1 + */ + static let 橙皮黃 = #colorLiteral(red: 0.988, green: 0.631, blue: 0.016, alpha: 1) + + /** + 萊陽梨黃 + #8478501 + red: 0.506, green: 0.373, blue: 0.145, alpha: 1 + */ + static let 萊陽梨黃 = #colorLiteral(red: 0.506, green: 0.373, blue: 0.145, alpha: 1) + + /** + 枇杷黃 + #16556294 + red: 0.988, green: 0.631, blue: 0.024, alpha: 1 + */ + static let 枇杷黃 = #colorLiteral(red: 0.988, green: 0.631, blue: 0.024, alpha: 1) + + /** + 金葉黃 + #16754191 + red: 1.000, green: 0.651, blue: 0.059, alpha: 1 + */ + static let 金葉黃 = #colorLiteral(red: 1.000, green: 0.651, blue: 0.059, alpha: 1) + + /** + 蒼黃 + #8414002 + red: 0.502, green: 0.388, blue: 0.196, alpha: 1 + */ + static let 蒼黃 = #colorLiteral(red: 0.502, green: 0.388, blue: 0.196, alpha: 1) + + /** + 粉白 + #16511715 + red: 0.984, green: 0.949, blue: 0.890, alpha: 1 + */ + static let 粉白 = #colorLiteral(red: 0.984, green: 0.949, blue: 0.890, alpha: 1) + + /** + 淡橘橙 + #16491540 + red: 0.984, green: 0.643, blue: 0.078, alpha: 1 + */ + static let 淡橘橙 = #colorLiteral(red: 0.984, green: 0.643, blue: 0.078, alpha: 1) + + /** + 珍珠灰 + #14999511 + red: 0.894, green: 0.875, blue: 0.843, alpha: 1 + */ + static let 珍珠灰 = #colorLiteral(red: 0.894, green: 0.875, blue: 0.843, alpha: 1) + + /** + 龜背黃 + #8547144 + red: 0.510, green: 0.420, blue: 0.282, alpha: 1 + */ + static let 龜背黃 = #colorLiteral(red: 0.510, green: 0.420, blue: 0.282, alpha: 1) + + /** + 淺灰 + #14341323 + red: 0.855, green: 0.831, blue: 0.796, alpha: 1 + */ + static let 淺灰 = #colorLiteral(red: 0.855, green: 0.831, blue: 0.796, alpha: 1) + + /** + 鉛灰 + #12301740 + red: 0.733, green: 0.710, blue: 0.675, alpha: 1 + */ + static let 鉛灰 = #colorLiteral(red: 0.733, green: 0.710, blue: 0.675, alpha: 1) + + /** + 中灰 + #12301740 + red: 0.733, green: 0.710, blue: 0.675, alpha: 1 + */ + static let 中灰 = #colorLiteral(red: 0.733, green: 0.710, blue: 0.675, alpha: 1) + + /** + 雄黃 + #16750848 + red: 1.000, green: 0.600, blue: 0.000, alpha: 1 + */ + static let 雄黃 = #colorLiteral(red: 1.000, green: 0.600, blue: 0.000, alpha: 1) + + /** + 蜜黃 + #16496983 + red: 0.984, green: 0.725, blue: 0.341, alpha: 1 + */ + static let 蜜黃 = #colorLiteral(red: 0.984, green: 0.725, blue: 0.341, alpha: 1) + + /** + 風帆黃 + #14455075 + red: 0.863, green: 0.569, blue: 0.137, alpha: 1 + */ + static let 風帆黃 = #colorLiteral(red: 0.863, green: 0.569, blue: 0.137, alpha: 1) + + /** + 桂皮淡棕 + #12620625 + red: 0.753, green: 0.576, blue: 0.318, alpha: 1 + */ + static let 桂皮淡棕 = #colorLiteral(red: 0.753, green: 0.576, blue: 0.318, alpha: 1) + + /** + 金鶯黃 + #16033850 + red: 0.957, green: 0.659, blue: 0.227, alpha: 1 + */ + static let 金鶯黃 = #colorLiteral(red: 0.957, green: 0.659, blue: 0.227, alpha: 1) + + /** + 肉色 + #16236915 + red: 0.969, green: 0.757, blue: 0.451, alpha: 1 + */ + static let 肉色 = #colorLiteral(red: 0.969, green: 0.757, blue: 0.451, alpha: 1) + + /** + 凋葉棕 + #15180351 + red: 0.906, green: 0.635, blue: 0.247, alpha: 1 + */ + static let 凋葉棕 = #colorLiteral(red: 0.906, green: 0.635, blue: 0.247, alpha: 1) + + /** + 古銅綠 + #5454875 + red: 0.325, green: 0.235, blue: 0.106, alpha: 1 + */ + static let 古銅綠 = #colorLiteral(red: 0.325, green: 0.235, blue: 0.106, alpha: 1) + + /** + 落英淡粉 + #16378064 + red: 0.976, green: 0.910, blue: 0.816, alpha: 1 + */ + static let 落英淡粉 = #colorLiteral(red: 0.976, green: 0.910, blue: 0.816, alpha: 1) + + /** + 軟木黃 + #14589508 + red: 0.871, green: 0.620, blue: 0.267, alpha: 1 + */ + static let 軟木黃 = #colorLiteral(red: 0.871, green: 0.620, blue: 0.267, alpha: 1) + + /** + 瓜瓤粉 + #16370571 + red: 0.976, green: 0.796, blue: 0.545, alpha: 1 + */ + static let 瓜瓤粉 = #colorLiteral(red: 0.976, green: 0.796, blue: 0.545, alpha: 1) + + /** + 榴萼黃 + #16361011 + red: 0.976, green: 0.651, blue: 0.200, alpha: 1 + */ + static let 榴萼黃 = #colorLiteral(red: 0.976, green: 0.651, blue: 0.200, alpha: 1) + + /** + 玳瑁黃 + #14328922 + red: 0.855, green: 0.643, blue: 0.353, alpha: 1 + */ + static let 玳瑁黃 = #colorLiteral(red: 0.855, green: 0.643, blue: 0.353, alpha: 1) + + /** + 焦茶綠 + #5585688 + red: 0.333, green: 0.231, blue: 0.094, alpha: 1 + */ + static let 焦茶綠 = #colorLiteral(red: 0.333, green: 0.231, blue: 0.094, alpha: 1) + + /** + 蟹殼綠 + #5323808 + red: 0.318, green: 0.235, blue: 0.125, alpha: 1 + */ + static let 蟹殼綠 = #colorLiteral(red: 0.318, green: 0.235, blue: 0.125, alpha: 1) + + /** + 山雞褐 + #9987364 + red: 0.596, green: 0.396, blue: 0.141, alpha: 1 + */ + static let 山雞褐 = #colorLiteral(red: 0.596, green: 0.396, blue: 0.141, alpha: 1) + + /** + 猴毛灰 + #9929836 + red: 0.592, green: 0.518, blue: 0.424, alpha: 1 + */ + static let 猴毛灰 = #colorLiteral(red: 0.592, green: 0.518, blue: 0.424, alpha: 1) + + /** + 鹿角棕 + #14925197 + red: 0.890, green: 0.741, blue: 0.553, alpha: 1 + */ + static let 鹿角棕 = #colorLiteral(red: 0.890, green: 0.741, blue: 0.553, alpha: 1) + + /** + 淡松煙 + #5062704 + red: 0.302, green: 0.251, blue: 0.188, alpha: 1 + */ + static let 淡松煙 = #colorLiteral(red: 0.302, green: 0.251, blue: 0.188, alpha: 1) + + /** + 萬壽菊黃 + #16485125 + red: 0.984, green: 0.545, blue: 0.020, alpha: 1 + */ + static let 萬壽菊黃 = #colorLiteral(red: 0.984, green: 0.545, blue: 0.020, alpha: 1) + + /** + 蛋殼黃 + #16302983 + red: 0.973, green: 0.765, blue: 0.529, alpha: 1 + */ + static let 蛋殼黃 = #colorLiteral(red: 0.973, green: 0.765, blue: 0.529, alpha: 1) + + /** + 杏黃 + #15896086 + red: 0.949, green: 0.557, blue: 0.086, alpha: 1 + */ + static let 杏黃 = #colorLiteral(red: 0.949, green: 0.557, blue: 0.086, alpha: 1) + + /** + 橄欖灰 + #5258794 + red: 0.314, green: 0.243, blue: 0.165, alpha: 1 + */ + static let 橄欖灰 = #colorLiteral(red: 0.314, green: 0.243, blue: 0.165, alpha: 1) + + /** + 鶴灰 + #4866101 + red: 0.290, green: 0.251, blue: 0.208, alpha: 1 + */ + static let 鶴灰 = #colorLiteral(red: 0.290, green: 0.251, blue: 0.208, alpha: 1) + + /** + 瑪瑙灰 + #13618377 + red: 0.812, green: 0.800, blue: 0.788, alpha: 1 + */ + static let 瑪瑙灰 = #colorLiteral(red: 0.812, green: 0.800, blue: 0.788, alpha: 1) + + /** + 淡銀灰 + #12694179 + red: 0.757, green: 0.698, blue: 0.639, alpha: 1 + */ + static let 淡銀灰 = #colorLiteral(red: 0.757, green: 0.698, blue: 0.639, alpha: 1) + + /** + 瓦灰 + #8814198 + red: 0.525, green: 0.494, blue: 0.463, alpha: 1 + */ + static let 瓦灰 = #colorLiteral(red: 0.525, green: 0.494, blue: 0.463, alpha: 1) + + /** + 夜灰 + #8682612 + red: 0.518, green: 0.486, blue: 0.455, alpha: 1 + */ + static let 夜灰 = #colorLiteral(red: 0.518, green: 0.486, blue: 0.455, alpha: 1) + + /** + 北瓜黃 + #16550947 + red: 0.988, green: 0.549, blue: 0.137, alpha: 1 + */ + static let 北瓜黃 = #colorLiteral(red: 0.988, green: 0.549, blue: 0.137, alpha: 1) + + /** + 荷花白 + #16510174 + red: 0.984, green: 0.925, blue: 0.871, alpha: 1 + */ + static let 荷花白 = #colorLiteral(red: 0.984, green: 0.925, blue: 0.871, alpha: 1) + + /** + 松鼠灰 + #5193778 + red: 0.310, green: 0.251, blue: 0.196, alpha: 1 + */ + static let 松鼠灰 = #colorLiteral(red: 0.310, green: 0.251, blue: 0.196, alpha: 1) + + /** + 淡米粉 + #16510690 + red: 0.984, green: 0.933, blue: 0.886, alpha: 1 + */ + static let 淡米粉 = #colorLiteral(red: 0.984, green: 0.933, blue: 0.886, alpha: 1) + + /** + 深灰 + #8484718 + red: 0.506, green: 0.467, blue: 0.431, alpha: 1 + */ + static let 深灰 = #colorLiteral(red: 0.506, green: 0.467, blue: 0.431, alpha: 1) + + /** + 海鷗灰 + #10127480 + red: 0.604, green: 0.533, blue: 0.471, alpha: 1 + */ + static let 海鷗灰 = #colorLiteral(red: 0.604, green: 0.533, blue: 0.471, alpha: 1) + + /** + 茶褐 + #6110497 + red: 0.365, green: 0.239, blue: 0.129, alpha: 1 + */ + static let 茶褐 = #colorLiteral(red: 0.365, green: 0.239, blue: 0.129, alpha: 1) + + /** + 駝色 + #6702634 + red: 0.400, green: 0.275, blue: 0.165, alpha: 1 + */ + static let 駝色 = #colorLiteral(red: 0.400, green: 0.275, blue: 0.165, alpha: 1) + + /** + 銀灰 + #9535602 + red: 0.569, green: 0.502, blue: 0.447, alpha: 1 + */ + static let 銀灰 = #colorLiteral(red: 0.569, green: 0.502, blue: 0.447, alpha: 1) + + /** + 鹿皮褐 + #14258518 + red: 0.851, green: 0.569, blue: 0.337, alpha: 1 + */ + static let 鹿皮褐 = #colorLiteral(red: 0.851, green: 0.569, blue: 0.337, alpha: 1) + + /** + 檳榔綜 + #12674330 + red: 0.757, green: 0.396, blue: 0.102, alpha: 1 + */ + static let 檳榔綜 = #colorLiteral(red: 0.757, green: 0.396, blue: 0.102, alpha: 1) + + /** + 曉灰 + #13943991 + red: 0.831, green: 0.769, blue: 0.718, alpha: 1 + */ + static let 曉灰 = #colorLiteral(red: 0.831, green: 0.769, blue: 0.718, alpha: 1) + + /** + 淡赭 + #12484170 + red: 0.745, green: 0.494, blue: 0.290, alpha: 1 + */ + static let 淡赭 = #colorLiteral(red: 0.745, green: 0.494, blue: 0.290, alpha: 1) + + /** + 古銅褐 + #6043417 + red: 0.361, green: 0.216, blue: 0.098, alpha: 1 + */ + static let 古銅褐 = #colorLiteral(red: 0.361, green: 0.216, blue: 0.098, alpha: 1) + + /** + 麂棕 + #14579234 + red: 0.871, green: 0.463, blue: 0.133, alpha: 1 + */ + static let 麂棕 = #colorLiteral(red: 0.871, green: 0.463, blue: 0.133, alpha: 1) + + /** + 醉瓜肉 + #14386496 + red: 0.859, green: 0.522, blue: 0.251, alpha: 1 + */ + static let 醉瓜肉 = #colorLiteral(red: 0.859, green: 0.522, blue: 0.251, alpha: 1) + + /** + 雁灰 + #8418926 + red: 0.502, green: 0.463, blue: 0.431, alpha: 1 + */ + static let 雁灰 = #colorLiteral(red: 0.502, green: 0.463, blue: 0.431, alpha: 1) + + /** + 鮭魚紅 + #15768666 + red: 0.941, green: 0.612, blue: 0.353, alpha: 1 + */ + static let 鮭魚紅 = #colorLiteral(red: 0.941, green: 0.612, blue: 0.353, alpha: 1) + + /** + 橘橙 + #16350492 + red: 0.976, green: 0.490, blue: 0.110, alpha: 1 + */ + static let 橘橙 = #colorLiteral(red: 0.976, green: 0.490, blue: 0.110, alpha: 1) + + /** + 金黃 + #15887135 + red: 0.949, green: 0.420, blue: 0.122, alpha: 1 + */ + static let 金黃 = #colorLiteral(red: 0.949, green: 0.420, blue: 0.122, alpha: 1) + + /** + 玫瑰粉 + #16298879 + red: 0.973, green: 0.702, blue: 0.498, alpha: 1 + */ + static let 玫瑰粉 = #colorLiteral(red: 0.973, green: 0.702, blue: 0.498, alpha: 1) + + /** + 美人焦橙 + #16416291 + red: 0.980, green: 0.494, blue: 0.137, alpha: 1 + */ + static let 美人焦橙 = #colorLiteral(red: 0.980, green: 0.494, blue: 0.137, alpha: 1) + + /** + 米色 + #16378317 + red: 0.976, green: 0.914, blue: 0.804, alpha: 1 + */ + static let 米色 = #colorLiteral(red: 0.976, green: 0.914, blue: 0.804, alpha: 1) + + /** + 蛛網灰 + #12034193 + red: 0.718, green: 0.627, blue: 0.569, alpha: 1 + */ + static let 蛛網灰 = #colorLiteral(red: 0.718, green: 0.627, blue: 0.569, alpha: 1) + + /** + 淡咖啡 + #9721907 + red: 0.580, green: 0.345, blue: 0.200, alpha: 1 + */ + static let 淡咖啡 = #colorLiteral(red: 0.580, green: 0.345, blue: 0.200, alpha: 1) + + /** + 海螺橙 + #15766621 + red: 0.941, green: 0.580, blue: 0.365, alpha: 1 + */ + static let 海螺橙 = #colorLiteral(red: 0.941, green: 0.580, blue: 0.365, alpha: 1) + + /** + 岩石棕 + #9850146 + red: 0.588, green: 0.302, blue: 0.133, alpha: 1 + */ + static let 岩石棕 = #colorLiteral(red: 0.588, green: 0.302, blue: 0.133, alpha: 1) + + /** + 芒果棕 + #9782294 + red: 0.584, green: 0.267, blue: 0.086, alpha: 1 + */ + static let 芒果棕 = #colorLiteral(red: 0.584, green: 0.267, blue: 0.086, alpha: 1) + + /** + 陶瓷紅 + #14772003 + red: 0.882, green: 0.404, blue: 0.137, alpha: 1 + */ + static let 陶瓷紅 = #colorLiteral(red: 0.882, green: 0.404, blue: 0.137, alpha: 1) + + /** + 菠蘿紅 + #16546096 + red: 0.988, green: 0.475, blue: 0.188, alpha: 1 + */ + static let 菠蘿紅 = #colorLiteral(red: 0.988, green: 0.475, blue: 0.188, alpha: 1) + + /** + 餘燼紅 + #13595971 + red: 0.812, green: 0.459, blue: 0.263, alpha: 1 + */ + static let 餘燼紅 = #colorLiteral(red: 0.812, green: 0.459, blue: 0.263, alpha: 1) + + /** + 金蓮花橙 + #16280349 + red: 0.973, green: 0.420, blue: 0.114, alpha: 1 + */ + static let 金蓮花橙 = #colorLiteral(red: 0.973, green: 0.420, blue: 0.114, alpha: 1) + + /** + 火磚紅 + #13460007 + red: 0.804, green: 0.384, blue: 0.153, alpha: 1 + */ + static let 火磚紅 = #colorLiteral(red: 0.804, green: 0.384, blue: 0.153, alpha: 1) + + /** + 初桃粉紅 + #16178382 + red: 0.965, green: 0.863, blue: 0.808, alpha: 1 + */ + static let 初桃粉紅 = #colorLiteral(red: 0.965, green: 0.863, blue: 0.808, alpha: 1) + + /** + 鐵棕 + #14178582 + red: 0.847, green: 0.349, blue: 0.086, alpha: 1 + */ + static let 鐵棕 = #colorLiteral(red: 0.847, green: 0.349, blue: 0.086, alpha: 1) + + /** + 介殼淡粉紅 + #16240570 + red: 0.969, green: 0.812, blue: 0.729, alpha: 1 + */ + static let 介殼淡粉紅 = #colorLiteral(red: 0.969, green: 0.812, blue: 0.729, alpha: 1) + + /** + 蟹殼紅 + #15889973 + red: 0.949, green: 0.463, blue: 0.208, alpha: 1 + */ + static let 蟹殼紅 = #colorLiteral(red: 0.949, green: 0.463, blue: 0.208, alpha: 1) + + /** + 金駝 + #14968872 + red: 0.894, green: 0.408, blue: 0.157, alpha: 1 + */ + static let 金駝 = #colorLiteral(red: 0.894, green: 0.408, blue: 0.157, alpha: 1) + + /** + 燕頷紅 + #16540437 + red: 0.988, green: 0.388, blue: 0.082, alpha: 1 + */ + static let 燕頷紅 = #colorLiteral(red: 0.988, green: 0.388, blue: 0.082, alpha: 1) + + /** + 淡可可棕 + #12013853 + red: 0.718, green: 0.318, blue: 0.114, alpha: 1 + */ + static let 淡可可棕 = #colorLiteral(red: 0.718, green: 0.318, blue: 0.114, alpha: 1) + + /** + 晨曦紅 + #15370584 + red: 0.918, green: 0.537, blue: 0.345, alpha: 1 + */ + static let 晨曦紅 = #colorLiteral(red: 0.918, green: 0.537, blue: 0.345, alpha: 1) + + /** + 玉粉紅 + #15250586 + red: 0.910, green: 0.706, blue: 0.604, alpha: 1 + */ + static let 玉粉紅 = #colorLiteral(red: 0.910, green: 0.706, blue: 0.604, alpha: 1) + + /** + 野薔薇紅 + #16488808 + red: 0.984, green: 0.600, blue: 0.408, alpha: 1 + */ + static let 野薔薇紅 = #colorLiteral(red: 0.984, green: 0.600, blue: 0.408, alpha: 1) + + /** + 藕荷 + #15582126 + red: 0.929, green: 0.765, blue: 0.682, alpha: 1 + */ + static let 藕荷 = #colorLiteral(red: 0.929, green: 0.765, blue: 0.682, alpha: 1) + + /** + 長石灰 + #3552307 + red: 0.212, green: 0.204, blue: 0.200, alpha: 1 + */ + static let 長石灰 = #colorLiteral(red: 0.212, green: 0.204, blue: 0.200, alpha: 1) + + /** + 中紅灰 + #9134413 + red: 0.545, green: 0.380, blue: 0.302, alpha: 1 + */ + static let 中紅灰 = #colorLiteral(red: 0.545, green: 0.380, blue: 0.302, alpha: 1) + + /** + 火泥棕 + #11168332 + red: 0.667, green: 0.416, blue: 0.298, alpha: 1 + */ + static let 火泥棕 = #colorLiteral(red: 0.667, green: 0.416, blue: 0.298, alpha: 1) + + /** + 紺紅 + #10900012 + red: 0.651, green: 0.322, blue: 0.173, alpha: 1 + */ + static let 紺紅 = #colorLiteral(red: 0.651, green: 0.322, blue: 0.173, alpha: 1) + + /** + 莓醬紅 + #16407833 + red: 0.980, green: 0.365, blue: 0.098, alpha: 1 + */ + static let 莓醬紅 = #colorLiteral(red: 0.980, green: 0.365, blue: 0.098, alpha: 1) + + /** + 丁香棕 + #7419421 + red: 0.443, green: 0.212, blue: 0.114, alpha: 1 + */ + static let 丁香棕 = #colorLiteral(red: 0.443, green: 0.212, blue: 0.114, alpha: 1) + + /** + 淡玫瑰灰 + #12096645 + red: 0.722, green: 0.580, blue: 0.522, alpha: 1 + */ + static let 淡玫瑰灰 = #colorLiteral(red: 0.722, green: 0.580, blue: 0.522, alpha: 1) + + /** + 瓜瓤紅 + #16157792 + red: 0.965, green: 0.549, blue: 0.376, alpha: 1 + */ + static let 瓜瓤紅 = #colorLiteral(red: 0.965, green: 0.549, blue: 0.376, alpha: 1) + + /** + 淡藏花紅 + #16166287 + red: 0.965, green: 0.678, blue: 0.561, alpha: 1 + */ + static let 淡藏花紅 = #colorLiteral(red: 0.965, green: 0.678, blue: 0.561, alpha: 1) + + /** + 筍皮棕 + #7548434 + red: 0.451, green: 0.180, blue: 0.071, alpha: 1 + */ + static let 筍皮棕 = #colorLiteral(red: 0.451, green: 0.180, blue: 0.071, alpha: 1) + + /** + 潤紅 + #16240060 + red: 0.969, green: 0.804, blue: 0.737, alpha: 1 + */ + static let 潤紅 = #colorLiteral(red: 0.969, green: 0.804, blue: 0.737, alpha: 1) + + /** + 龍睛魚紅 + #15688491 + red: 0.937, green: 0.388, blue: 0.169, alpha: 1 + */ + static let 龍睛魚紅 = #colorLiteral(red: 0.937, green: 0.388, blue: 0.169, alpha: 1) + + /** + 淡土黃 + #9194289 + red: 0.549, green: 0.294, blue: 0.192, alpha: 1 + */ + static let 淡土黃 = #colorLiteral(red: 0.549, green: 0.294, blue: 0.192, alpha: 1) + + /** + 珠母灰 + #6572093 + red: 0.392, green: 0.282, blue: 0.239, alpha: 1 + */ + static let 珠母灰 = #colorLiteral(red: 0.392, green: 0.282, blue: 0.239, alpha: 1) + + /** + 芙蓉紅 + #16347709 + red: 0.976, green: 0.447, blue: 0.239, alpha: 1 + */ + static let 芙蓉紅 = #colorLiteral(red: 0.976, green: 0.447, blue: 0.239, alpha: 1) + + /** + 落霞紅 + #13584403 + red: 0.812, green: 0.282, blue: 0.075, alpha: 1 + */ + static let 落霞紅 = #colorLiteral(red: 0.812, green: 0.282, blue: 0.075, alpha: 1) + + /** + 法螺紅 + #15630421 + red: 0.933, green: 0.502, blue: 0.333, alpha: 1 + */ + static let 法螺紅 = #colorLiteral(red: 0.933, green: 0.502, blue: 0.333, alpha: 1) + + /** + 草珠紅 + #16313318 + red: 0.973, green: 0.922, blue: 0.902, alpha: 1 + */ + static let 草珠紅 = #colorLiteral(red: 0.973, green: 0.922, blue: 0.902, alpha: 1) + + /** + 咖啡 + #7680279 + red: 0.459, green: 0.192, blue: 0.090, alpha: 1 + */ + static let 咖啡 = #colorLiteral(red: 0.459, green: 0.192, blue: 0.090, alpha: 1) + + /** + 中灰駝 + #6307120 + red: 0.376, green: 0.239, blue: 0.188, alpha: 1 + */ + static let 中灰駝 = #colorLiteral(red: 0.376, green: 0.239, blue: 0.188, alpha: 1) + + /** + 椰殼棕 + #8927774 + red: 0.533, green: 0.227, blue: 0.118, alpha: 1 + */ + static let 椰殼棕 = #colorLiteral(red: 0.533, green: 0.227, blue: 0.118, alpha: 1) + + /** + 蟹蝥紅 + #11619112 + red: 0.694, green: 0.294, blue: 0.157, alpha: 1 + */ + static let 蟹蝥紅 = #colorLiteral(red: 0.694, green: 0.294, blue: 0.157, alpha: 1) + + /** + 淡豆沙 + #8863012 + red: 0.529, green: 0.239, blue: 0.141, alpha: 1 + */ + static let 淡豆沙 = #colorLiteral(red: 0.529, green: 0.239, blue: 0.141, alpha: 1) + + /** + 淡桃紅 + #16174785 + red: 0.965, green: 0.808, blue: 0.757, alpha: 1 + */ + static let 淡桃紅 = #colorLiteral(red: 0.965, green: 0.808, blue: 0.757, alpha: 1) + + /** + 淡鐵灰 + #5980730 + red: 0.357, green: 0.259, blue: 0.227, alpha: 1 + */ + static let 淡鐵灰 = #colorLiteral(red: 0.357, green: 0.259, blue: 0.227, alpha: 1) + + /** + 石板灰 + #6441281 + red: 0.384, green: 0.286, blue: 0.255, alpha: 1 + */ + static let 石板灰 = #colorLiteral(red: 0.384, green: 0.286, blue: 0.255, alpha: 1) + + /** + 淡栗棕 + #6763556 + red: 0.404, green: 0.204, blue: 0.141, alpha: 1 + */ + static let 淡栗棕 = #colorLiteral(red: 0.404, green: 0.204, blue: 0.141, alpha: 1) + + /** + 銀朱 + #16006662 + red: 0.957, green: 0.243, blue: 0.024, alpha: 1 + */ + static let 銀朱 = #colorLiteral(red: 0.957, green: 0.243, blue: 0.024, alpha: 1) + + /** + 草莓紅 + #15691592 + red: 0.937, green: 0.435, blue: 0.282, alpha: 1 + */ + static let 草莓紅 = #colorLiteral(red: 0.937, green: 0.435, blue: 0.282, alpha: 1) + + /** + 洋水仙紅 + #16041914 + red: 0.957, green: 0.780, blue: 0.729, alpha: 1 + */ + static let 洋水仙紅 = #colorLiteral(red: 0.957, green: 0.780, blue: 0.729, alpha: 1) + + /** + 朱紅 + #15552806 + red: 0.929, green: 0.318, blue: 0.149, alpha: 1 + */ + static let 朱紅 = #colorLiteral(red: 0.929, green: 0.318, blue: 0.149, alpha: 1) + + /** + 榴花紅 + #15943448 + red: 0.953, green: 0.278, blue: 0.094, alpha: 1 + */ + static let 榴花紅 = #colorLiteral(red: 0.953, green: 0.278, blue: 0.094, alpha: 1) + + /** + 柿紅 + #15878171 + red: 0.949, green: 0.282, blue: 0.106, alpha: 1 + */ + static let 柿紅 = #colorLiteral(red: 0.949, green: 0.282, blue: 0.106, alpha: 1) + + /** + 可可棕 + #6630172 + red: 0.396, green: 0.169, blue: 0.110, alpha: 1 + */ + static let 可可棕 = #colorLiteral(red: 0.396, green: 0.169, blue: 0.110, alpha: 1) + + /** + 淡罌粟紅 + #15638668 + red: 0.933, green: 0.627, blue: 0.549, alpha: 1 + */ + static let 淡罌粟紅 = #colorLiteral(red: 0.933, green: 0.627, blue: 0.549, alpha: 1) + + /** + 大紅 + #15747874 + red: 0.941, green: 0.294, blue: 0.133, alpha: 1 + */ + static let 大紅 = #colorLiteral(red: 0.941, green: 0.294, blue: 0.133, alpha: 1) + + /** + 柞葉棕 + #6892059 + red: 0.412, green: 0.165, blue: 0.106, alpha: 1 + */ + static let 柞葉棕 = #colorLiteral(red: 0.412, green: 0.165, blue: 0.106, alpha: 1) + + /** + 蜻蜓紅 + #15811613 + red: 0.945, green: 0.267, blue: 0.114, alpha: 1 + */ + static let 蜻蜓紅 = #colorLiteral(red: 0.945, green: 0.267, blue: 0.114, alpha: 1) + + /** + 橡樹棕 + #7814449 + red: 0.467, green: 0.239, blue: 0.192, alpha: 1 + */ + static let 橡樹棕 = #colorLiteral(red: 0.467, green: 0.239, blue: 0.192, alpha: 1) + + /** + 頰紅 + #15641244 + red: 0.933, green: 0.667, blue: 0.612, alpha: 1 + */ + static let 頰紅 = #colorLiteral(red: 0.933, green: 0.667, blue: 0.612, alpha: 1) + + /** + 桃紅 + #15773088 + red: 0.941, green: 0.678, blue: 0.627, alpha: 1 + */ + static let 桃紅 = #colorLiteral(red: 0.941, green: 0.678, blue: 0.627, alpha: 1) + + /** + 火岩棕 + #8794144 + red: 0.525, green: 0.188, blue: 0.125, alpha: 1 + */ + static let 火岩棕 = #colorLiteral(red: 0.525, green: 0.188, blue: 0.125, alpha: 1) + + /** + 淡藤蘿紫 + #15919077 + red: 0.949, green: 0.906, blue: 0.898, alpha: 1 + */ + static let 淡藤蘿紫 = #colorLiteral(red: 0.949, green: 0.906, blue: 0.898, alpha: 1) + + /** + 赭石 + #8791575 + red: 0.525, green: 0.149, blue: 0.090, alpha: 1 + */ + static let 赭石 = #colorLiteral(red: 0.525, green: 0.149, blue: 0.090, alpha: 1) + + /** + 鐵水紅 + #16070940 + red: 0.961, green: 0.224, blue: 0.110, alpha: 1 + */ + static let 鐵水紅 = #colorLiteral(red: 0.961, green: 0.224, blue: 0.110, alpha: 1) + + /** + 胭脂紅 + #15744804 + red: 0.941, green: 0.247, blue: 0.141, alpha: 1 + */ + static let 胭脂紅 = #colorLiteral(red: 0.941, green: 0.247, blue: 0.141, alpha: 1) + + /** + 極光紅 + #15940383 + red: 0.953, green: 0.231, blue: 0.122, alpha: 1 + */ + static let 極光紅 = #colorLiteral(red: 0.953, green: 0.231, blue: 0.122, alpha: 1) + + /** + 紅汞紅 + #15875619 + red: 0.949, green: 0.243, blue: 0.137, alpha: 1 + */ + static let 紅汞紅 = #colorLiteral(red: 0.949, green: 0.243, blue: 0.137, alpha: 1) + + /** + 蘿蔔紅 + #15809570 + red: 0.945, green: 0.235, blue: 0.133, alpha: 1 + */ + static let 蘿蔔紅 = #colorLiteral(red: 0.945, green: 0.235, blue: 0.133, alpha: 1) + + /** + 曲紅 + #15751750 + red: 0.941, green: 0.353, blue: 0.275, alpha: 1 + */ + static let 曲紅 = #colorLiteral(red: 0.941, green: 0.353, blue: 0.275, alpha: 1) + + /** + 谷鞘紅 + #15824486 + red: 0.945, green: 0.463, blue: 0.400, alpha: 1 + */ + static let 谷鞘紅 = #colorLiteral(red: 0.945, green: 0.463, blue: 0.400, alpha: 1) + + /** + 蘋果紅 + #15816258 + red: 0.945, green: 0.337, blue: 0.259, alpha: 1 + */ + static let 蘋果紅 = #colorLiteral(red: 0.945, green: 0.337, blue: 0.259, alpha: 1) + + /** + 桂紅 + #15882823 + red: 0.949, green: 0.353, blue: 0.278, alpha: 1 + */ + static let 桂紅 = #colorLiteral(red: 0.949, green: 0.353, blue: 0.278, alpha: 1) + + /** + 粉紅 + #15907250 + red: 0.949, green: 0.725, blue: 0.698, alpha: 1 + */ + static let 粉紅 = #colorLiteral(red: 0.949, green: 0.725, blue: 0.698, alpha: 1) + + /** + 暗駝棕 + #5842464 + red: 0.349, green: 0.149, blue: 0.125, alpha: 1 + */ + static let 暗駝棕 = #colorLiteral(red: 0.349, green: 0.149, blue: 0.125, alpha: 1) + + /** + 夕陽紅 + #14559768 + red: 0.871, green: 0.165, blue: 0.094, alpha: 1 + */ + static let 夕陽紅 = #colorLiteral(red: 0.871, green: 0.165, blue: 0.094, alpha: 1) + + /** + 櫻桃紅 + #15545121 + red: 0.929, green: 0.200, blue: 0.129, alpha: 1 + */ + static let 櫻桃紅 = #colorLiteral(red: 0.929, green: 0.200, blue: 0.129, alpha: 1) + + /** + 珊瑚紅 + #15747642 + red: 0.941, green: 0.290, blue: 0.227, alpha: 1 + */ + static let 珊瑚紅 = #colorLiteral(red: 0.941, green: 0.290, blue: 0.227, alpha: 1) + + /** + 火山棕 + #4728098 + red: 0.282, green: 0.145, blue: 0.133, alpha: 1 + */ + static let 火山棕 = #colorLiteral(red: 0.282, green: 0.145, blue: 0.133, alpha: 1) + + /** + 栗棕 + #6037017 + red: 0.361, green: 0.118, blue: 0.098, alpha: 1 + */ + static let 栗棕 = #colorLiteral(red: 0.361, green: 0.118, blue: 0.098, alpha: 1) + + /** + 鶴頂紅 + #13903127 + red: 0.831, green: 0.145, blue: 0.090, alpha: 1 + */ + static let 鶴頂紅 = #colorLiteral(red: 0.831, green: 0.145, blue: 0.090, alpha: 1) + + /** + 舌紅 + #15832976 + red: 0.945, green: 0.592, blue: 0.565, alpha: 1 + */ + static let 舌紅 = #colorLiteral(red: 0.945, green: 0.592, blue: 0.565, alpha: 1) + + /** + 鵝血石紅 + #11220783 + red: 0.671, green: 0.216, blue: 0.184, alpha: 1 + */ + static let 鵝血石紅 = #colorLiteral(red: 0.671, green: 0.216, blue: 0.184, alpha: 1) + + /** + 醬棕 + #5906203 + red: 0.353, green: 0.122, blue: 0.106, alpha: 1 + */ + static let 醬棕 = #colorLiteral(red: 0.353, green: 0.122, blue: 0.106, alpha: 1) + + /** + 魚鰓紅 + #15547183 + red: 0.929, green: 0.231, blue: 0.184, alpha: 1 + */ + static let 魚鰓紅 = #colorLiteral(red: 0.929, green: 0.231, blue: 0.184, alpha: 1) + + /** + 蘆穗灰 + #12431021 + red: 0.741, green: 0.682, blue: 0.678, alpha: 1 + */ + static let 蘆穗灰 = #colorLiteral(red: 0.741, green: 0.682, blue: 0.678, alpha: 1) + + /** + 麗春紅 + #15410714 + red: 0.922, green: 0.149, blue: 0.102, alpha: 1 + */ + static let 麗春紅 = #colorLiteral(red: 0.922, green: 0.149, blue: 0.102, alpha: 1) + + /** + 覆盆子紅 + #11280152 + red: 0.675, green: 0.122, blue: 0.094, alpha: 1 + */ + static let 覆盆子紅 = #colorLiteral(red: 0.675, green: 0.122, blue: 0.094, alpha: 1) + + /** + 海報灰 + #4731698 + red: 0.282, green: 0.200, blue: 0.196, alpha: 1 + */ + static let 海報灰 = #colorLiteral(red: 0.282, green: 0.200, blue: 0.196, alpha: 1) + + /** + 豆沙 + #4726300 + red: 0.282, green: 0.118, blue: 0.110, alpha: 1 + */ + static let 豆沙 = #colorLiteral(red: 0.282, green: 0.118, blue: 0.110, alpha: 1) + + /** + 榴子紅 + #15831180 + red: 0.945, green: 0.565, blue: 0.549, alpha: 1 + */ + static let 榴子紅 = #colorLiteral(red: 0.945, green: 0.565, blue: 0.549, alpha: 1) + + /** + 秋海棠紅 + #15477540 + red: 0.925, green: 0.169, blue: 0.141, alpha: 1 + */ + static let 秋海棠紅 = #colorLiteral(red: 0.925, green: 0.169, blue: 0.141, alpha: 1) + + /** + 無花果紅 + #15708077 + red: 0.937, green: 0.686, blue: 0.678, alpha: 1 + */ + static let 無花果紅 = #colorLiteral(red: 0.937, green: 0.686, blue: 0.678, alpha: 1) + + /** + 淡緋 + #15911625 + red: 0.949, green: 0.792, blue: 0.788, alpha: 1 + */ + static let 淡緋 = #colorLiteral(red: 0.949, green: 0.792, blue: 0.788, alpha: 1) + + /** + 玫瑰灰 + #4927019 + red: 0.294, green: 0.180, blue: 0.169, alpha: 1 + */ + static let 玫瑰灰 = #colorLiteral(red: 0.294, green: 0.180, blue: 0.169, alpha: 1) + + /** + 淡菽紅 + #15550533 + red: 0.929, green: 0.282, blue: 0.271, alpha: 1 + */ + static let 淡菽紅 = #colorLiteral(red: 0.929, green: 0.282, blue: 0.271, alpha: 1) + + /** + 枸樞紅 + #15545139 + red: 0.929, green: 0.200, blue: 0.200, alpha: 1 + */ + static let 枸樞紅 = #colorLiteral(red: 0.929, green: 0.200, blue: 0.200, alpha: 1) + + /** + 貂紫 + #6107441 + red: 0.365, green: 0.192, blue: 0.192, alpha: 1 + */ + static let 貂紫 = #colorLiteral(red: 0.365, green: 0.192, blue: 0.192, alpha: 1) + +} diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\201\351\246\231\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\201\351\246\231\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..4609cd6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\201\351\246\231\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x36", + "red" : "0x71" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\201\351\246\231\346\267\241\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\201\351\246\231\346\267\241\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..02bc16b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\201\351\246\231\346\267\241\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDF", + "green" : "0xD7", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..456ec63 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAC", + "green" : "0xB5", + "red" : "0xBB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\201\260\351\247\235.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\201\260\351\247\235.colorset/Contents.json" new file mode 100644 index 0000000..809a885 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\201\260\351\247\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x3D", + "red" : "0x60" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\264\205\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\264\205\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..f2ef785 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\255\347\264\205\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x61", + "red" : "0x8B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\271\347\264\253\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\271\347\264\253\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..54a1042 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\270\271\347\264\253\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0x56", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\271\263\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\271\263\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..c882adc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\271\263\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDC", + "green" : "0xF4", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\271\263\351\264\250\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\271\263\351\264\250\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..7a13de3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\271\263\351\264\250\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0C", + "green" : "0xC9", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\272\225\345\244\251\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\272\225\345\244\251\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..84f9812 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\272\225\345\244\251\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDF", + "green" : "0xD7", + "red" : "0xC3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\272\236\344\270\201\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\272\236\344\270\201\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..a037e7c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\272\236\344\270\201\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x75", + "green" : "0x86", + "red" : "0x42" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\273\213\346\256\274\346\267\241\347\262\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\273\213\346\256\274\346\267\241\347\262\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..c1e0969 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\273\213\346\256\274\346\267\241\347\262\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBA", + "green" : "0xCF", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\275\233\346\211\213\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\275\233\346\211\213\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..5bed6d3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\344\275\233\346\211\213\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0xD7", + "red" : "0xFE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\205\224\347\234\274\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\205\224\347\234\274\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..aab4f95 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\205\224\347\234\274\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0x4E", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\206\260\345\261\261\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\206\260\345\261\261\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..58d6011 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\206\260\345\261\261\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA7", + "green" : "0xAC", + "red" : "0xA4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\207\213\350\221\211\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\207\213\350\221\211\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..3a89770 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\207\213\350\221\211\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3F", + "green" : "0xA2", + "red" : "0xE7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\346\241\203\347\262\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\346\241\203\347\262\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..31a16dc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\346\241\203\347\262\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCE", + "green" : "0xDC", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\347\206\237\346\235\217\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\347\206\237\346\235\217\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..34bf141 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\347\206\237\346\235\217\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0xBC", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\350\215\267\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\350\215\267\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..9cfb7ed --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\210\235\350\215\267\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x96", + "green" : "0x6C", + "red" : "0xE1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\212\215\351\213\222\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\212\215\351\213\222\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..78d09a1 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\212\215\351\213\222\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x41", + "green" : "0x38", + "red" : "0x3E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\214\227\347\223\234\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\214\227\347\223\234\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..f50183c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\214\227\347\223\234\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x8C", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\215\265\347\237\263\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\215\265\347\237\263\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..7467710 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\215\265\347\237\263\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x16", + "red" : "0x30" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..efd8dd7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x25", + "green" : "0x0E", + "red" : "0x44" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..b424031 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x3C", + "red" : "0x53" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\350\244\220.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..8fd39bd --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\212\205\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x19", + "green" : "0x37", + "red" : "0x5C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\274\216\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\274\216\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..8c3b13c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\244\351\274\216\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x29", + "red" : "0x36" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\257\345\217\257\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\257\345\217\257\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..c355f30 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\217\257\345\217\257\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x2B", + "red" : "0x65" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\210\346\255\241\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\210\346\255\241\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..daa2c5e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\210\346\255\241\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA8", + "green" : "0xA1", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\212\351\220\230\350\212\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\212\351\220\230\350\212\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..4e90cf9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\212\351\220\230\350\212\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0x5E", + "red" : "0xCE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\221\346\227\245\350\221\265\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\221\346\227\245\350\221\265\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..5077e22 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\220\221\346\227\245\350\221\265\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x11", + "green" : "0xCC", + "red" : "0xFE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\222\226\345\225\241.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\222\226\345\225\241.colorset/Contents.json" new file mode 100644 index 0000000..12325ae --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\222\226\345\225\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x31", + "red" : "0x75" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\223\201\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\223\201\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..6b56e71 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\223\201\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x73", + "green" : "0x34", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\223\201\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\223\201\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..9dd45e5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\223\201\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAF", + "green" : "0x73", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\224\220\350\217\226\350\222\262\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\224\220\350\217\226\350\222\262\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..893a936 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\224\220\350\217\226\350\222\262\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x1C", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\226\234\350\233\213\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\226\234\350\233\213\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..8b1fd92 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\226\234\350\233\213\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x64", + "green" : "0x2C", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\230\211\351\231\265\346\260\264\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\230\211\351\231\265\346\260\264\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..4bfa250 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\230\211\351\231\265\346\260\264\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA2", + "green" : "0xD5", + "red" : "0xAD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\234\237\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\234\237\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..20e3e45 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\234\237\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0xA0", + "red" : "0xD6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\240\212\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\240\212\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..41a7380 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\240\212\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7B", + "green" : "0x7C", + "red" : "0x73" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\240\261\346\230\245\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\240\261\346\230\245\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..09fe9a1 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\240\261\346\230\245\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA4", + "green" : "0x8A", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\241\265\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\241\265\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..d908e05 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\241\265\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x76", + "green" : "0xA4", + "red" : "0xB6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\242\250\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\242\250\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1f27458 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\242\250\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x0F", + "red" : "0x31" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\217\351\233\262\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\217\351\233\262\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..0602433 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\217\351\233\262\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x71", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\225\351\231\275\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\225\351\231\275\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..67d0479 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\225\351\231\275\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x2A", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\234\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\234\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..4bd8f8c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\234\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x7C", + "red" : "0x84" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\347\220\206\347\237\263\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\347\220\206\347\237\263\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..da63f9a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\347\220\206\347\237\263\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCF", + "green" : "0xCB", + "red" : "0xC4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..0832d04 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x4B", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\350\261\206\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\350\261\206\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..f806af0 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\247\350\261\206\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0xCD", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\251\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\251\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..bf46c3e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\251\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB3", + "green" : "0x77", + "red" : "0x16" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\276\347\253\271\346\241\203\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\276\347\253\271\346\241\203\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..c2e75ee --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\244\276\347\253\271\346\241\203\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7E", + "green" : "0x50", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\232\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\232\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..f4eb0a5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\232\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAA", + "green" : "0xDE", + "red" : "0xD0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\234\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\234\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..bda6573 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\234\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0xB8", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\234\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\234\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..f477568 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\247\234\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x27", + "green" : "0xC0", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..cc4cc2e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0x78", + "red" : "0x74" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\350\217\212\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\350\217\212\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3168a73 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\350\217\212\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE5", + "green" : "0xF5", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\350\217\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\350\217\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..b37059b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\253\251\350\217\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7C", + "green" : "0x3F", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\255\224\351\233\200\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\255\224\351\233\200\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..5037a9f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\255\224\351\233\200\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x53", + "green" : "0x94", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\255\224\351\233\200\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\255\224\351\233\200\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..acc1e5d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\255\224\351\233\200\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xB0", + "red" : "0x0E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\256\211\345\256\211\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\256\211\345\256\211\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..e2deab4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\256\211\345\256\211\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA7", + "green" : "0x70", + "red" : "0x31" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\256\256\346\256\277\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\256\256\346\256\277\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..cb81d95 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\256\256\346\256\277\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x89", + "red" : "0x20" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\257\266\347\237\263\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\257\266\347\237\263\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3a334a9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\257\266\347\237\263\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0xAE", + "red" : "0x41" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\257\266\347\237\263\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\257\266\347\237\263\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..4557e81 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\257\266\347\237\263\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB9", + "green" : "0x86", + "red" : "0x24" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\260\226\346\231\266\347\216\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\260\226\346\231\266\347\216\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..bd2bc79 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\260\226\346\231\266\347\216\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x16", + "red" : "0xCC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\260\274\347\276\205\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\260\274\347\276\205\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..15ad70d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\260\274\347\276\205\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB5", + "green" : "0x74", + "red" : "0x24" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\346\242\227\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\346\242\227\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..3fa2044 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\346\242\227\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9F", + "green" : "0x64", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\350\214\266\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\350\214\266\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..2e59e50 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\350\214\266\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6A", + "green" : "0x55", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\233\236\350\244\220.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\233\236\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..c13cca9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\233\236\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x65", + "red" : "0x98" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\233\236\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\233\236\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..07b5928 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\233\236\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x26", + "green" : "0x8B", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\273\216\350\261\206\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\273\216\350\261\206\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..87dc7a9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\261\261\351\273\216\350\261\206\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x88", + "green" : "0x7C", + "red" : "0xC2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\262\251\347\237\263\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\262\251\347\237\263\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..b205df0 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\345\262\251\347\237\263\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x4D", + "red" : "0x96" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\210\260\350\211\246\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\210\260\350\211\246\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..39370bf --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\210\260\350\211\246\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x69", + "green" : "0x5C", + "red" : "0x49" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\211\201\350\261\206\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\211\201\350\261\206\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..3d6ff52 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\211\201\350\261\206\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8F", + "green" : "0x5C", + "red" : "0xA3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\211\201\350\261\206\350\212\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\211\201\350\261\206\350\212\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..efcb12c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\211\201\350\261\206\350\212\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8B", + "green" : "0x49", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\220\252\347\243\201\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\220\252\347\243\201\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..80adcf2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\220\252\347\243\201\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0x65", + "red" : "0x11" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\226\221\351\263\251\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\226\221\351\263\251\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a4a180c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\226\221\351\263\251\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x29", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\226\260\347\246\276\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\226\260\347\246\276\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..45a1a5b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\226\260\347\246\276\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0xB1", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\216\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\216\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..4577469 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\216\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8E", + "green" : "0x98", + "red" : "0x8A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\216\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\216\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..5eb2953 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\216\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAB", + "green" : "0xCC", + "red" : "0x9E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\237\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\237\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..ec8a9f9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\237\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBE", + "green" : "0xBB", + "red" : "0xB2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\237\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\237\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..961ce5f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\237\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCF", + "green" : "0xB5", + "red" : "0x93" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\245\346\242\205\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\245\346\242\205\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..07f1f24 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\230\245\346\242\205\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0x93", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\232\346\263\242\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\232\346\263\242\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..7df6385 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\232\346\263\242\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x93", + "green" : "0x8E", + "red" : "0x64" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\250\346\233\246\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\250\346\233\246\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..82d951a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\250\346\233\246\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x58", + "green" : "0x89", + "red" : "0xEA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\257\346\263\260\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\257\346\263\260\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..4ab1a91 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\257\346\263\260\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB6", + "green" : "0x75", + "red" : "0x27" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\264\345\261\261\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\264\345\261\261\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..cdd6791 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\264\345\261\261\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xB2", + "red" : "0x8F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\266\347\237\263\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\266\347\237\263\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1d80343 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\266\347\237\263\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x20", + "red" : "0x1F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\266\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\266\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..fc28b64 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\231\266\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB7", + "green" : "0xA6", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\346\265\267\346\260\264\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\346\265\267\346\260\264\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..48712da --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\346\265\267\346\260\264\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x47", + "red" : "0x58" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\347\216\211\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\347\216\211\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..96cc56c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\347\216\211\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x22", + "red" : "0x5C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\347\264\253\350\213\221\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\347\264\253\350\213\221\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..a8b0e43 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\347\264\253\350\213\221\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x20", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..5c0c3bb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x1F", + "red" : "0x10" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\350\227\215\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\350\227\215\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1bd9230 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\350\227\215\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x11", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\351\247\235\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\351\247\235\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..d51d20a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\351\247\235\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x20", + "green" : "0x26", + "red" : "0x59" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\351\276\215\350\206\275\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\351\276\215\350\206\275\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..e9b3f5c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\227\351\276\215\350\206\275\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2E", + "green" : "0x20", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\256\351\233\262\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\256\351\233\262\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..b93fedb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\232\256\351\233\262\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x38", + "red" : "0x4F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\233\211\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\233\211\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..143d48c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\233\211\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB7", + "green" : "0xC4", + "red" : "0xD4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\233\262\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\233\262\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..22cd61a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\233\262\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x46", + "green" : "0x5A", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\345\255\243\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\345\255\243\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..1567405 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\345\255\243\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x77", + "green" : "0x57", + "red" : "0xCE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\345\275\261\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\345\275\261\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..629347f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\345\275\261\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0xC4", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..94e04cc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8F", + "green" : "0xAE", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..4bdee7a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\210\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF2", + "green" : "0xF7", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\250\347\223\234\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\250\347\223\234\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..9276789 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\250\347\223\234\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0xC1", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..81f0e19 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\234\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x26", + "green" : "0x51", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\216\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\216\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..402606e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\216\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x12", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\217\344\273\201\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\217\344\273\201\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..9b574a1 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\217\344\273\201\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAA", + "green" : "0xE8", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\217\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\217\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..97f97e5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\217\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x8E", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\350\221\211\347\211\241\344\270\271\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\350\221\211\347\211\241\344\270\271\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..d9a5237 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\350\221\211\347\211\241\344\270\271\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0x3C", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\351\234\234\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\351\234\234\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..f4ac005 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\351\234\234\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8D", + "green" : "0xA7", + "red" : "0x83" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\351\274\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\351\274\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..70ca893 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\235\276\351\274\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x40", + "red" : "0x4F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\207\346\235\267\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\207\346\235\267\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..e63b788 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\207\346\235\267\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x06", + "green" : "0xA1", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\257\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\257\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..c6a559c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\257\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x12", + "green" : "0x8D", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\270\346\250\236\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\270\346\250\236\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..cf598ad --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\236\270\346\250\236\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x33", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\217\346\236\227\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\217\346\236\227\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..62d0991 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\217\346\236\227\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAE", + "green" : "0x6B", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\232\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\232\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..63b14f4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\232\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0xCA", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\236\350\221\211\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\236\350\221\211\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..c339bc3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\236\350\221\211\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x2A", + "red" : "0x69" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\277\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\277\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..90975ae --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\237\277\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x48", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\240\227\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\240\227\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..c931722 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\240\227\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x19", + "green" : "0x1E", + "red" : "0x5C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\240\227\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\240\227\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..68a99c0 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\240\227\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x19", + "red" : "0x5A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\202\347\232\256\346\267\241\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\202\347\232\256\346\267\241\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..a79ea52 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\202\347\232\256\346\267\241\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0x93", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\202\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\202\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..5a5f03e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\202\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x47", + "green" : "0x5A", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\203\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\203\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..cb6fa57 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\203\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA0", + "green" : "0xAD", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\224\346\242\227\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\224\346\242\227\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..792ba53 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\241\224\346\242\227\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0x3C", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\242\224\345\255\220\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\242\224\345\255\220\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..dab88a8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\242\224\345\255\220\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0D", + "green" : "0xB1", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\242\247\346\236\235\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\242\247\346\236\235\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3124ccb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\242\247\346\236\235\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x94", + "green" : "0xA7", + "red" : "0x69" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\243\225\346\253\232\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\243\225\346\253\232\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..c01f34f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\243\225\346\253\232\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x49", + "red" : "0x5B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\243\227\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\243\227\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..467e72f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\243\227\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x18", + "red" : "0x7C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\244\260\346\256\274\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\244\260\346\256\274\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..fb7ec5e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\244\260\346\256\274\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1E", + "green" : "0x3A", + "red" : "0x88" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\245\223\350\221\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\245\223\350\221\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..d12a6f9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\245\223\350\221\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x1F", + "red" : "0xC2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\245\265\345\205\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\245\265\345\205\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..70c0d58 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\245\265\345\205\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x3B", + "red" : "0xF3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\262\346\241\262\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\262\346\241\262\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..0720db3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\262\346\241\262\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6A", + "green" : "0x2F", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\345\255\220\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\345\255\220\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..765c6e5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\345\255\220\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0x90", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\350\212\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\350\212\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..0a389b2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\350\212\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x47", + "red" : "0xF3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\350\220\274\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\350\220\274\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..6557c34 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\246\264\350\220\274\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0xA6", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\220\350\212\261\351\273\203\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\220\350\212\261\351\273\203\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3d1a38d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\220\350\212\261\351\273\203\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0xD9", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\262\345\257\204\347\224\237\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\262\345\257\204\347\224\237\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3cc2f1e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\262\345\257\204\347\224\237\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0x31", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\277\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\277\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..cc572a4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\247\277\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9E", + "green" : "0x6D", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\250\253\351\263\245\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\250\253\351\263\245\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..0e00264 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\250\253\351\263\245\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA8", + "green" : "0x91", + "red" : "0x14" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..c7cb54e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x3E", + "red" : "0x50" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\237\263\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\237\263\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..690a220 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\237\263\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x87", + "green" : "0xCF", + "red" : "0xB2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..1dd4828 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x14", + "green" : "0x53", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\351\273\203\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\351\273\203\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3126f8e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\204\346\254\226\351\273\203\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0xC9", + "red" : "0xBE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\230\346\251\231.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\230\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..8a456ca --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\230\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x7D", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\231\347\232\256\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\231\347\232\256\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..99fd7a3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\231\347\232\256\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x04", + "green" : "0xA1", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\241\346\250\271\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\241\346\250\271\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..5bc57ad --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\251\241\346\250\271\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x3D", + "red" : "0x77" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\200\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\200\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..08b766f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\200\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x19", + "red" : "0x38" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\263\346\246\224\347\266\234.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\263\346\246\224\347\266\234.colorset/Contents.json" new file mode 100644 index 0000000..5b58377 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\263\346\246\224\347\266\234.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0x65", + "red" : "0xC1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\270\346\252\254\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\270\346\252\254\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..9aa1c1c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\252\270\346\252\254\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x37", + "green" : "0xD3", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\253\273\346\241\203\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\253\273\346\241\203\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..7132a2f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\253\273\346\241\203\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x21", + "green" : "0x33", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\253\273\350\215\211\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\253\273\350\215\211\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..0744883 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\253\273\350\215\211\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x98", + "green" : "0x6F", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\256\267\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\256\267\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..671e72f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\256\267\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x11", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\257\233\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\257\233\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3418d22 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\257\233\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0xC1", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\211\233\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\211\233\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..e862813 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\211\233\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x2F", + "red" : "0x2F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..7667610 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCD", + "green" : "0xC4", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..c765874 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\260\264\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x69", + "green" : "0xC2", + "red" : "0x8C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\231\347\237\263\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\231\347\237\263\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..c28427b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\231\347\237\263\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0xB7", + "red" : "0xE5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\231\351\255\232\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\231\351\255\232\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..d07d3dc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\231\351\255\232\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0x33", + "red" : "0x35" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\263\350\261\232\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\263\350\261\232\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..50857b5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\263\350\261\232\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x37", + "red" : "0x39" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\271\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\271\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..11634fe --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\271\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x3D", + "red" : "0x25" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\271\350\217\234\350\212\261\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\271\350\217\234\350\212\261\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..29e23b8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\262\271\350\217\234\350\212\261\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x41", + "green" : "0xDA", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\263\225\350\236\272\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\263\225\350\236\272\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..9eb20fc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\263\225\350\236\272\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x55", + "green" : "0x80", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\264\213\346\260\264\344\273\231\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\264\213\346\260\264\344\273\231\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..4eafbf6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\264\213\346\260\264\344\273\231\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBA", + "green" : "0xC7", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\264\213\350\224\245\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\264\213\350\224\245\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..9128b4f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\264\213\350\224\245\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6B", + "green" : "0x45", + "red" : "0xA8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\252\350\212\261\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\252\350\212\261\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..ebe7c9f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\252\350\212\261\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA5", + "green" : "0xB3", + "red" : "0x92" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\217\203\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\217\203\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..7ad0028 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\217\203\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xFA", + "green" : "0xFE", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\240\261\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\240\261\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..f58a894 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\240\261\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x33", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\244\251\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\244\251\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..5993d88 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\345\244\251\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE8", + "green" : "0xE6", + "red" : "0xC6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\243\240\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\243\240\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..5ca0f96 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\243\240\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x52", + "green" : "0x37", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\262\254\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\262\254\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..a58eaa5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\262\254\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBF", + "green" : "0xE7", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\277\244\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\277\244\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..dad4610 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\346\277\244\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0x55", + "red" : "0x15" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\347\216\213\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\347\216\213\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..2dfb32f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\347\216\213\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x67", + "green" : "0x80", + "red" : "0x24" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\236\272\346\251\231.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\236\272\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..f73c49b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\236\272\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5D", + "green" : "0x94", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\261\241\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\261\241\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..f7d4192 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\261\241\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x1E", + "red" : "0x4B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\273\215\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\273\215\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..e8c8576 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\350\273\215\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0x6C", + "red" : "0x34" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..65bd271 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0xA2", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\351\267\227\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\351\267\227\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..293baab --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\265\267\351\267\227\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x78", + "green" : "0x88", + "red" : "0x9A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\217\257\345\217\257\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\217\257\345\217\257\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..04bc256 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\217\257\345\217\257\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x51", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\222\226\345\225\241.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\222\226\345\225\241.colorset/Contents.json" new file mode 100644 index 0000000..2b94e3c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\222\226\345\225\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x58", + "red" : "0x94" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\234\237\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\234\237\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..2214541 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\234\237\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x4B", + "red" : "0x8C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\257\206\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\257\206\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..0ce2ff4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\345\257\206\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x67", + "green" : "0xD3", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\233\231\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\233\231\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..d23ff36 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\233\231\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x46", + "green" : "0x27", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\235\276\347\205\231.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\235\276\347\205\231.colorset/Contents.json" new file mode 100644 index 0000000..f6448ee --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\235\276\347\205\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x40", + "red" : "0x4D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\240\227\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\240\227\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..4212c2c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\240\227\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x34", + "red" : "0x67" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\241\203\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\241\203\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..b371c98 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\241\203\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC1", + "green" : "0xCE", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\251\230\346\251\231.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\251\230\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..c390fbd --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\346\251\230\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x14", + "green" : "0xA4", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\201\260\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\201\260\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..0814786 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\201\260\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5F", + "green" : "0x9E", + "red" : "0xAD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\211\275\347\211\233\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\211\275\347\211\233\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..d238e24 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\211\275\347\211\233\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD3", + "green" : "0xC2", + "red" : "0xD1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\216\253\347\221\260\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\216\253\347\221\260\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..117d796 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\216\253\347\221\260\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0x94", + "red" : "0xB8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\261\263\347\262\211.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\261\263\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..c5baccb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\261\263\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE2", + "green" : "0xEE", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\265\263\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\265\263\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..c6f2eda --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\265\263\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x96", + "green" : "0x76", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..da526b4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0xAC", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\266\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\266\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..89b63d6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\266\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7D", + "green" : "0x88", + "red" : "0x70" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\267\213.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\267\213.colorset/Contents.json" new file mode 100644 index 0000000..c6dbd6e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\267\213.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xCA", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\271\255\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\271\255\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..e0b8739 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\271\255\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0xD7", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\275\214\347\262\237\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\275\214\347\262\237\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..5bf1f93 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\275\214\347\262\237\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0xA0", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\277\240\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\277\240\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..b7cfdf1 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\347\277\240\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC8", + "green" : "0xDF", + "red" : "0xC6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\202\211\350\211\262.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\202\211\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..e175069 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\202\211\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB0", + "green" : "0xE0", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\214\234\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\214\234\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..2a0ed99 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\214\234\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8E", + "green" : "0x7C", + "red" : "0xE7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\217\275\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\217\275\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..61097e9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\217\275\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0x48", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\225\212\351\246\231\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\225\212\351\246\231\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..7d670d2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\225\212\351\246\231\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0x48", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\215\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\215\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..cd64b88 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\215\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x87", + "green" : "0x79", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\215\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\215\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..d07c9d8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\215\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBD", + "green" : "0xA8", + "red" : "0xA7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\217\350\212\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\217\350\212\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..6a22653 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\217\350\212\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8F", + "green" : "0xAD", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\244\350\230\277\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\244\350\230\277\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..00d9f67 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\227\244\350\230\277\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE5", + "green" : "0xE7", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\261\206\346\262\231.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\261\206\346\262\231.colorset/Contents.json" new file mode 100644 index 0000000..19c2504 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\261\206\346\262\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x3D", + "red" : "0x87" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\265\255.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\265\255.colorset/Contents.json" new file mode 100644 index 0000000..65179fa --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\350\265\255.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4A", + "green" : "0x7E", + "red" : "0xBE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\212\200\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\212\200\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..d784d00 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\212\200\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA3", + "green" : "0xB2", + "red" : "0xC1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\220\265\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\220\265\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..21604c0 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\220\265\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x42", + "red" : "0x5B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\235\222\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\235\222\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..2d9640a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\241\351\235\222\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD1", + "green" : "0xC8", + "red" : "0xE0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\346\265\267\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\346\265\267\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3b51c55 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\346\265\267\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x3B", + "red" : "0x1A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..7962809 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x77", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\201\260\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\201\260\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..82caab2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\201\260\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x2C", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\211\275\347\211\233\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\211\275\347\211\233\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..d236feb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\261\347\211\275\347\211\233\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0x0D", + "red" : "0x1C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..021731d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCB", + "green" : "0xD4", + "red" : "0xDA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\347\203\231\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\347\203\231\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..2e18600 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\347\203\231\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x10", + "green" : "0xBD", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\351\247\235\350\211\262.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\351\247\235\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..8b96230 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\267\272\351\247\235\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7C", + "green" : "0xC1", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\270\205\346\260\264\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\270\205\346\260\264\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..f4354f9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\270\205\346\260\264\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDC", + "green" : "0xD5", + "red" : "0x93" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\271\226\346\260\264\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\271\226\346\260\264\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..9369b27 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\271\226\346\260\264\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDF", + "green" : "0xD5", + "red" : "0xB0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\273\277\345\244\251\346\230\237\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\273\277\345\244\251\346\230\237\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..95a01e6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\273\277\345\244\251\346\230\237\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7C", + "green" : "0x31", + "red" : "0x2E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\273\277\346\261\237\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\273\277\346\261\237\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..0922258 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\273\277\346\261\237\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5A", + "green" : "0x53", + "red" : "0xA7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\274\242\347\231\275\347\216\211.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\274\242\347\231\275\347\216\211.colorset/Contents.json" new file mode 100644 index 0000000..dff49c5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\274\242\347\231\275\347\216\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xED", + "green" : "0xF4", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\244\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\244\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..849aaf8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\244\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBC", + "green" : "0xCD", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\255\346\260\264\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\255\346\260\264\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..7871390 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\255\346\260\264\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x58", + "red" : "0x64" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\256\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\256\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..f0ad55b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\275\256\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBB", + "green" : "0x83", + "red" : "0x29" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\276\227\347\237\263\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\276\227\347\237\263\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..2c57267 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\346\276\227\347\237\263\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xA9", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\200\221\345\270\203\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\200\221\345\270\203\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..21a95c6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\200\221\345\270\203\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD3", + "green" : "0xC4", + "red" : "0x51" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\345\261\261\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\345\261\261\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..42726e2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\345\261\261\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x25", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\345\262\251\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\345\262\251\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..6f1073d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\345\262\251\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x20", + "green" : "0x30", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\346\263\245\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\346\263\245\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..5984216 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\346\263\245\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x6A", + "red" : "0xAA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\347\243\232\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\347\243\232\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..2d89655 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\347\243\232\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x27", + "green" : "0x62", + "red" : "0xCD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\351\265\235\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\351\265\235\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..9fc41ab --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\253\351\265\235\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1E", + "green" : "0x14", + "red" : "0x33" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\260\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\260\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..9231058 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\260\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x69", + "red" : "0x8A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\260\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\260\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..9b31943 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\201\260\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x37", + "red" : "0x21" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\202\222\347\261\263\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\202\222\347\261\263\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..03ad7de --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\202\222\347\261\263\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x69", + "green" : "0xCE", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\203\217\346\242\205\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\203\217\346\242\205\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..b12290f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\203\217\346\242\205\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x13", + "red" : "0x1E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\204\241\350\212\261\346\236\234\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\204\241\350\212\261\346\236\234\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..533e661 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\204\241\350\212\261\346\236\234\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0xAF", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\204\246\350\214\266\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\204\246\350\214\266\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..2e458f9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\204\246\350\214\266\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x3B", + "red" : "0x55" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\205\231\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\205\231\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..41479c5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\205\231\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x54", + "green" : "0x4E", + "red" : "0x89" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\347\276\275\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\347\276\275\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..0bafecd --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\347\276\275\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x5E", + "red" : "0x68" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\351\240\267\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\351\240\267\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..1d28338 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\351\240\267\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x15", + "green" : "0x63", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\351\240\267\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\351\240\267\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..be1efc3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\207\225\351\240\267\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x18", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\233\350\247\222\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\233\350\247\222\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..5347d0d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\233\350\247\222\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x2E", + "red" : "0x2D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\241\344\270\271\347\262\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\241\344\270\271\347\262\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..ada9264 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\241\344\270\271\347\262\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA4", + "green" : "0xA2", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\275\347\211\233\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\275\347\211\233\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..7947d6c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\275\347\211\233\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x52", + "green" : "0x17", + "red" : "0x68" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\275\347\211\233\350\212\261\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\275\347\211\233\350\212\261\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..3ebd185 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\211\275\347\211\233\350\212\261\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB0", + "green" : "0x77", + "red" : "0x11" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\213\274\347\205\231\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\213\274\347\205\231\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..49a4b50 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\213\274\347\205\231\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5F", + "green" : "0x65", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\214\264\346\257\233\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\214\264\346\257\233\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a0b6afc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\214\264\346\257\233\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6C", + "green" : "0x84", + "red" : "0x97" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\260\252\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\260\252\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..04df549 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\260\252\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB6", + "green" : "0xCA", + "red" : "0xA4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\262\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\262\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..1c257dd --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\262\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0xB4", + "red" : "0xE8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..10b20a7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0x48", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\351\210\253\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\351\210\253\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..a96c359 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\351\210\253\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x82", + "green" : "0x6E", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\351\253\223\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\351\253\223\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..6cd9e92 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\211\351\253\223\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x49", + "green" : "0xB3", + "red" : "0x41" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..936713e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x2E", + "red" : "0x4B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\262\211.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..cebd214 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7F", + "green" : "0xB3", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..cefb675 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7D", + "green" : "0x35", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..784ad23 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\253\347\221\260\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7B", + "green" : "0x2F", + "red" : "0xBA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\263\347\221\201\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\263\347\221\201\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..4f9c060 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\216\263\347\221\201\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5A", + "green" : "0xA4", + "red" : "0xDA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\212\347\221\232\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\212\347\221\232\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..e172c24 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\212\347\221\232\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x4A", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\215\347\217\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\215\347\217\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a71be83 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\215\347\217\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD7", + "green" : "0xDF", + "red" : "0xE4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\240\346\257\215\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\240\346\257\215\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..293ba06 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\217\240\346\257\215\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x48", + "red" : "0x64" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\220\245\347\217\200\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\220\245\347\217\200\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..5d5e601 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\220\245\347\217\200\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x07", + "green" : "0xBA", + "red" : "0xFE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\221\252\347\221\231\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\221\252\347\221\231\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..fe889c4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\221\252\347\221\231\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xCC", + "red" : "0xCF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\234\347\223\244\347\262\211.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\234\347\223\244\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..fc1bdaa --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\234\347\223\244\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8B", + "green" : "0xCB", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\234\347\223\244\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\234\347\223\244\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..75dd726 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\234\347\223\244\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x60", + "green" : "0x8C", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\346\235\276\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\346\235\276\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..c0073cd --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\346\235\276\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x8B", + "red" : "0x6E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..1ddfc86 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x76", + "green" : "0x7E", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\347\275\220\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\347\275\220\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..154388f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\223\246\347\275\220\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x48", + "red" : "0x47" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\230\350\215\211\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\230\350\215\211\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..dc3323a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\230\350\215\211\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0xBF", + "red" : "0xF3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\230\350\224\227\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\230\350\224\227\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..6f1701f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\230\350\224\227\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x16", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\260\345\234\222\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\260\345\234\222\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..bd24346 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\260\345\234\222\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8E", + "green" : "0xB8", + "red" : "0x68" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\260\350\236\272\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\260\350\236\272\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..d60a14f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\260\350\236\272\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5B", + "green" : "0x66", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\270\345\255\220\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\270\345\255\220\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..0980c31 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\224\270\345\255\220\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC2", + "green" : "0xAE", + "red" : "0x10" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\275\345\261\210\350\217\234\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\275\345\261\210\350\217\234\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..0179ddb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\275\345\261\210\350\217\234\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x5B", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\275\350\212\250\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\275\350\212\250\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..95090da --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\275\350\212\250\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x97", + "green" : "0x78", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\276\351\235\210\351\263\245\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\276\351\235\210\351\263\245\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..f482334 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\231\276\351\235\210\351\263\245\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x92", + "green" : "0xA9", + "red" : "0xB4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\235\233\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\235\233\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..fbc1df4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\235\233\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0x98", + "red" : "0x56" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\346\235\277\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\346\235\277\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..164ea3e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\346\235\277\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x41", + "green" : "0x49", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\253\271\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\253\271\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..ff10aef --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\253\271\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x63", + "green" : "0x48", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\253\271\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\253\271\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..29e3775 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\253\271\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x07", + "red" : "0x63" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..c0eece3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC2", + "green" : "0xC3", + "red" : "0x57" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\350\225\212\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\350\225\212\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..1fca6e3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\237\263\350\225\212\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCF", + "green" : "0xC9", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\241\253\350\217\257\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\241\253\350\217\257\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..1efaf15 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\241\253\350\217\257\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0xCE", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\242\247\350\236\272\346\230\245\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\242\247\350\236\272\346\230\245\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..6417c1a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\242\247\350\236\272\346\230\245\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x70", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\242\247\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\242\247\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..45b137e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\242\247\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCC", + "green" : "0xB3", + "red" : "0x5C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\243\250\347\237\263\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\243\250\347\237\263\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..800b933 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\243\250\347\237\263\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x29", + "green" : "0x21", + "red" : "0x38" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\346\263\242\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\346\263\242\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..73604a2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\346\263\242\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD1", + "green" : "0xBC", + "red" : "0x8A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\346\265\267\346\243\240\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\346\265\267\346\243\240\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..3e8e2a7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\346\265\267\346\243\240\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x2B", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\350\221\265\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\350\221\265\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..75e5635 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\247\213\350\221\265\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0xD0", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\251\271\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\251\271\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..043c643 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\251\271\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD6", + "green" : "0xD7", + "red" : "0xC4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\253\271\347\257\201\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\253\271\347\257\201\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..4385284 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\253\271\347\257\201\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC9", + "green" : "0xDE", + "red" : "0xB9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\253\271\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\253\271\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..f209437 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\253\271\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x84", + "green" : "0xA7", + "red" : "0x1B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\255\215\347\232\256\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\255\215\347\232\256\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..4948dbb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\255\215\347\232\256\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x12", + "green" : "0x2E", + "red" : "0x73" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\257\276\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\257\276\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..172f041 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\257\276\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x98", + "green" : "0xDE", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\261\263\350\211\262.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\261\263\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..8492ed6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\261\263\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCD", + "green" : "0xE9", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\345\234\230\350\212\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\345\234\230\350\212\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..6bd5f72 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\345\234\230\350\212\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0x9B", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..9179002 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE3", + "green" : "0xF2", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..0425124 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB2", + "green" : "0xB9", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..419132f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\211\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAC", + "green" : "0xCB", + "red" : "0x83" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\275\350\221\211\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\275\350\221\211\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..6f359ab --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\262\275\350\221\211\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x68", + "red" : "0x87" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\205\346\261\236\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\205\346\261\236\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..f9ae9ec --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\205\346\261\236\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x3E", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\240\351\246\250\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\240\351\246\250\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..715a037 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\240\351\246\250\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0xCB", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\253\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\253\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a5b6cdf --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\253\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0x3F", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\253\350\215\212\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\253\350\215\212\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..218b870 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\253\350\215\212\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x79", + "green" : "0x2C", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\272\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\272\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..70a5ead --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\272\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0x52", + "red" : "0xA6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\272\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\272\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1056cd8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\264\272\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x29", + "green" : "0x16", + "red" : "0x46" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\266\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\266\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..46957f1 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\266\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x43", + "green" : "0x4A", + "red" : "0x31" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\216\344\272\272\347\204\246\346\251\231.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\216\344\272\272\347\204\246\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..eb70823 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\216\344\272\272\347\204\246\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x7E", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\216\350\235\266\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\216\350\235\266\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..e17781c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\216\350\235\266\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0xAA", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..b72c120 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB4", + "green" : "0x72", + "red" : "0x17" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\275\346\211\207\350\261\206\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\275\346\211\207\350\261\206\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..5e815d6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\276\275\346\211\207\350\261\206\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0x9A", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\277\240\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\277\240\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..84e6270 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\277\240\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x62", + "green" : "0xA1", + "red" : "0x20" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\277\240\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\277\240\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..6bf12f0 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\347\277\240\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB3", + "green" : "0x9E", + "red" : "0x1E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\202\211\350\211\262.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\202\211\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..110d265 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\202\211\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x73", + "green" : "0xC1", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\203\255\350\204\202\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\203\255\350\204\202\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..bb6d6d5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\203\255\350\204\202\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x3F", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\206\275\347\244\254\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\206\275\347\244\254\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..95417a4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\206\275\347\244\254\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB0", + "green" : "0x95", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\210\214\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\210\214\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..01ed2bc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\210\214\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x90", + "green" : "0x97", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\267\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\267\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..e779dbc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\267\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0x5A", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\276\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\276\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..8cf120c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\276\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0xD3", + "red" : "0xCA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\276\350\203\214\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\276\350\203\214\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..6b98625 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\211\276\350\203\214\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD5", + "green" : "0xEC", + "red" : "0xDF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\215\350\227\245\350\200\225\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\215\350\227\245\350\200\225\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..2d8dd7d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\215\350\227\245\350\200\225\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB3", + "green" : "0xA0", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\222\346\236\234\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\222\346\236\234\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..e156c8b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\222\346\236\234\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x44", + "red" : "0x95" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\222\346\236\234\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\222\346\236\234\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..cb16fe3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\222\346\236\234\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0xC8", + "red" : "0xDD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\223\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\223\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..6bb712c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\223\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x76", + "green" : "0x42", + "red" : "0x89" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\231\350\223\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\231\350\223\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..08fd0a2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\231\350\223\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x72", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\235\350\230\255\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\235\350\230\255\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..a9d7368 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\235\350\230\255\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD3", + "green" : "0xCC", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\241\351\243\237\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\241\351\243\237\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..dcb8c13 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\241\351\243\237\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE4", + "green" : "0xE1", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\245\350\212\261\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\245\350\212\261\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..8262b41 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\245\350\212\261\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x80", + "green" : "0x36", + "red" : "0x98" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\245\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\245\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..dd8f8d6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\245\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0E", + "green" : "0xA4", + "red" : "0xD9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\261\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\261\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..a9fca0e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\261\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB7", + "green" : "0x76", + "red" : "0x23" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\275\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\275\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..bf66659 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\212\275\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4E", + "green" : "0xC2", + "red" : "0x96" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\213\224\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\213\224\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..86c8229 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\213\224\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x73", + "red" : "0x88" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\213\267\350\227\215\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\213\267\350\227\215\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..9e80687 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\213\267\350\227\215\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x26", + "red" : "0x1F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\204\347\232\256\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\204\347\232\256\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..530b3ce --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\204\347\232\256\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x0C", + "red" : "0x2D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\211\350\216\211\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\211\350\216\211\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..a17ff87 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\211\350\216\211\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0xDF", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\266\350\212\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\266\350\212\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..2047697 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\266\350\212\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x3F", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\266\350\244\220.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\266\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..4418209 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\214\266\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x21", + "green" : "0x3D", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\345\216\237\351\201\240\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\345\216\237\351\201\240\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..255a7e4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\345\216\237\351\201\240\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAF", + "green" : "0xBE", + "red" : "0x9A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\347\201\260\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\347\201\260\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..a57b76c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\347\201\260\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4B", + "green" : "0x80", + "red" : "0x8E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\347\217\240\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\347\217\240\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..a42653f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\347\217\240\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE6", + "green" : "0xEB", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\350\214\211\350\216\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\350\214\211\350\216\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..98aec4a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\350\214\211\350\216\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5D", + "green" : "0x47", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\350\216\223\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\350\216\223\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..cf32ed7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\350\216\223\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x6F", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..1a0b8b1 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\211\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0xB4", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\224\350\202\211\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\224\350\202\211\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..43c8fa4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\224\350\202\211\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCE", + "green" : "0xE6", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\267\350\212\261\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\267\350\212\261\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..8c4ca86 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\267\350\212\261\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDE", + "green" : "0xEC", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\267\350\221\211\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\267\350\221\211\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..ed21a76 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\267\350\221\211\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x68", + "red" : "0x1A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\270\350\226\272\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\270\350\226\272\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..95d3cb5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\215\270\350\226\272\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x1C", + "red" : "0x41" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\223\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\223\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..e29b0c8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\223\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0x5A", + "red" : "0xC4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\223\351\206\254\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\223\351\206\254\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..42d6b9d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\223\351\206\254\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x19", + "green" : "0x5D", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\247\350\217\234\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\247\350\217\234\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..37bacff --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\247\350\217\234\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x29", + "green" : "0x1B", + "red" : "0xA6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\247\350\217\234\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\247\350\217\234\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..c38a8fa --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\247\350\217\234\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x64", + "green" : "0x1E", + "red" : "0x9B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\275\345\217\242\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\275\345\217\242\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..d0e53d8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\216\275\345\217\242\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x1E", + "red" : "0x14" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\212\350\225\276\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\212\350\225\276\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..5930c01 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\212\350\225\276\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB6", + "green" : "0xDD", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\234\351\240\255\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\234\351\240\255\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..65d78f7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\234\351\240\255\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x1C", + "red" : "0x95" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\240\346\240\271\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\240\346\240\271\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..a67212f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\240\346\240\271\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x3C", + "red" : "0xD1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\240\350\230\277\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\240\350\230\277\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..05fe33e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\240\350\230\277\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0x79", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\261\351\214\263\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\261\351\214\263\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..0718cc3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\217\261\351\214\263\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA3", + "green" : "0x76", + "red" : "0xD2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\212\351\231\275\346\242\250\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\212\351\231\275\346\242\250\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..c656096 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\212\351\231\275\346\242\250\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x25", + "green" : "0x5F", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\254\345\243\275\350\217\212\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\254\345\243\275\350\217\212\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..f11fe65 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\254\345\243\275\350\217\212\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x05", + "green" : "0x8B", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\275\350\213\261\346\267\241\347\262\211.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\275\350\213\261\346\267\241\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..e049099 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\275\350\213\261\346\267\241\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD0", + "green" : "0xE8", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\275\351\234\236\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\275\351\234\236\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..07a469e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\220\275\351\234\236\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x48", + "red" : "0xCF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\233\345\267\276\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\233\345\267\276\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..4e39a19 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\233\345\267\276\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0x20", + "red" : "0x7E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..f15afe3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x1F", + "red" : "0x4C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\351\205\222\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\351\205\222\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..92f16b7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\351\205\222\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2E", + "green" : "0x10", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\351\206\254\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\351\206\254\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1888e37 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\241\350\220\204\351\206\254\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x12", + "red" : "0x5A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\265\346\211\207\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\265\346\211\207\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..4fd2390 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\221\265\346\211\207\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6A", + "green" : "0xD8", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..3a9cd9c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x3E", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..ea2e1fb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x57", + "green" : "0x48", + "red" : "0x13" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\350\240\205\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\350\240\205\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..3924704 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\350\240\205\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x28", + "red" : "0x36" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..773a267 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\274\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x63", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\275\346\262\271\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\275\346\262\271\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..6708bf6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\275\346\262\271\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x34", + "green" : "0x38", + "red" : "0x37" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\277\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\277\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..6df1d01 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\222\277\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x43", + "green" : "0xC2", + "red" : "0xDF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\223\256\345\255\220\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\223\256\345\255\220\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..e03bb45 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\223\256\345\255\220\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAA", + "green" : "0xD3", + "red" : "0xE5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\223\256\347\223\243\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\223\256\347\223\243\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..e97f686 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\223\256\347\223\243\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7F", + "green" : "0x51", + "red" : "0xEA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\232\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\232\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..61caed9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\232\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCB", + "green" : "0xB7", + "red" : "0x29" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\245\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\245\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..c34c8a7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\245\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0xA0", + "red" : "0x40" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\273\346\242\242\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\273\346\242\242\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..90b67a7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\224\273\346\242\242\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0xBE", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\225\210\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\225\210\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..c61989e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\225\210\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x94", + "green" : "0x5C", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\226\204\350\215\267\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\226\204\350\215\267\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..71150f3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\226\204\350\215\267\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x7F", + "red" : "0x20" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\226\212\347\262\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\226\212\347\262\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..e8a263d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\226\212\347\262\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD5", + "green" : "0xD2", + "red" : "0xE6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\215\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\215\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..e4cffce --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\215\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x82", + "green" : "0xA1", + "red" : "0x12" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\217\350\212\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\217\350\212\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..7fc8aff --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\217\350\212\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0x2D", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\225\350\215\267.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\225\350\215\267.colorset/Contents.json" new file mode 100644 index 0000000..aa24a5e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\225\350\215\267.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAE", + "green" : "0xC3", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\244\350\230\277\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\244\350\230\277\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..5ee52ae --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\244\350\230\277\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA3", + "green" : "0x76", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\244\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\244\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..ba5d3ac --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\227\244\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x11", + "green" : "0xD1", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..09a4c35 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x6D", + "red" : "0x85" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\347\251\227\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\347\251\227\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..828e32a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\347\251\227\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0xAE", + "red" : "0xBD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\350\221\246\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\350\221\246\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..34fabbd --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\206\350\221\246\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0xD0", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\213\346\236\234\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\213\346\236\234\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..889b95d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\213\346\236\234\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x42", + "green" : "0x56", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\213\346\236\234\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\213\346\236\234\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..ef06468 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\213\346\236\234\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0xCF", + "red" : "0xBA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\277\350\224\224\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\277\350\224\224\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..b20ffe8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\277\350\224\224\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x3C", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\277\350\230\255\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\277\350\230\255\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..a6bb635 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\230\277\350\230\255\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAF", + "green" : "0x8E", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\231\216\347\232\256\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\231\216\347\232\256\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..c72c9d4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\231\216\347\232\256\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0xAD", + "red" : "0xEA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\231\271\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\231\271\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..c5318e4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\231\271\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB8", + "green" : "0x77", + "red" : "0x21" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\232\214\350\202\211\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\232\214\350\202\211\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..3ee0193 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\232\214\350\202\211\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDB", + "green" : "0xF1", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\213\346\256\274\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\213\346\256\274\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..723ee45 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\213\346\256\274\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x87", + "green" : "0xC3", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\213\347\231\275\347\237\263\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\213\347\231\275\347\237\263\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..528644d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\213\347\231\275\347\237\263\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x95", + "red" : "0x57" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\231\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\231\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..1a4f687 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\231\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x87", + "green" : "0xB7", + "red" : "0x45" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\233\347\266\262\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\233\347\266\262\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..73cfe0e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\233\233\347\266\262\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x91", + "green" : "0xA0", + "red" : "0xB7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\234\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\234\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..36f4fb1 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\234\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x57", + "green" : "0xB9", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\264\350\234\212\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\264\350\234\212\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..a2320dc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\264\350\234\212\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x5E", + "red" : "0x83" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\273\350\234\223\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\273\350\234\223\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..cbcc2cb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\273\350\234\223\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x44", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\273\350\234\223\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\273\350\234\223\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..2c4ae00 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\234\273\350\234\223\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0x81", + "red" : "0x3B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\246\346\256\274\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\246\346\256\274\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..3af94ac --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\246\346\256\274\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9D", + "green" : "0x9D", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\266\347\277\205\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\266\347\277\205\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..de94eee --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\266\347\277\205\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA1", + "green" : "0x7C", + "red" : "0x4E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\266\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\266\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..23e268d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\235\266\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x49", + "green" : "0xD8", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\236\272\347\224\270\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\236\272\347\224\270\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..ca1e47d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\236\272\347\224\270\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9B", + "green" : "0x75", + "red" : "0x74" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..3ace686 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0x5E", + "red" : "0x69" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..6046c0b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x76", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..10648ca --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\346\256\274\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x20", + "green" : "0x3C", + "red" : "0x51" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\350\235\245\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\350\235\245\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..f7714a4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\271\350\235\245\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x28", + "green" : "0x4B", + "red" : "0xB1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\276\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\276\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..d890048 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\237\276\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0x95", + "red" : "0x3C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\246\206\347\233\206\345\255\220\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\246\206\347\233\206\345\255\220\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..5978239 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\246\206\347\233\206\345\255\220\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x1F", + "red" : "0xAC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\260\267\351\236\230\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\260\267\351\236\230\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..3f11634 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\260\267\351\236\230\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0x76", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\260\267\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\260\267\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..1ef7d2e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\260\267\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x04", + "green" : "0xB0", + "red" : "0xE8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\346\261\201\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\346\261\201\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..a117bdd --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\346\261\201\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC1", + "green" : "0xE8", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\346\262\231.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\346\262\231.colorset/Contents.json" new file mode 100644 index 0000000..143d4dc --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\346\262\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x1E", + "red" : "0x48" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\350\224\273\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\350\224\273\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..5d8217c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\206\350\224\273\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x98", + "green" : "0x65", + "red" : "0xAD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\207\350\261\206\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\207\350\261\206\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..245e7b5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\207\350\261\206\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB2", + "green" : "0x9D", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\241\347\211\231\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\241\347\211\231\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..9995f89 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\241\347\211\231\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF8", + "green" : "0xFE", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\241\347\211\231\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\241\347\211\231\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..e81d88e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\241\347\211\231\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x95", + "green" : "0xD6", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\254\350\202\235\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\254\350\202\235\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..a421e68 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\261\254\350\202\235\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x1E", + "red" : "0x54" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\262\202\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\262\202\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..f49f6f7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\262\202\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x31", + "green" : "0x31", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\265\255\347\237\263.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\265\255\347\237\263.colorset/Contents.json" new file mode 100644 index 0000000..7e15965 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\265\255\347\237\263.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x26", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\273\237\346\234\250\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\273\237\346\234\250\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..69e5203 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\350\273\237\346\234\250\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x44", + "green" : "0x9E", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\201\240\345\244\251\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\201\240\345\244\251\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..169323f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\201\240\345\244\251\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE6", + "green" : "0xDF", + "red" : "0xD0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\201\240\345\261\261\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\201\240\345\261\261\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..9817896 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\201\240\345\261\261\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD6", + "green" : "0xCC", + "red" : "0xCC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\205\242\351\206\254\350\215\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\205\242\351\206\254\350\215\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..d868fc1 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\205\242\351\206\254\350\215\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8B", + "green" : "0x70", + "red" : "0xC5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\205\252\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\205\252\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..2d39643 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\205\252\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAD", + "green" : "0xDE", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\211\347\223\234\350\202\211.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\211\347\223\234\350\202\211.colorset/Contents.json" new file mode 100644 index 0000000..bbe8aa5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\211\347\223\234\350\202\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x85", + "red" : "0xDB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\254\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\254\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..e132b25 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\254\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x1F", + "red" : "0x5A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\254\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\254\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..cac639a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\206\254\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x18", + "green" : "0x10", + "red" : "0x4D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\211\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\211\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..365749a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\211\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB5", + "green" : "0x81", + "red" : "0x17" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\217\212\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\217\212\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..433be5e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\217\212\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x88", + "green" : "0x52", + "red" : "0x52" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\221\241\350\220\204\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\221\241\350\220\204\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..6234b91 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\221\241\350\220\204\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4B", + "green" : "0x2F", + "red" : "0x30" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\226\224\350\226\207\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\226\224\350\226\207\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..eaea38e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\216\350\226\224\350\226\207\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x68", + "green" : "0x99", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\347\223\234\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\347\223\234\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..81708a5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\347\223\234\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0xD2", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\347\233\236\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\347\233\236\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..e64da27 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\347\233\236\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x07", + "green" : "0xC3", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\350\221\211\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\350\221\211\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..3c29434 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\350\221\211\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0F", + "green" : "0xA6", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\350\223\256\350\212\261\346\251\231.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\350\223\256\350\212\261\346\251\231.colorset/Contents.json" new file mode 100644 index 0000000..7e01ed7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\350\223\256\350\212\261\346\251\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1D", + "green" : "0x6B", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\247\235.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\247\235.colorset/Contents.json" new file mode 100644 index 0000000..72d17f4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\247\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x28", + "green" : "0x68", + "red" : "0xE4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\255\232\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\255\232\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..971b788 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\255\232\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x0A", + "red" : "0x50" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\266\257\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\266\257\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..6c2b957 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\266\257\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0xA8", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..7a4382f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\207\221\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1F", + "green" : "0x6B", + "red" : "0xF2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\210\267\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\210\267\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..5dc59e6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\210\267\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBC", + "green" : "0x94", + "red" : "0x1A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\211\233\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\211\233\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..456ec63 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\211\233\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAC", + "green" : "0xB5", + "red" : "0xBB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\346\234\261.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\346\234\261.colorset/Contents.json" new file mode 100644 index 0000000..069a23f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\346\234\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x06", + "green" : "0x3E", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..a355886 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x80", + "red" : "0x91" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..ddabb05 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xED", + "green" : "0xF0", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\351\255\232\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\351\255\232\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..86eac86 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\351\255\232\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD3", + "green" : "0xD1", + "red" : "0xCD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\351\274\240\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\351\274\240\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..c793576 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\200\351\274\240\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x90", + "green" : "0xAA", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\205\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\205\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..fa9aaec --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\212\205\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0xAE", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\205\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\205\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..3b3ce0a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\205\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x73", + "red" : "0x7A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\274\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\274\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..a830af9 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\274\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x14", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\274\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\274\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..3576686 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\213\274\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x34", + "green" : "0x23", + "red" : "0x14" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\214\246\350\221\265\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\214\246\350\221\265\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..dd04ef4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\214\246\350\221\265\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x53", + "green" : "0x35", + "red" : "0xBF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\216\263\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\216\263\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..e651b5a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\216\263\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0xA3", + "red" : "0x9F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\220\265\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\220\265\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..768699a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\220\265\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x16", + "green" : "0x59", + "red" : "0xD8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\220\265\346\260\264\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\220\265\346\260\264\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..0016a1c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\220\265\346\260\264\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x39", + "red" : "0xF5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\225\267\347\237\263\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\225\267\347\237\263\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..35d7ff3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\225\267\347\237\263\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x34", + "red" : "0x36" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\226\203\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\226\203\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..d2b0fdf --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\226\203\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB1", + "green" : "0xAB", + "red" : "0x7C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\231\266\347\223\267\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\231\266\347\223\267\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..a10ef20 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\231\266\347\223\267\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x67", + "red" : "0xE1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\232\261\347\264\205\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\232\261\347\264\205\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..48c9180 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\232\261\347\264\205\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA1", + "green" : "0x98", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\201\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\201\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..5d8ed41 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\201\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x76", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\204\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\204\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..d986149 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\204\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x00", + "green" : "0x99", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\205\346\242\250\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\205\346\242\250\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..1870a15 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\205\346\242\250\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0xC8", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\236\350\233\213\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\236\350\233\213\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..e5c7a26 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\236\350\233\213\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x12", + "green" : "0xB6", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\252\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\252\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..50b47ea --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\252\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF9", + "green" : "0xFE", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\345\261\261\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\345\261\261\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..e81ba5c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\345\261\261\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB9", + "green" : "0x90", + "red" : "0x2F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\345\263\260\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\345\263\260\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..3957385 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\345\263\260\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE7", + "green" : "0xE3", + "red" : "0xD8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\346\235\211\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\346\235\211\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..c3060d0 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\346\235\211\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x23", + "red" : "0x15" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\346\260\264\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\346\260\264\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..b402b6b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\262\346\260\264\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD9", + "green" : "0xCC", + "red" : "0xBA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\273\346\260\243\347\237\263\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\273\346\260\243\347\237\263\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..13626ec --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\233\273\346\260\243\347\237\263\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x91", + "green" : "0x56", + "red" : "0xC3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\234\236\345\205\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\234\236\345\205\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..99ac094 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\234\236\345\205\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA0", + "green" : "0x82", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\234\275\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\234\275\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..faf2e3e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\234\275\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD0", + "green" : "0xBB", + "red" : "0x63" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..87f1829 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x33", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\347\244\254\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\347\244\254\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..cedfde2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\347\244\254\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x78", + "green" : "0x96", + "red" : "0x2C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\350\223\256.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\350\223\256.colorset/Contents.json" new file mode 100644 index 0000000..33a8d2b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\350\223\256.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0x26", + "red" : "0x8B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\350\233\244\346\256\274\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\350\233\244\346\256\274\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..0dc3245 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\222\350\233\244\346\256\274\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA8", + "green" : "0x84", + "red" : "0xBC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\233\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\233\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..469a8da --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\235\233\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAB", + "green" : "0x61", + "red" : "0x16" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\240\260\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\240\260\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..6c19358 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\240\260\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0xAA", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\242\250\345\270\206\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\242\250\345\270\206\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..ad28f29 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\242\250\345\270\206\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x91", + "red" : "0xDC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\243\233\346\263\211\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\243\233\346\263\211\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..5aa2a25 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\243\233\346\263\211\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x68", + "green" : "0x75", + "red" : "0x49" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\243\233\347\207\225\350\215\211\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\243\233\347\207\225\350\215\211\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..a81c3cf --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\243\233\347\207\225\350\215\211\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA4", + "green" : "0x59", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\244\230\347\207\274\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\244\230\347\207\274\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..0e63d39 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\244\230\347\207\274\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x43", + "green" : "0x75", + "red" : "0xCF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\346\260\264\347\216\253\347\221\260\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\346\260\264\347\216\253\347\221\260\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..3885ccf --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\346\260\264\347\216\253\347\221\260\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x94", + "green" : "0xDA", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\350\221\211\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\350\221\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..a92f297 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\350\221\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x82", + "green" : "0x7C", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\350\225\211\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\350\225\211\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..1f1b74a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\231\350\225\211\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x11", + "green" : "0xBF", + "red" : "0xE4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\254\351\236\255\350\215\211\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\254\351\236\255\350\215\211\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..5047c20 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\246\254\351\236\255\350\215\211\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE7", + "green" : "0xE3", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\247\235\350\211\262.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\247\235\350\211\262.colorset/Contents.json" new file mode 100644 index 0000000..8231126 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\247\235\350\211\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x46", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\253\230\347\262\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\253\230\347\262\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..5fcad86 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\253\230\347\262\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x38", + "green" : "0x2C", + "red" : "0xC0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\217\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\217\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..67f8dce --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\217\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0x16", + "red" : "0x7E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\345\260\276\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\345\260\276\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..c39415a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\345\260\276\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6D", + "green" : "0x61", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\350\202\232\347\231\275.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\350\202\232\347\231\275.colorset/Contents.json" new file mode 100644 index 0000000..b2a4cf6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\350\202\232\347\231\275.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xED", + "green" : "0xF4", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\351\260\223\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\351\260\223\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..bc002b7 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\255\232\351\260\223\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x3B", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\253\351\235\222.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\253\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..c2c77c3 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\253\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x72", + "red" : "0x87" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\255\351\255\232\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\255\351\255\232\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..5ad18ed --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\255\351\255\232\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5A", + "green" : "0x9C", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\256\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\256\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..c1c99a8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\256\256\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x44", + "green" : "0xB2", + "red" : "0x43" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\257\250\351\255\232\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\257\250\351\255\232\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..9eae79b --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\257\250\351\255\232\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x64", + "green" : "0x51", + "red" : "0x47" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\263\344\273\231\350\212\261\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\263\344\273\231\350\212\261\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..fc29c87 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\263\344\273\231\350\212\261\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x93", + "green" : "0x72", + "red" : "0xEA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\263\344\277\241\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\263\344\277\241\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..6ded894 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\263\344\277\241\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC4", + "green" : "0xAD", + "red" : "0xC8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\266\345\260\276\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\266\345\260\276\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..d833797 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\263\266\345\260\276\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB8", + "green" : "0x8B", + "red" : "0x15" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\264\277\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\264\277\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..502f563 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\264\277\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x38", + "green" : "0x29", + "red" : "0x1C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\345\206\240\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\345\206\240\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..6e214cf --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\345\206\240\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2D", + "green" : "0x1A", + "red" : "0xD1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\346\216\214\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\346\216\214\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..d65ad6d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\346\216\214\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x29", + "green" : "0xB9", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\350\241\200\347\237\263\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\350\241\200\347\237\263\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..fb2759c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\265\235\350\241\200\347\237\263\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x37", + "red" : "0xAB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\266\264\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\266\264\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..27d0a5a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\266\264\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x40", + "red" : "0x4A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\266\264\351\240\202\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\266\264\351\240\202\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..6cec94e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\266\264\351\240\202\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x17", + "green" : "0x25", + "red" : "0xD4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\202\345\206\240\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\202\345\206\240\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..44f1be6 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\202\345\206\240\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x34", + "green" : "0x1D", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\203\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\203\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..4f606ed --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\203\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x4A", + "red" : "0x14" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\227\350\227\215.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\227\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..c12ebbb --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\267\227\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD4", + "green" : "0xD2", + "red" : "0xC7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\270\232\351\265\241\345\206\240\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\270\232\351\265\241\345\206\240\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..21edcf2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\270\232\351\265\241\345\206\240\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x30", + "green" : "0xC4", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\270\232\351\265\241\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\270\232\351\265\241\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..003c33a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\270\232\351\265\241\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0xAE", + "red" : "0x5B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\271\277\347\232\256\350\244\220.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\271\277\347\232\256\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..98411b5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\271\277\347\232\256\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x56", + "green" : "0x91", + "red" : "0xD9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\271\277\350\247\222\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\271\277\350\247\222\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..05fda1c --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\271\277\350\247\222\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8D", + "green" : "0xBD", + "red" : "0xE3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\202\346\243\225.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\202\346\243\225.colorset/Contents.json" new file mode 100644 index 0000000..f3002a2 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\202\346\243\225.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x22", + "green" : "0x76", + "red" : "0xDE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\227\346\230\245\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\227\346\230\245\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..b9fd48f --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\227\346\230\245\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1A", + "green" : "0x26", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\347\250\210\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\347\250\210\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..c3f57e5 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\347\250\210\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0xDF", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\350\212\275\347\263\226\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\350\212\275\347\263\226\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..72a57fa --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\350\212\275\347\263\226\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7D", + "green" : "0xD2", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\350\213\227\347\266\240.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\350\213\227\347\266\240.colorset/Contents.json" new file mode 100644 index 0000000..bfcc63d --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\272\245\350\213\227\347\266\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0xBB", + "red" : "0x55" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\273\203\346\230\217\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\273\203\346\230\217\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..2c7e3d4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\273\203\346\230\217\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x4B", + "red" : "0x47" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\273\203\351\200\243\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\273\203\351\200\243\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..b8ead7e --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\273\203\351\200\243\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x15", + "green" : "0xC5", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\240\350\203\214\347\201\260.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\240\350\203\214\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..5f469d4 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\240\350\203\214\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5C", + "green" : "0x57", + "red" : "0x73" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\240\351\274\273\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\240\351\274\273\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..9c429a8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\240\351\274\273\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB8", + "green" : "0xB4", + "red" : "0xE3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\254\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\254\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..683e746 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\274\254\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0A", + "green" : "0xB7", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\347\235\233\351\255\232\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\347\235\233\351\255\232\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..679190a --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\347\235\233\351\255\232\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x63", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\347\235\233\351\255\232\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\347\235\233\351\255\232\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..2a2de04 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\347\235\233\351\255\232\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x2A", + "red" : "0x4E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\350\221\265\347\264\253.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\350\221\265\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..1db85fd --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\350\221\265\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3B", + "green" : "0x2F", + "red" : "0x32" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\351\254\232\347\264\205.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\351\254\232\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..12400f8 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\215\351\254\232\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x95", + "green" : "0x55", + "red" : "0xCC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\234\350\203\214\351\273\203.colorset/Contents.json" "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\234\350\203\214\351\273\203.colorset/Contents.json" new file mode 100644 index 0000000..e2c0b14 --- /dev/null +++ "b/\344\270\255\345\234\213\345\202\263\347\265\261\351\241\217\350\211\262.xcassets/\351\276\234\350\203\214\351\273\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x6B", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.swift" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.swift" new file mode 100644 index 0000000..bdbf390 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.swift" @@ -0,0 +1,1769 @@ +// +// 日本の伝統色.swift +// +// +// Created by YungCheng Yeh on 2021/11/8. +// + +#if os(iOS) || os(watchOS) || os(tvOS) + import UIKit +#elseif os(macOS) + import Cocoa +#else + +#endif + +struct 日本の伝統色 { + /** + 撫子 + #14458804 + red: 0.863, green: 0.624, blue: 0.706, alpha: 1 + */ + static let 撫子 = #colorLiteral(red: 0.863, green: 0.624, blue: 0.706, alpha: 1) + + /** + 紅梅 + #14773132 + red: 0.882, green: 0.420, blue: 0.549, alpha: 1 + */ + static let 紅梅 = #colorLiteral(red: 0.882, green: 0.420, blue: 0.549, alpha: 1) + + /** + 蘇芳 + #9319754 + red: 0.557, green: 0.208, blue: 0.290, alpha: 1 + */ + static let 蘇芳 = #colorLiteral(red: 0.557, green: 0.208, blue: 0.290, alpha: 1) + + /** + 退紅 + #16303053 + red: 0.973, green: 0.765, blue: 0.804, alpha: 1 + */ + static let 退紅 = #colorLiteral(red: 0.973, green: 0.765, blue: 0.804, alpha: 1) + + /** + 一斥染 + #16033721 + red: 0.957, green: 0.655, blue: 0.725, alpha: 1 + */ + static let 一斥染 = #colorLiteral(red: 0.957, green: 0.655, blue: 0.725, alpha: 1) + + /** + 桑染 + #6567484 + red: 0.392, green: 0.212, blue: 0.235, alpha: 1 + */ + static let 桑染 = #colorLiteral(red: 0.392, green: 0.212, blue: 0.235, alpha: 1) + + /** + 桃 + #16094890 + red: 0.961, green: 0.588, blue: 0.667, alpha: 1 + */ + static let 桃 = #colorLiteral(red: 0.961, green: 0.588, blue: 0.667, alpha: 1) + + /** + 苺 + #11880795 + red: 0.710, green: 0.286, blue: 0.357, alpha: 1 + */ + static let 苺 = #colorLiteral(red: 0.710, green: 0.286, blue: 0.357, alpha: 1) + + /** + 薄紅 + #15235728 + red: 0.910, green: 0.478, blue: 0.565, alpha: 1 + */ + static let 薄紅 = #colorLiteral(red: 0.910, green: 0.478, blue: 0.565, alpha: 1) + + /** + 今様 + #13654638 + red: 0.816, green: 0.353, blue: 0.431, alpha: 1 + */ + static let 今様 = #colorLiteral(red: 0.816, green: 0.353, blue: 0.431, alpha: 1) + + /** + 中紅 + #14372205 + red: 0.859, green: 0.302, blue: 0.427, alpha: 1 + */ + static let 中紅 = #colorLiteral(red: 0.859, green: 0.302, blue: 0.427, alpha: 1) + + /** + 桜 + #16703457 + red: 0.996, green: 0.875, blue: 0.882, alpha: 1 + */ + static let 桜 = #colorLiteral(red: 0.996, green: 0.875, blue: 0.882, alpha: 1) + + /** + 梅鼠 + #10386042 + red: 0.620, green: 0.478, blue: 0.478, alpha: 1 + */ + static let 梅鼠 = #colorLiteral(red: 0.620, green: 0.478, blue: 0.478, alpha: 1) + + /** + 韓紅花 + #13635660 + red: 0.816, green: 0.063, blue: 0.298, alpha: 1 + */ + static let 韓紅花 = #colorLiteral(red: 0.816, green: 0.063, blue: 0.298, alpha: 1) + + /** + 燕脂 + #10433850 + red: 0.624, green: 0.208, blue: 0.227, alpha: 1 + */ + static let 燕脂 = #colorLiteral(red: 0.624, green: 0.208, blue: 0.227, alpha: 1) + + /** + 紅 + #13310789 + red: 0.796, green: 0.106, blue: 0.271, alpha: 1 + */ + static let 紅 = #colorLiteral(red: 0.796, green: 0.106, blue: 0.271, alpha: 1) + + /** + 鴇 + #15641001 + red: 0.933, green: 0.663, blue: 0.663, alpha: 1 + */ + static let 鴇 = #colorLiteral(red: 0.933, green: 0.663, blue: 0.663, alpha: 1) + + /** + 長春 + #12543846 + red: 0.749, green: 0.404, blue: 0.400, alpha: 1 + */ + static let 長春 = #colorLiteral(red: 0.749, green: 0.404, blue: 0.400, alpha: 1) + + /** + 深緋 + #8800063 + red: 0.525, green: 0.278, blue: 0.247, alpha: 1 + */ + static let 深緋 = #colorLiteral(red: 0.525, green: 0.278, blue: 0.247, alpha: 1) + + /** + 桜鼠 + #11638419 + red: 0.694, green: 0.588, blue: 0.576, alpha: 1 + */ + static let 桜鼠 = #colorLiteral(red: 0.694, green: 0.588, blue: 0.576, alpha: 1) + + /** + 甚三紅 + #15432311 + red: 0.922, green: 0.478, blue: 0.467, alpha: 1 + */ + static let 甚三紅 = #colorLiteral(red: 0.922, green: 0.478, blue: 0.467, alpha: 1) + + /** + 小豆 + #9783877 + red: 0.584, green: 0.290, blue: 0.271, alpha: 1 + */ + static let 小豆 = #colorLiteral(red: 0.584, green: 0.290, blue: 0.271, alpha: 1) + + /** + 蘇芳香 + #11101024 + red: 0.663, green: 0.388, blue: 0.376, alpha: 1 + */ + static let 蘇芳香 = #colorLiteral(red: 0.663, green: 0.388, blue: 0.376, alpha: 1) + + /** + 赤紅 + #13320258 + red: 0.796, green: 0.251, blue: 0.259, alpha: 1 + */ + static let 赤紅 = #colorLiteral(red: 0.796, green: 0.251, blue: 0.259, alpha: 1) + + /** + 真朱 + #11221818 + red: 0.671, green: 0.231, blue: 0.227, alpha: 1 + */ + static let 真朱 = #colorLiteral(red: 0.671, green: 0.231, blue: 0.227, alpha: 1) + + /** + 灰桜 + #14140603 + red: 0.843, green: 0.769, blue: 0.733, alpha: 1 + */ + static let 灰桜 = #colorLiteral(red: 0.843, green: 0.769, blue: 0.733, alpha: 1) + + /** + 栗梅 + #9455680 + red: 0.565, green: 0.282, blue: 0.251, alpha: 1 + */ + static let 栗梅 = #colorLiteral(red: 0.565, green: 0.282, blue: 0.251, alpha: 1) + + /** + 海老茶 + #7553848 + red: 0.451, green: 0.263, blue: 0.220, alpha: 1 + */ + static let 海老茶 = #colorLiteral(red: 0.451, green: 0.263, blue: 0.220, alpha: 1) + + /** + 銀朱 + #13057594 + red: 0.780, green: 0.243, blue: 0.227, alpha: 1 + */ + static let 銀朱 = #colorLiteral(red: 0.780, green: 0.243, blue: 0.227, alpha: 1) + + /** + 黒鳶 + #5587510 + red: 0.333, green: 0.259, blue: 0.212, alpha: 1 + */ + static let 黒鳶 = #colorLiteral(red: 0.333, green: 0.259, blue: 0.212, alpha: 1) + + /** + 紅鳶 + #10044985 + red: 0.600, green: 0.275, blue: 0.224, alpha: 1 + */ + static let 紅鳶 = #colorLiteral(red: 0.600, green: 0.275, blue: 0.224, alpha: 1) + + /** + 曙 + #15832195 + red: 0.945, green: 0.580, blue: 0.514, alpha: 1 + */ + static let 曙 = #colorLiteral(red: 0.945, green: 0.580, blue: 0.514, alpha: 1) + + /** + 紅樺 + #11879476 + red: 0.710, green: 0.267, blue: 0.204, alpha: 1 + */ + static let 紅樺 = #colorLiteral(red: 0.710, green: 0.267, blue: 0.204, alpha: 1) + + /** + 水がき + #12159101 + red: 0.725, green: 0.533, blue: 0.490, alpha: 1 + */ + static let 水がき = #colorLiteral(red: 0.725, green: 0.533, blue: 0.490, alpha: 1) + + /** + 珊瑚朱 + #15826023 + red: 0.945, green: 0.486, blue: 0.404, alpha: 1 + */ + static let 珊瑚朱 = #colorLiteral(red: 0.945, green: 0.486, blue: 0.404, alpha: 1) + + /** + 紅檜皮 + #8932410 + red: 0.533, green: 0.298, blue: 0.227, alpha: 1 + */ + static let 紅檜皮 = #colorLiteral(red: 0.533, green: 0.298, blue: 0.227, alpha: 1) + + /** + 猩猩緋 + #15216661 + red: 0.910, green: 0.188, blue: 0.082, alpha: 1 + */ + static let 猩猩緋 = #colorLiteral(red: 0.910, green: 0.188, blue: 0.082, alpha: 1) + + /** + 鉛丹 + #14111829 + red: 0.843, green: 0.329, blue: 0.333, alpha: 1 + */ + static let 鉛丹 = #colorLiteral(red: 0.843, green: 0.329, blue: 0.333, alpha: 1) + + /** + 芝翫茶 + #11885900 + red: 0.710, green: 0.365, blue: 0.298, alpha: 1 + */ + static let 芝翫茶 = #colorLiteral(red: 0.710, green: 0.365, blue: 0.298, alpha: 1) + + /** + 檜皮 + #8734774 + red: 0.522, green: 0.282, blue: 0.212, alpha: 1 + */ + static let 檜皮 = #colorLiteral(red: 0.522, green: 0.282, blue: 0.212, alpha: 1) + + /** + 柿渋 + #10706503 + red: 0.639, green: 0.369, blue: 0.278, alpha: 1 + */ + static let 柿渋 = #colorLiteral(red: 0.639, green: 0.369, blue: 0.278, alpha: 1) + + /** + 緋 + #13390906 + red: 0.800, green: 0.329, blue: 0.227, alpha: 1 + */ + static let 緋 = #colorLiteral(red: 0.800, green: 0.329, blue: 0.227, alpha: 1) + + /** + 鳶 + #7489586 + red: 0.447, green: 0.282, blue: 0.196, alpha: 1 + */ + static let 鳶 = #colorLiteral(red: 0.447, green: 0.282, blue: 0.196, alpha: 1) + + /** + 紅緋 + #16210991 + red: 0.969, green: 0.361, blue: 0.184, alpha: 1 + */ + static let 紅緋 = #colorLiteral(red: 0.969, green: 0.361, blue: 0.184, alpha: 1) + + /** + 栗皮茶 + #6963240 + red: 0.416, green: 0.251, blue: 0.157, alpha: 1 + */ + static let 栗皮茶 = #colorLiteral(red: 0.416, green: 0.251, blue: 0.157, alpha: 1) + + /** + 弁柄 + #10113076 + red: 0.604, green: 0.314, blue: 0.204, alpha: 1 + */ + static let 弁柄 = #colorLiteral(red: 0.604, green: 0.314, blue: 0.204, alpha: 1) + + /** + 照柿 + #12870211 + red: 0.769, green: 0.384, blue: 0.263, alpha: 1 + */ + static let 照柿 = #colorLiteral(red: 0.769, green: 0.384, blue: 0.263, alpha: 1) + + /** + 江戸茶 + #11493180 + red: 0.686, green: 0.373, blue: 0.235, alpha: 1 + */ + static let 江戸茶 = #colorLiteral(red: 0.686, green: 0.373, blue: 0.235, alpha: 1) + + /** + 洗朱 + #16488046 + red: 0.984, green: 0.588, blue: 0.431, alpha: 1 + */ + static let 洗朱 = #colorLiteral(red: 0.984, green: 0.588, blue: 0.431, alpha: 1) + + /** + 百塩茶 + #7489848 + red: 0.447, green: 0.286, blue: 0.220, alpha: 1 + */ + static let 百塩茶 = #colorLiteral(red: 0.447, green: 0.286, blue: 0.220, alpha: 1) + + /** + 唐茶 + #11825495 + red: 0.706, green: 0.443, blue: 0.341, alpha: 1 + */ + static let 唐茶 = #colorLiteral(red: 0.706, green: 0.443, blue: 0.341, alpha: 1) + + /** + ときがら茶 + #14388849 + red: 0.859, green: 0.557, blue: 0.443, alpha: 1 + */ + static let ときがら茶 = #colorLiteral(red: 0.859, green: 0.557, blue: 0.443, alpha: 1) + + /** + 黄丹 + #15752732 + red: 0.941, green: 0.369, blue: 0.110, alpha: 1 + */ + static let 黄丹 = #colorLiteral(red: 0.941, green: 0.369, blue: 0.110, alpha: 1) + + /** + 纁 + #15562826 + red: 0.929, green: 0.471, blue: 0.290, alpha: 1 + */ + static let 纁 = #colorLiteral(red: 0.929, green: 0.471, blue: 0.290, alpha: 1) + + /** + 遠州茶 + #13269075 + red: 0.792, green: 0.471, blue: 0.325, alpha: 1 + */ + static let 遠州茶 = #colorLiteral(red: 0.792, green: 0.471, blue: 0.325, alpha: 1) + + /** + 樺茶 + #11754551 + red: 0.702, green: 0.361, blue: 0.216, alpha: 1 + */ + static let 樺茶 = #colorLiteral(red: 0.702, green: 0.361, blue: 0.216, alpha: 1) + + /** + 焦茶 + #5652270 + red: 0.337, green: 0.247, blue: 0.180, alpha: 1 + */ + static let 焦茶 = #colorLiteral(red: 0.337, green: 0.247, blue: 0.180, alpha: 1) + + /** + 赤香 + #14913902 + red: 0.890, green: 0.569, blue: 0.431, alpha: 1 + */ + static let 赤香 = #colorLiteral(red: 0.890, green: 0.569, blue: 0.431, alpha: 1) + + /** + 雀茶 + #9394748 + red: 0.561, green: 0.353, blue: 0.235, alpha: 1 + */ + static let 雀茶 = #colorLiteral(red: 0.561, green: 0.353, blue: 0.235, alpha: 1) + + /** + 宍 + #15772038 + red: 0.941, green: 0.663, blue: 0.525, alpha: 1 + */ + static let 宍 = #colorLiteral(red: 0.941, green: 0.663, blue: 0.525, alpha: 1) + + /** + 宗伝唐茶 + #10512203 + red: 0.627, green: 0.404, blue: 0.294, alpha: 1 + */ + static let 宗伝唐茶 = #colorLiteral(red: 0.627, green: 0.404, blue: 0.294, alpha: 1) + + /** + 樺 + #12675388 + red: 0.757, green: 0.412, blue: 0.235, alpha: 1 + */ + static let 樺 = #colorLiteral(red: 0.757, green: 0.412, blue: 0.235, alpha: 1) + + /** + 深支子 + #16488806 + red: 0.984, green: 0.600, blue: 0.400, alpha: 1 + */ + static let 深支子 = #colorLiteral(red: 0.984, green: 0.600, blue: 0.400, alpha: 1) + + /** + 胡桃 + #9730669 + red: 0.580, green: 0.478, blue: 0.427, alpha: 1 + */ + static let 胡桃 = #colorLiteral(red: 0.580, green: 0.478, blue: 0.427, alpha: 1) + + /** + 代赭 + #10707766 + red: 0.639, green: 0.388, blue: 0.212, alpha: 1 + */ + static let 代赭 = #colorLiteral(red: 0.639, green: 0.388, blue: 0.212, alpha: 1) + + /** + 洗柿 + #15176800 + red: 0.906, green: 0.580, blue: 0.376, alpha: 1 + */ + static let 洗柿 = #colorLiteral(red: 0.906, green: 0.580, blue: 0.376, alpha: 1) + + /** + 黄櫨染 + #8213292 + red: 0.490, green: 0.325, blue: 0.173, alpha: 1 + */ + static let 黄櫨染 = #colorLiteral(red: 0.490, green: 0.325, blue: 0.173, alpha: 1) + + /** + 赤朽葉 + #13075792 + red: 0.780, green: 0.522, blue: 0.314, alpha: 1 + */ + static let 赤朽葉 = #colorLiteral(red: 0.780, green: 0.522, blue: 0.314, alpha: 1) + + /** + 礪茶 + #9985834 + red: 0.596, green: 0.373, blue: 0.165, alpha: 1 + */ + static let 礪茶 = #colorLiteral(red: 0.596, green: 0.373, blue: 0.165, alpha: 1) + + /** + 赤白橡 + #14788217 + red: 0.882, green: 0.651, blue: 0.475, alpha: 1 + */ + static let 赤白橡 = #colorLiteral(red: 0.882, green: 0.651, blue: 0.475, alpha: 1) + + /** + 煎茶 + #8739634 + red: 0.522, green: 0.357, blue: 0.196, alpha: 1 + */ + static let 煎茶 = #colorLiteral(red: 0.522, green: 0.357, blue: 0.196, alpha: 1) + + /** + 萱草 + #16555853 + red: 0.988, green: 0.624, blue: 0.302, alpha: 1 + */ + static let 萱草 = #colorLiteral(red: 0.988, green: 0.624, blue: 0.302, alpha: 1) + + /** + 洒落柿 + #16759428 + red: 1.000, green: 0.729, blue: 0.518, alpha: 1 + */ + static let 洒落柿 = #colorLiteral(red: 1.000, green: 0.729, blue: 0.518, alpha: 1) + + /** + 紅鬱金 + #15305514 + red: 0.914, green: 0.545, blue: 0.165, alpha: 1 + */ + static let 紅鬱金 = #colorLiteral(red: 0.914, green: 0.545, blue: 0.165, alpha: 1) + + /** + 梅染 + #15311720 + red: 0.914, green: 0.639, blue: 0.408, alpha: 1 + */ + static let 梅染 = #colorLiteral(red: 0.914, green: 0.639, blue: 0.408, alpha: 1) + + /** + 枇杷茶 + #11630660 + red: 0.694, green: 0.471, blue: 0.267, alpha: 1 + */ + static let 枇杷茶 = #colorLiteral(red: 0.694, green: 0.471, blue: 0.267, alpha: 1) + + /** + 丁子茶 + #9855790 + red: 0.588, green: 0.388, blue: 0.180, alpha: 1 + */ + static let 丁子茶 = #colorLiteral(red: 0.588, green: 0.388, blue: 0.180, alpha: 1) + + /** + 憲法染 + #4404251 + red: 0.263, green: 0.204, blue: 0.106, alpha: 1 + */ + static let 憲法染 = #colorLiteral(red: 0.263, green: 0.204, blue: 0.106, alpha: 1) + + /** + 琥珀 + #13269548 + red: 0.792, green: 0.478, blue: 0.173, alpha: 1 + */ + static let 琥珀 = #colorLiteral(red: 0.792, green: 0.478, blue: 0.173, alpha: 1) + + /** + 薄柿 + #15513738 + red: 0.925, green: 0.722, blue: 0.541, alpha: 1 + */ + static let 薄柿 = #colorLiteral(red: 0.925, green: 0.722, blue: 0.541, alpha: 1) + + /** + 伽羅 + #7886123 + red: 0.471, green: 0.333, blue: 0.169, alpha: 1 + */ + static let 伽羅 = #colorLiteral(red: 0.471, green: 0.333, blue: 0.169, alpha: 1) + + /** + 丁子染 + #11564854 + red: 0.690, green: 0.467, blue: 0.212, alpha: 1 + */ + static let 丁子染 = #colorLiteral(red: 0.690, green: 0.467, blue: 0.212, alpha: 1) + + /** + 柴染 + #9859657 + red: 0.588, green: 0.447, blue: 0.286, alpha: 1 + */ + static let 柴染 = #colorLiteral(red: 0.588, green: 0.447, blue: 0.286, alpha: 1) + + /** + 朽葉 + #14849083 + red: 0.886, green: 0.580, blue: 0.231, alpha: 1 + */ + static let 朽葉 = #colorLiteral(red: 0.886, green: 0.580, blue: 0.231, alpha: 1) + + /** + 金茶 + #13074477 + red: 0.780, green: 0.502, blue: 0.176, alpha: 1 + */ + static let 金茶 = #colorLiteral(red: 0.780, green: 0.502, blue: 0.176, alpha: 1) + + /** + 狐 + #10186275 + red: 0.608, green: 0.431, blue: 0.137, alpha: 1 + */ + static let 狐 = #colorLiteral(red: 0.608, green: 0.431, blue: 0.137, alpha: 1) + + /** + 煤竹 + #7230767 + red: 0.431, green: 0.333, blue: 0.184, alpha: 1 + */ + static let 煤竹 = #colorLiteral(red: 0.431, green: 0.333, blue: 0.184, alpha: 1) + + /** + 薄香 + #15447153 + red: 0.922, green: 0.706, blue: 0.443, alpha: 1 + */ + static let 薄香 = #colorLiteral(red: 0.922, green: 0.706, blue: 0.443, alpha: 1) + + /** + 砥粉 + #14137742 + red: 0.843, green: 0.725, blue: 0.557, alpha: 1 + */ + static let 砥粉 = #colorLiteral(red: 0.843, green: 0.725, blue: 0.557, alpha: 1) + + /** + 銀煤竹 + #8545850 + red: 0.510, green: 0.400, blue: 0.227, alpha: 1 + */ + static let 銀煤竹 = #colorLiteral(red: 0.510, green: 0.400, blue: 0.227, alpha: 1) + + /** + 黄土 + #11963989 + red: 0.714, green: 0.557, blue: 0.333, alpha: 1 + */ + static let 黄土 = #colorLiteral(red: 0.714, green: 0.557, blue: 0.333, alpha: 1) + + /** + 白茶 + #12361591 + red: 0.737, green: 0.624, blue: 0.467, alpha: 1 + */ + static let 白茶 = #colorLiteral(red: 0.737, green: 0.624, blue: 0.467, alpha: 1) + + /** + 媚茶 + #8873523 + red: 0.529, green: 0.400, blue: 0.200, alpha: 1 + */ + static let 媚茶 = #colorLiteral(red: 0.529, green: 0.400, blue: 0.200, alpha: 1) + + /** + 黄唐茶 + #12683814 + red: 0.757, green: 0.541, blue: 0.149, alpha: 1 + */ + static let 黄唐茶 = #colorLiteral(red: 0.757, green: 0.541, blue: 0.149, alpha: 1) + + /** + 山吹 + #16757019 + red: 1.000, green: 0.694, blue: 0.106, alpha: 1 + */ + static let 山吹 = #colorLiteral(red: 1.000, green: 0.694, blue: 0.106, alpha: 1) + + /** + 山吹茶 + #13735974 + red: 0.820, green: 0.596, blue: 0.149, alpha: 1 + */ + static let 山吹茶 = #colorLiteral(red: 0.820, green: 0.596, blue: 0.149, alpha: 1) + + /** + 櫨染 + #14525741 + red: 0.867, green: 0.647, blue: 0.176, alpha: 1 + */ + static let 櫨染 = #colorLiteral(red: 0.867, green: 0.647, blue: 0.176, alpha: 1) + + /** + 桑茶 + #13211699 + red: 0.788, green: 0.596, blue: 0.200, alpha: 1 + */ + static let 桑茶 = #colorLiteral(red: 0.788, green: 0.596, blue: 0.200, alpha: 1) + + /** + 玉子 + #16367429 + red: 0.976, green: 0.749, blue: 0.271, alpha: 1 + */ + static let 玉子 = #colorLiteral(red: 0.976, green: 0.749, blue: 0.271, alpha: 1) + + /** + 白橡 + #14465145 + red: 0.863, green: 0.722, blue: 0.475, alpha: 1 + */ + static let 白橡 = #colorLiteral(red: 0.863, green: 0.722, blue: 0.475, alpha: 1) + + /** + 黄橡 + #12226866 + red: 0.729, green: 0.569, blue: 0.196, alpha: 1 + */ + static let 黄橡 = #colorLiteral(red: 0.729, green: 0.569, blue: 0.196, alpha: 1) + + /** + 玉蜀黍 + #15251015 + red: 0.910, green: 0.714, blue: 0.278, alpha: 1 + */ + static let 玉蜀黍 = #colorLiteral(red: 0.910, green: 0.714, blue: 0.278, alpha: 1) + + /** + 花葉 + #16237122 + red: 0.969, green: 0.761, blue: 0.259, alpha: 1 + */ + static let 花葉 = #colorLiteral(red: 0.969, green: 0.761, blue: 0.259, alpha: 1) + + /** + 生壁 + #8219718 + red: 0.490, green: 0.424, blue: 0.275, alpha: 1 + */ + static let 生壁 = #colorLiteral(red: 0.490, green: 0.424, blue: 0.275, alpha: 1) + + /** + 鳥の子 + #14338470 + red: 0.855, green: 0.788, blue: 0.651, alpha: 1 + */ + static let 鳥の子 = #colorLiteral(red: 0.855, green: 0.788, blue: 0.651, alpha: 1) + + /** + 浅黄 + #16438921 + red: 0.980, green: 0.839, blue: 0.537, alpha: 1 + */ + static let 浅黄 = #colorLiteral(red: 0.980, green: 0.839, blue: 0.537, alpha: 1) + + /** + 黄朽葉 + #14265154 + red: 0.851, green: 0.671, blue: 0.259, alpha: 1 + */ + static let 黄朽葉 = #colorLiteral(red: 0.851, green: 0.671, blue: 0.259, alpha: 1) + + /** + 梔子 + #16172373 + red: 0.965, green: 0.773, blue: 0.333, alpha: 1 + */ + static let 梔子 = #colorLiteral(red: 0.965, green: 0.773, blue: 0.333, alpha: 1) + + /** + 籐黄 + #16761864 + red: 1.000, green: 0.769, blue: 0.031, alpha: 1 + */ + static let 籐黄 = #colorLiteral(red: 1.000, green: 0.769, blue: 0.031, alpha: 1) + + /** + 鬱金 + #15711012 + red: 0.937, green: 0.733, blue: 0.141, alpha: 1 + */ + static let 鬱金 = #colorLiteral(red: 0.937, green: 0.733, blue: 0.141, alpha: 1) + + /** + 芥子 + #13282655 + red: 0.792, green: 0.678, blue: 0.373, alpha: 1 + */ + static let 芥子 = #colorLiteral(red: 0.792, green: 0.678, blue: 0.373, alpha: 1) + + /** + 肥後煤竹 + #9270314 + red: 0.553, green: 0.455, blue: 0.165, alpha: 1 + */ + static let 肥後煤竹 = #colorLiteral(red: 0.553, green: 0.455, blue: 0.165, alpha: 1) + + /** + 利休白茶 + #11838850 + red: 0.706, green: 0.647, blue: 0.510, alpha: 1 + */ + static let 利休白茶 = #colorLiteral(red: 0.706, green: 0.647, blue: 0.510, alpha: 1) + + /** + 灰汁 + #8879980 + red: 0.529, green: 0.498, blue: 0.424, alpha: 1 + */ + static let 灰汁 = #colorLiteral(red: 0.529, green: 0.498, blue: 0.424, alpha: 1) + + /** + 利休茶 + #9010517 + red: 0.537, green: 0.490, blue: 0.333, alpha: 1 + */ + static let 利休茶 = #colorLiteral(red: 0.537, green: 0.490, blue: 0.333, alpha: 1) + + /** + 路考茶 + #7628606 + red: 0.455, green: 0.404, blue: 0.243, alpha: 1 + */ + static let 路考茶 = #colorLiteral(red: 0.455, green: 0.404, blue: 0.243, alpha: 1) + + /** + 菜種油 + #10652727 + red: 0.635, green: 0.549, blue: 0.216, alpha: 1 + */ + static let 菜種油 = #colorLiteral(red: 0.635, green: 0.549, blue: 0.216, alpha: 1) + + /** + 鶯茶 + #7102500 + red: 0.424, green: 0.376, blue: 0.141, alpha: 1 + */ + static let 鶯茶 = #colorLiteral(red: 0.424, green: 0.376, blue: 0.141, alpha: 1) + + /** + 黄海松茶 + #8812597 + red: 0.525, green: 0.471, blue: 0.208, alpha: 1 + */ + static let 黄海松茶 = #colorLiteral(red: 0.525, green: 0.471, blue: 0.208, alpha: 1) + + /** + 海松茶 + #6445356 + red: 0.384, green: 0.349, blue: 0.173, alpha: 1 + */ + static let 海松茶 = #colorLiteral(red: 0.384, green: 0.349, blue: 0.173, alpha: 1) + + /** + 刈安 + #15322444 + red: 0.914, green: 0.804, blue: 0.298, alpha: 1 + */ + static let 刈安 = #colorLiteral(red: 0.914, green: 0.804, blue: 0.298, alpha: 1) + + /** + 菜の花 + #16243020 + red: 0.969, green: 0.851, blue: 0.298, alpha: 1 + */ + static let 菜の花 = #colorLiteral(red: 0.969, green: 0.851, blue: 0.298, alpha: 1) + + /** + 黄蘗 + #16507473 + red: 0.984, green: 0.886, blue: 0.318, alpha: 1 + */ + static let 黄蘗 = #colorLiteral(red: 0.984, green: 0.886, blue: 0.318, alpha: 1) + + /** + 蒸栗 + #14273936 + red: 0.851, green: 0.804, blue: 0.565, alpha: 1 + */ + static let 蒸栗 = #colorLiteral(red: 0.851, green: 0.804, blue: 0.565, alpha: 1) + + /** + 青朽葉 + #11379010 + red: 0.678, green: 0.631, blue: 0.259, alpha: 1 + */ + static let 青朽葉 = #colorLiteral(red: 0.678, green: 0.631, blue: 0.259, alpha: 1) + + /** + 女郎花 + #14537275 + red: 0.867, green: 0.824, blue: 0.231, alpha: 1 + */ + static let 女郎花 = #colorLiteral(red: 0.867, green: 0.824, blue: 0.231, alpha: 1) + + /** + 鶸茶 + #10854481 + red: 0.647, green: 0.627, blue: 0.318, alpha: 1 + */ + static let 鶸茶 = #colorLiteral(red: 0.647, green: 0.627, blue: 0.318, alpha: 1) + + /** + 鶸 + #12501567 + red: 0.745, green: 0.761, blue: 0.247, alpha: 1 + */ + static let 鶸 = #colorLiteral(red: 0.745, green: 0.761, blue: 0.247, alpha: 1) + + /** + 鶯 + #7105069 + red: 0.424, green: 0.416, blue: 0.176, alpha: 1 + */ + static let 鶯 = #colorLiteral(red: 0.424, green: 0.416, blue: 0.176, alpha: 1) + + /** + 柳茶 + #9672272 + red: 0.576, green: 0.588, blue: 0.314, alpha: 1 + */ + static let 柳茶 = #colorLiteral(red: 0.576, green: 0.588, blue: 0.314, alpha: 1) + + /** + 苔 + #8620589 + red: 0.514, green: 0.541, blue: 0.176, alpha: 1 + */ + static let 苔 = #colorLiteral(red: 0.514, green: 0.541, blue: 0.176, alpha: 1) + + /** + 麹塵 + #11646073 + red: 0.694, green: 0.706, blue: 0.475, alpha: 1 + */ + static let 麹塵 = #colorLiteral(red: 0.694, green: 0.706, blue: 0.475, alpha: 1) + + /** + 璃寛茶 + #6381880 + red: 0.380, green: 0.380, blue: 0.220, alpha: 1 + */ + static let 璃寛茶 = #colorLiteral(red: 0.380, green: 0.380, blue: 0.220, alpha: 1) + + /** + 藍媚茶 + #4935210 + red: 0.294, green: 0.306, blue: 0.165, alpha: 1 + */ + static let 藍媚茶 = #colorLiteral(red: 0.294, green: 0.306, blue: 0.165, alpha: 1) + + /** + 海松 + #5988910 + red: 0.357, green: 0.384, blue: 0.180, alpha: 1 + */ + static let 海松 = #colorLiteral(red: 0.357, green: 0.384, blue: 0.180, alpha: 1) + + /** + 千歳茶 + #5067065 + red: 0.302, green: 0.318, blue: 0.224, alpha: 1 + */ + static let 千歳茶 = #colorLiteral(red: 0.302, green: 0.318, blue: 0.224, alpha: 1) + + /** + 梅幸茶 + #9015659 + red: 0.537, green: 0.569, blue: 0.420, alpha: 1 + */ + static let 梅幸茶 = #colorLiteral(red: 0.537, green: 0.569, blue: 0.420, alpha: 1) + + /** + 鶸萌黄 + #9483339 + red: 0.565, green: 0.706, blue: 0.294, alpha: 1 + */ + static let 鶸萌黄 = #colorLiteral(red: 0.565, green: 0.706, blue: 0.294, alpha: 1) + + /** + 柳染 + #9547120 + red: 0.569, green: 0.678, blue: 0.439, alpha: 1 + */ + static let 柳染 = #colorLiteral(red: 0.569, green: 0.678, blue: 0.439, alpha: 1) + + /** + 裏柳 + #11913888 + red: 0.710, green: 0.792, blue: 0.627, alpha: 1 + */ + static let 裏柳 = #colorLiteral(red: 0.710, green: 0.792, blue: 0.627, alpha: 1) + + /** + 岩井茶 + #6580824 + red: 0.392, green: 0.416, blue: 0.345, alpha: 1 + */ + static let 岩井茶 = #colorLiteral(red: 0.392, green: 0.416, blue: 0.345, alpha: 1) + + /** + 萌黄 + #8102463 + red: 0.482, green: 0.635, blue: 0.247, alpha: 1 + */ + static let 萌黄 = #colorLiteral(red: 0.482, green: 0.635, blue: 0.247, alpha: 1) + + /** + 苗 + #8831334 + red: 0.525, green: 0.757, blue: 0.400, alpha: 1 + */ + static let 苗 = #colorLiteral(red: 0.525, green: 0.757, blue: 0.400, alpha: 1) + + /** + 柳煤竹 + #4872509 + red: 0.290, green: 0.349, blue: 0.239, alpha: 1 + */ + static let 柳煤竹 = #colorLiteral(red: 0.290, green: 0.349, blue: 0.239, alpha: 1) + + /** + 松葉 + #4349997 + red: 0.259, green: 0.376, blue: 0.176, alpha: 1 + */ + static let 松葉 = #colorLiteral(red: 0.259, green: 0.376, blue: 0.176, alpha: 1) + + /** + 青丹 + #5336641 + red: 0.318, green: 0.431, blue: 0.255, alpha: 1 + */ + static let 青丹 = #colorLiteral(red: 0.318, green: 0.431, blue: 0.255, alpha: 1) + + /** + 薄青 + #9548947 + red: 0.569, green: 0.706, blue: 0.576, alpha: 1 + */ + static let 薄青 = #colorLiteral(red: 0.569, green: 0.706, blue: 0.576, alpha: 1) + + /** + 柳鼠 + #8425340 + red: 0.502, green: 0.561, blue: 0.486, alpha: 1 + */ + static let 柳鼠 = #colorLiteral(red: 0.502, green: 0.561, blue: 0.486, alpha: 1) + + /** + 常磐 + #1802558 + red: 0.106, green: 0.506, blue: 0.243, alpha: 1 + */ + static let 常磐 = #colorLiteral(red: 0.106, green: 0.506, blue: 0.243, alpha: 1) + + /** + 若竹 + #6139009 + red: 0.365, green: 0.675, blue: 0.506, alpha: 1 + */ + static let 若竹 = #colorLiteral(red: 0.365, green: 0.675, blue: 0.506, alpha: 1) + + /** + 千歳緑 + #3561020 + red: 0.212, green: 0.337, blue: 0.235, alpha: 1 + */ + static let 千歳緑 = #colorLiteral(red: 0.212, green: 0.337, blue: 0.235, alpha: 1) + + /** + 緑 + #2260305 + red: 0.133, green: 0.490, blue: 0.318, alpha: 1 + */ + static let 緑 = #colorLiteral(red: 0.133, green: 0.490, blue: 0.318, alpha: 1) + + /** + 白緑 + #11065529 + red: 0.659, green: 0.847, blue: 0.725, alpha: 1 + */ + static let 白緑 = #colorLiteral(red: 0.659, green: 0.847, blue: 0.725, alpha: 1) + + /** + 老竹 + #6980466 + red: 0.416, green: 0.514, blue: 0.447, alpha: 1 + */ + static let 老竹 = #colorLiteral(red: 0.416, green: 0.514, blue: 0.447, alpha: 1) + + /** + 木賊 + #2977099 + red: 0.176, green: 0.427, blue: 0.294, alpha: 1 + */ + static let 木賊 = #colorLiteral(red: 0.176, green: 0.427, blue: 0.294, alpha: 1) + + /** + 御納戸茶 + #4611404 + red: 0.275, green: 0.365, blue: 0.298, alpha: 1 + */ + static let 御納戸茶 = #colorLiteral(red: 0.275, green: 0.365, blue: 0.298, alpha: 1) + + /** + 緑青 + #2397038 + red: 0.141, green: 0.576, blue: 0.431, alpha: 1 + */ + static let 緑青 = #colorLiteral(red: 0.141, green: 0.576, blue: 0.431, alpha: 1) + + /** + 錆青磁 + #8824471 + red: 0.525, green: 0.651, blue: 0.592, alpha: 1 + */ + static let 錆青磁 = #colorLiteral(red: 0.525, green: 0.651, blue: 0.592, alpha: 1) + + /** + 青竹 + #35180 + red: 0.000, green: 0.537, blue: 0.424, alpha: 1 + */ + static let 青竹 = #colorLiteral(red: 0.000, green: 0.537, blue: 0.424, alpha: 1) + + /** + ビロード + #614728 + red: 0.035, green: 0.380, blue: 0.282, alpha: 1 + */ + static let ビロード = #colorLiteral(red: 0.035, green: 0.380, blue: 0.282, alpha: 1) + + /** + 虫襖 + #2121807 + red: 0.125, green: 0.376, blue: 0.310, alpha: 1 + */ + static let 虫襖 = #colorLiteral(red: 0.125, green: 0.376, blue: 0.310, alpha: 1) + + /** + 藍海松茶 + #1002554 + red: 0.059, green: 0.298, blue: 0.227, alpha: 1 + */ + static let 藍海松茶 = #colorLiteral(red: 0.059, green: 0.298, blue: 0.227, alpha: 1) + + /** + 沈香茶 + #5206636 + red: 0.310, green: 0.447, blue: 0.424, alpha: 1 + */ + static let 沈香茶 = #colorLiteral(red: 0.310, green: 0.447, blue: 0.424, alpha: 1) + + /** + 青緑 + #43664 + red: 0.000, green: 0.667, blue: 0.565, alpha: 1 + */ + static let 青緑 = #colorLiteral(red: 0.000, green: 0.667, blue: 0.565, alpha: 1) + + /** + 青磁 + #6926508 + red: 0.412, green: 0.690, blue: 0.675, alpha: 1 + */ + static let 青磁 = #colorLiteral(red: 0.412, green: 0.690, blue: 0.675, alpha: 1) + + /** + 鉄 + #2508093 + red: 0.149, green: 0.271, blue: 0.239, alpha: 1 + */ + static let 鉄 = #colorLiteral(red: 0.149, green: 0.271, blue: 0.239, alpha: 1) + + /** + 水浅葱 + #6732471 + red: 0.400, green: 0.729, blue: 0.718, alpha: 1 + */ + static let 水浅葱 = #colorLiteral(red: 0.400, green: 0.729, blue: 0.718, alpha: 1) + + /** + 青碧 + #2525061 + red: 0.149, green: 0.529, blue: 0.522, alpha: 1 + */ + static let 青碧 = #colorLiteral(red: 0.149, green: 0.529, blue: 0.522, alpha: 1) + + /** + 錆鉄御納戸 + #4217685 + red: 0.251, green: 0.357, blue: 0.333, alpha: 1 + */ + static let 錆鉄御納戸 = #colorLiteral(red: 0.251, green: 0.357, blue: 0.333, alpha: 1) + + /** + 高麗納戸 + #3168854 + red: 0.188, green: 0.353, blue: 0.337, alpha: 1 + */ + static let 高麗納戸 = #colorLiteral(red: 0.188, green: 0.353, blue: 0.337, alpha: 1) + + /** + 白群 + #7914180 + red: 0.471, green: 0.761, blue: 0.769, alpha: 1 + */ + static let 白群 = #colorLiteral(red: 0.471, green: 0.761, blue: 0.769, alpha: 1) + + /** + 御召茶 + #3631981 + red: 0.216, green: 0.420, blue: 0.427, alpha: 1 + */ + static let 御召茶 = #colorLiteral(red: 0.216, green: 0.420, blue: 0.427, alpha: 1) + + /** + 瓶覗 + #10870500 + red: 0.647, green: 0.871, blue: 0.894, alpha: 1 + */ + static let 瓶覗 = #colorLiteral(red: 0.647, green: 0.871, blue: 0.894, alpha: 1) + + /** + 深川鼠 + #7837338 + red: 0.467, green: 0.588, blue: 0.604, alpha: 1 + */ + static let 深川鼠 = #colorLiteral(red: 0.467, green: 0.588, blue: 0.604, alpha: 1) + + /** + 錆浅葱 + #6724001 + red: 0.400, green: 0.600, blue: 0.631, alpha: 1 + */ + static let 錆浅葱 = #colorLiteral(red: 0.400, green: 0.600, blue: 0.631, alpha: 1) + + /** + 水 + #8505300 + red: 0.506, green: 0.780, blue: 0.831, alpha: 1 + */ + static let 水 = #colorLiteral(red: 0.506, green: 0.780, blue: 0.831, alpha: 1) + + /** + 浅葱 + #3385016 + red: 0.200, green: 0.651, blue: 0.722, alpha: 1 + */ + static let 浅葱 = #colorLiteral(red: 0.200, green: 0.651, blue: 0.722, alpha: 1) + + /** + 御納戸 + #804930 + red: 0.047, green: 0.282, blue: 0.259, alpha: 1 + */ + static let 御納戸 = #colorLiteral(red: 0.047, green: 0.282, blue: 0.259, alpha: 1) + + /** + 藍 + #874081 + red: 0.051, green: 0.337, blue: 0.380, alpha: 1 + */ + static let 藍 = #colorLiteral(red: 0.051, green: 0.337, blue: 0.380, alpha: 1) + + /** + 新橋 + #35239 + red: 0.000, green: 0.537, blue: 0.655, alpha: 1 + */ + static let 新橋 = #colorLiteral(red: 0.000, green: 0.537, blue: 0.655, alpha: 1) + + /** + 錆御納戸 + #3368820 + red: 0.200, green: 0.404, blue: 0.455, alpha: 1 + */ + static let 錆御納戸 = #colorLiteral(red: 0.200, green: 0.404, blue: 0.455, alpha: 1) + + /** + 鉄御納戸 + #2446169 + red: 0.145, green: 0.325, blue: 0.349, alpha: 1 + */ + static let 鉄御納戸 = #colorLiteral(red: 0.145, green: 0.325, blue: 0.349, alpha: 1) + + /** + 花浅葱 + #2001064 + red: 0.118, green: 0.533, blue: 0.659, alpha: 1 + */ + static let 花浅葱 = #colorLiteral(red: 0.118, green: 0.533, blue: 0.659, alpha: 1) + + /** + 藍鼠 + #5663859 + red: 0.337, green: 0.424, blue: 0.451, alpha: 1 + */ + static let 藍鼠 = #colorLiteral(red: 0.337, green: 0.424, blue: 0.451, alpha: 1) + + /** + 舛花 + #5733514 + red: 0.341, green: 0.486, blue: 0.541, alpha: 1 + */ + static let 舛花 = #colorLiteral(red: 0.341, green: 0.486, blue: 0.541, alpha: 1) + + /** + 空 + #5812956 + red: 0.345, green: 0.698, blue: 0.863, alpha: 1 + */ + static let 空 = #colorLiteral(red: 0.345, green: 0.698, blue: 0.863, alpha: 1) + + /** + 熨斗目花 + #2842485 + red: 0.169, green: 0.373, blue: 0.459, alpha: 1 + */ + static let 熨斗目花 = #colorLiteral(red: 0.169, green: 0.373, blue: 0.459, alpha: 1) + + /** + 千草 + #3837879 + red: 0.227, green: 0.561, blue: 0.718, alpha: 1 + */ + static let 千草 = #colorLiteral(red: 0.227, green: 0.561, blue: 0.718, alpha: 1) + + /** + 御召御納戸 + #3038318 + red: 0.180, green: 0.361, blue: 0.431, alpha: 1 + */ + static let 御召御納戸 = #colorLiteral(red: 0.180, green: 0.361, blue: 0.431, alpha: 1) + + /** + 縹 + #25220 + red: 0.000, green: 0.384, blue: 0.518, alpha: 1 + */ + static let 縹 = #colorLiteral(red: 0.000, green: 0.384, blue: 0.518, alpha: 1) + + /** + 勿忘草 + #8239582 + red: 0.490, green: 0.725, blue: 0.871, alpha: 1 + */ + static let 勿忘草 = #colorLiteral(red: 0.490, green: 0.725, blue: 0.871, alpha: 1) + + /** + 群青 + #5351645 + red: 0.318, green: 0.659, blue: 0.867, alpha: 1 + */ + static let 群青 = #colorLiteral(red: 0.318, green: 0.659, blue: 0.867, alpha: 1) + + /** + 露草 + #3058143 + red: 0.180, green: 0.663, blue: 0.875, alpha: 1 + */ + static let 露草 = #colorLiteral(red: 0.180, green: 0.663, blue: 0.875, alpha: 1) + + /** + 黒橡 + #725011 + red: 0.043, green: 0.063, blue: 0.075, alpha: 1 + */ + static let 黒橡 = #colorLiteral(red: 0.043, green: 0.063, blue: 0.075, alpha: 1) + + /** + 紺 + #992576 + red: 0.059, green: 0.145, blue: 0.251, alpha: 1 + */ + static let 紺 = #colorLiteral(red: 0.059, green: 0.145, blue: 0.251, alpha: 1) + + /** + 褐 + #530733 + red: 0.031, green: 0.098, blue: 0.176, alpha: 1 + */ + static let 褐 = #colorLiteral(red: 0.031, green: 0.098, blue: 0.176, alpha: 1) + + /** + 瑠璃 + #23727 + red: 0.000, green: 0.361, blue: 0.686, alpha: 1 + */ + static let 瑠璃 = #colorLiteral(red: 0.000, green: 0.361, blue: 0.686, alpha: 1) + + /** + 瑠璃紺 + #734318 + red: 0.043, green: 0.204, blue: 0.431, alpha: 1 + */ + static let 瑠璃紺 = #colorLiteral(red: 0.043, green: 0.204, blue: 0.431, alpha: 1) + + /** + 紅碧 + #8098002 + red: 0.482, green: 0.565, blue: 0.824, alpha: 1 + */ + static let 紅碧 = #colorLiteral(red: 0.482, green: 0.565, blue: 0.824, alpha: 1) + + /** + 藤鼠 + #7239076 + red: 0.431, green: 0.459, blue: 0.643, alpha: 1 + */ + static let 藤鼠 = #colorLiteral(red: 0.431, green: 0.459, blue: 0.643, alpha: 1) + + /** + 鉄紺 + #2498119 + red: 0.149, green: 0.118, blue: 0.278, alpha: 1 + */ + static let 鉄紺 = #colorLiteral(red: 0.149, green: 0.118, blue: 0.278, alpha: 1) + + /** + 紺青 + #1127045 + red: 0.067, green: 0.196, blue: 0.522, alpha: 1 + */ + static let 紺青 = #colorLiteral(red: 0.067, green: 0.196, blue: 0.522, alpha: 1) + + /** + 紅掛花 + #5132183 + red: 0.306, green: 0.310, blue: 0.592, alpha: 1 + */ + static let 紅掛花 = #colorLiteral(red: 0.306, green: 0.310, blue: 0.592, alpha: 1) + + /** + 紺桔梗 + #2170453 + red: 0.129, green: 0.118, blue: 0.333, alpha: 1 + */ + static let 紺桔梗 = #colorLiteral(red: 0.129, green: 0.118, blue: 0.333, alpha: 1) + + /** + 藤 + #9142723 + red: 0.545, green: 0.506, blue: 0.765, alpha: 1 + */ + static let 藤 = #colorLiteral(red: 0.545, green: 0.506, blue: 0.765, alpha: 1) + + /** + 二藍 + #7365786 + red: 0.439, green: 0.392, blue: 0.604, alpha: 1 + */ + static let 二藍 = #colorLiteral(red: 0.439, green: 0.392, blue: 0.604, alpha: 1) + + /** + 楝 + #10195138 + red: 0.608, green: 0.565, blue: 0.761, alpha: 1 + */ + static let 楝 = #colorLiteral(red: 0.608, green: 0.565, blue: 0.761, alpha: 1) + + /** + 藤紫 + #9071550 + red: 0.541, green: 0.420, blue: 0.745, alpha: 1 + */ + static let 藤紫 = #colorLiteral(red: 0.541, green: 0.420, blue: 0.745, alpha: 1) + + /** + 桔梗 + #6966428 + red: 0.416, green: 0.298, blue: 0.612, alpha: 1 + */ + static let 桔梗 = #colorLiteral(red: 0.416, green: 0.298, blue: 0.612, alpha: 1) + + /** + 紫苑 + #9402293 + red: 0.561, green: 0.467, blue: 0.710, alpha: 1 + */ + static let 紫苑 = #colorLiteral(red: 0.561, green: 0.467, blue: 0.710, alpha: 1) + + /** + 滅紫 + #5455195 + red: 0.325, green: 0.239, blue: 0.357, alpha: 1 + */ + static let 滅紫 = #colorLiteral(red: 0.325, green: 0.239, blue: 0.357, alpha: 1) + + /** + 薄 + #11702222 + red: 0.698, green: 0.561, blue: 0.808, alpha: 1 + */ + static let 薄 = #colorLiteral(red: 0.698, green: 0.561, blue: 0.808, alpha: 1) + + /** + 半 + #9989554 + red: 0.596, green: 0.427, blue: 0.698, alpha: 1 + */ + static let 半 = #colorLiteral(red: 0.596, green: 0.427, blue: 0.698, alpha: 1) + + /** + 江戸紫 + #7815821 + red: 0.467, green: 0.259, blue: 0.553, alpha: 1 + */ + static let 江戸紫 = #colorLiteral(red: 0.467, green: 0.259, blue: 0.553, alpha: 1) + + /** + 紫紺 + #3944257 + red: 0.235, green: 0.184, blue: 0.255, alpha: 1 + */ + static let 紫紺 = #colorLiteral(red: 0.235, green: 0.184, blue: 0.255, alpha: 1) + + /** + 深紫 + #4858461 + red: 0.290, green: 0.133, blue: 0.365, alpha: 1 + */ + static let 深紫 = #colorLiteral(red: 0.290, green: 0.133, blue: 0.365, alpha: 1) + + /** + 菫 + #6697596 + red: 0.400, green: 0.196, blue: 0.486, alpha: 1 + */ + static let 菫 = #colorLiteral(red: 0.400, green: 0.196, blue: 0.486, alpha: 1) + + /** + 紫 + #5844067 + red: 0.349, green: 0.173, blue: 0.388, alpha: 1 + */ + static let 紫 = #colorLiteral(red: 0.349, green: 0.173, blue: 0.388, alpha: 1) + + /** + 菖蒲 + #7287681 + red: 0.435, green: 0.200, blue: 0.506, alpha: 1 + */ + static let 菖蒲 = #colorLiteral(red: 0.435, green: 0.200, blue: 0.506, alpha: 1) + + /** + 藤煤竹 + #5721175 + red: 0.341, green: 0.298, blue: 0.341, alpha: 1 + */ + static let 藤煤竹 = #colorLiteral(red: 0.341, green: 0.298, blue: 0.341, alpha: 1) + + /** + 紅藤 + #11829691 + red: 0.706, green: 0.506, blue: 0.733, alpha: 1 + */ + static let 紅藤 = #colorLiteral(red: 0.706, green: 0.506, blue: 0.733, alpha: 1) + + /** + 黒紅 + #4139830 + red: 0.247, green: 0.169, blue: 0.212, alpha: 1 + */ + static let 黒紅 = #colorLiteral(red: 0.247, green: 0.169, blue: 0.212, alpha: 1) + + /** + 茄子紺 + #5712447 + red: 0.341, green: 0.165, blue: 0.247, alpha: 1 + */ + static let 茄子紺 = #colorLiteral(red: 0.341, green: 0.165, blue: 0.247, alpha: 1) + + /** + 葡萄鼠 + #6176080 + red: 0.369, green: 0.239, blue: 0.314, alpha: 1 + */ + static let 葡萄鼠 = #colorLiteral(red: 0.369, green: 0.239, blue: 0.314, alpha: 1) + + /** + 鳩羽鼠 + #7496558 + red: 0.447, green: 0.388, blue: 0.431, alpha: 1 + */ + static let 鳩羽鼠 = #colorLiteral(red: 0.447, green: 0.388, blue: 0.431, alpha: 1) + + /** + 杜若 + #6433108 + red: 0.384, green: 0.161, blue: 0.329, alpha: 1 + */ + static let 杜若 = #colorLiteral(red: 0.384, green: 0.161, blue: 0.329, alpha: 1) + + /** + 蒲葡 + #7155291 + red: 0.427, green: 0.180, blue: 0.357, alpha: 1 + */ + static let 蒲葡 = #colorLiteral(red: 0.427, green: 0.180, blue: 0.357, alpha: 1) + + /** + 牡丹 + #12661390 + red: 0.757, green: 0.196, blue: 0.557, alpha: 1 + */ + static let 牡丹 = #colorLiteral(red: 0.757, green: 0.196, blue: 0.557, alpha: 1) + + /** + 梅紫 + #11028858 + red: 0.659, green: 0.286, blue: 0.478, alpha: 1 + */ + static let 梅紫 = #colorLiteral(red: 0.659, green: 0.286, blue: 0.478, alpha: 1) + + /** + 似紫 + #5647927 + red: 0.337, green: 0.180, blue: 0.216, alpha: 1 + */ + static let 似紫 = #colorLiteral(red: 0.337, green: 0.180, blue: 0.216, alpha: 1) + + /** + 躑躅 + #14695562 + red: 0.878, green: 0.235, blue: 0.541, alpha: 1 + */ + static let 躑躅 = #colorLiteral(red: 0.878, green: 0.235, blue: 0.541, alpha: 1) + + /** + 紫鳶 + #6305598 + red: 0.376, green: 0.216, blue: 0.243, alpha: 1 + */ + static let 紫鳶 = #colorLiteral(red: 0.376, green: 0.216, blue: 0.243, alpha: 1) + + /** + 白練 + #16579314 + red: 0.988, green: 0.980, blue: 0.949, alpha: 1 + */ + static let 白練 = #colorLiteral(red: 0.988, green: 0.980, blue: 0.949, alpha: 1) + + /** + 胡粉 + #16777211 + red: 1.000, green: 1.000, blue: 0.984, alpha: 1 + */ + static let 胡粉 = #colorLiteral(red: 1.000, green: 1.000, blue: 0.984, alpha: 1) + + /** + 白鼠 + #12435642 + red: 0.741, green: 0.753, blue: 0.729, alpha: 1 + */ + static let 白鼠 = #colorLiteral(red: 0.741, green: 0.753, blue: 0.729, alpha: 1) + + /** + 銀鼠 + #9541791 + red: 0.569, green: 0.596, blue: 0.624, alpha: 1 + */ + static let 銀鼠 = #colorLiteral(red: 0.569, green: 0.596, blue: 0.624, alpha: 1) + + /** + 鉛 + #7895160 + red: 0.471, green: 0.471, blue: 0.471, alpha: 1 + */ + static let 鉛 = #colorLiteral(red: 0.471, green: 0.471, blue: 0.471, alpha: 1) + + /** + 灰 + #8553090 + red: 0.510, green: 0.510, blue: 0.510, alpha: 1 + */ + static let 灰 = #colorLiteral(red: 0.510, green: 0.510, blue: 0.510, alpha: 1) + + /** + 素鼠 + #7896443 + red: 0.471, green: 0.490, blue: 0.482, alpha: 1 + */ + static let 素鼠 = #colorLiteral(red: 0.471, green: 0.490, blue: 0.482, alpha: 1) + + /** + 利休鼠 + #7371892 + red: 0.439, green: 0.486, blue: 0.455, alpha: 1 + */ + static let 利休鼠 = #colorLiteral(red: 0.439, green: 0.486, blue: 0.455, alpha: 1) + + /** + 鈍 + #6645605 + red: 0.396, green: 0.404, blue: 0.396, alpha: 1 + */ + static let 鈍 = #colorLiteral(red: 0.396, green: 0.404, blue: 0.396, alpha: 1) + + /** + 青鈍 + #5462355 + red: 0.325, green: 0.349, blue: 0.325, alpha: 1 + */ + static let 青鈍 = #colorLiteral(red: 0.325, green: 0.349, blue: 0.325, alpha: 1) + + /** + 溝鼠 + #5197640 + red: 0.310, green: 0.310, blue: 0.282, alpha: 1 + */ + static let 溝鼠 = #colorLiteral(red: 0.310, green: 0.310, blue: 0.282, alpha: 1) + + /** + 紅消鼠 + #5391165 + red: 0.322, green: 0.263, blue: 0.239, alpha: 1 + */ + static let 紅消鼠 = #colorLiteral(red: 0.322, green: 0.263, blue: 0.239, alpha: 1) + + /** + 藍墨茶 + #3619896 + red: 0.216, green: 0.235, blue: 0.220, alpha: 1 + */ + static let 藍墨茶 = #colorLiteral(red: 0.216, green: 0.235, blue: 0.220, alpha: 1) + + /** + 檳榔子染 + #3813926 + red: 0.227, green: 0.196, blue: 0.149, alpha: 1 + */ + static let 檳榔子染 = #colorLiteral(red: 0.227, green: 0.196, blue: 0.149, alpha: 1) + + /** + 消炭 + #4408131 + red: 0.263, green: 0.263, blue: 0.263, alpha: 1 + */ + static let 消炭 = #colorLiteral(red: 0.263, green: 0.263, blue: 0.263, alpha: 1) + + /** + 墨 + #1842204 + red: 0.110, green: 0.110, blue: 0.110, alpha: 1 + */ + static let 墨 = #colorLiteral(red: 0.110, green: 0.110, blue: 0.110, alpha: 1) + + /** + 黒 + #526344 + red: 0.031, green: 0.031, blue: 0.031, alpha: 1 + */ + static let 黒 = #colorLiteral(red: 0.031, green: 0.031, blue: 0.031, alpha: 1) + + /** + 呂 + #789516 + red: 0.047, green: 0.047, blue: 0.047, alpha: 1 + */ + static let 呂 = #colorLiteral(red: 0.047, green: 0.047, blue: 0.047, alpha: 1) + + +} + diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/Contents.json" new file mode 100644 index 0000000..73c0059 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/Contents.json" @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\343\201\250\343\201\215\343\201\214\343\202\211\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\343\201\250\343\201\215\343\201\214\343\202\211\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..b2e777d --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\343\201\250\343\201\215\343\201\214\343\202\211\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0x8E", + "red" : "0xDB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\343\203\223\343\203\255\343\203\274\343\203\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\343\203\223\343\203\255\343\203\274\343\203\211.colorset/Contents.json" new file mode 100644 index 0000000..5dc14a7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\343\203\223\343\203\255\343\203\274\343\203\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x61", + "red" : "0x09" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\200\346\226\245\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\200\346\226\245\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..4ed1787 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\200\346\226\245\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB9", + "green" : "0xA7", + "red" : "0xF4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\201\345\255\220\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\201\345\255\220\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..e081771 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\201\345\255\220\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x77", + "red" : "0xB0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\201\345\255\220\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\201\345\255\220\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..e413d15 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\201\345\255\220\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2E", + "green" : "0x63", + "red" : "0x96" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\255\347\264\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\255\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..2b94d1c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\270\255\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6D", + "green" : "0x4D", + "red" : "0xDB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\272\214\350\227\215.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\272\214\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..f89c541 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\272\214\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0x64", + "red" : "0x70" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\273\212\346\247\230.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\273\212\346\247\230.colorset/Contents.json" new file mode 100644 index 0000000..90042ae --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\273\212\346\247\230.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x5A", + "red" : "0xD0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\273\243\350\265\255.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\273\243\350\265\255.colorset/Contents.json" new file mode 100644 index 0000000..6a79f60 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\273\243\350\265\255.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x63", + "red" : "0xA3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\274\274\347\264\253.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\274\274\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..dc7020f --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\274\274\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x37", + "green" : "0x2E", + "red" : "0x56" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\274\275\347\276\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\274\275\347\276\205.colorset/Contents.json" new file mode 100644 index 0000000..1b7e258 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\344\274\275\347\276\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2B", + "green" : "0x55", + "red" : "0x78" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\210\345\256\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\210\345\256\211.colorset/Contents.json" new file mode 100644 index 0000000..79a2dc6 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\210\345\256\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0xCD", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\347\231\275\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\347\231\275\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..63c5a63 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\347\231\275\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x82", + "green" : "0xA5", + "red" : "0xB4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..508147e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x55", + "green" : "0x7D", + "red" : "0x89" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..8afc5c9 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\210\251\344\274\221\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x7C", + "red" : "0x70" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\213\277\345\277\230\350\215\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\213\277\345\277\230\350\215\211.colorset/Contents.json" new file mode 100644 index 0000000..8738e4b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\213\277\345\277\230\350\215\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDE", + "green" : "0xB9", + "red" : "0x7D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\346\255\263\347\267\221.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\346\255\263\347\267\221.colorset/Contents.json" new file mode 100644 index 0000000..e80a57c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\346\255\263\347\267\221.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0x56", + "red" : "0x36" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\346\255\263\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\346\255\263\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..814cb42 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\346\255\263\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x39", + "green" : "0x51", + "red" : "0x4D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\350\215\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\350\215\211.colorset/Contents.json" new file mode 100644 index 0000000..5352486 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\203\350\215\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB7", + "green" : "0x8F", + "red" : "0x3A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\212.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\212.colorset/Contents.json" new file mode 100644 index 0000000..57a0d9d --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\215\212.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB2", + "green" : "0x6D", + "red" : "0x98" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\221\202.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\221\202.colorset/Contents.json" new file mode 100644 index 0000000..3b053c5 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\221\202.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x0C", + "green" : "0x0C", + "red" : "0x0C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\224\220\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\224\220\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..ff0a3a0 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\224\220\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x57", + "green" : "0x71", + "red" : "0xB4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\242\250.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\242\250.colorset/Contents.json" new file mode 100644 index 0000000..1a0953c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\242\250.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x1C", + "red" : "0x1C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\245\263\351\203\216\350\212\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\245\263\351\203\216\350\212\261.colorset/Contents.json" new file mode 100644 index 0000000..68971f1 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\245\263\351\203\216\350\212\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3B", + "green" : "0xD2", + "red" : "0xDD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\252\232\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\252\232\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..52bc984 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\252\232\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x66", + "red" : "0x87" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\256\215.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\256\215.colorset/Contents.json" new file mode 100644 index 0000000..532accf --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\256\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x86", + "green" : "0xA9", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\256\227\344\274\235\345\224\220\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\256\227\344\274\235\345\224\220\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..de072da --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\256\227\344\274\235\345\224\220\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4B", + "green" : "0x67", + "red" : "0xA0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\260\217\350\261\206.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\260\217\350\261\206.colorset/Contents.json" new file mode 100644 index 0000000..a32d8a0 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\260\217\350\261\206.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0x4A", + "red" : "0x95" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\261\261\345\220\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\261\261\345\220\271.colorset/Contents.json" new file mode 100644 index 0000000..0d360dc --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\261\261\345\220\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0xB1", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\261\261\345\220\271\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\261\261\345\220\271\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..1cd94bc --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\261\261\345\220\271\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x26", + "green" : "0x98", + "red" : "0xD1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\262\251\344\272\225\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\262\251\344\272\225\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..c79e87a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\262\251\344\272\225\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x58", + "green" : "0x6A", + "red" : "0x64" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\270\270\347\243\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\270\270\347\243\220.colorset/Contents.json" new file mode 100644 index 0000000..c3f506f --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\270\270\347\243\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x81", + "red" : "0x1B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\274\201\346\237\204.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\274\201\346\237\204.colorset/Contents.json" new file mode 100644 index 0000000..ad22e48 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\274\201\346\237\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x34", + "green" : "0x50", + "red" : "0x9A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\345\217\254\345\276\241\347\264\215\346\210\270.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\345\217\254\345\276\241\347\264\215\346\210\270.colorset/Contents.json" new file mode 100644 index 0000000..a13b612 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\345\217\254\345\276\241\347\264\215\346\210\270.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x5C", + "red" : "0x2E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\345\217\254\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\345\217\254\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..49a6d5a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\345\217\254\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6D", + "green" : "0x6B", + "red" : "0x37" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\347\264\215\346\210\270.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\347\264\215\346\210\270.colorset/Contents.json" new file mode 100644 index 0000000..1fee660 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\347\264\215\346\210\270.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x42", + "green" : "0x48", + "red" : "0x0C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\347\264\215\346\210\270\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\347\264\215\346\210\270\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..3456662 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\345\276\241\347\264\215\346\210\270\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x5D", + "red" : "0x46" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\206\262\346\263\225\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\206\262\346\263\225\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..75a4bca --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\206\262\346\263\225\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1B", + "green" : "0x34", + "red" : "0x43" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\222\253\345\255\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\222\253\345\255\220.colorset/Contents.json" new file mode 100644 index 0000000..c61583c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\222\253\345\255\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB4", + "green" : "0x9F", + "red" : "0xDC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\226\260\346\251\213.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\226\260\346\251\213.colorset/Contents.json" new file mode 100644 index 0000000..f2dc48a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\226\260\346\251\213.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA7", + "green" : "0x89", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\233\231.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\233\231.colorset/Contents.json" new file mode 100644 index 0000000..bf406eb --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\233\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x83", + "green" : "0x94", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\234\250\350\263\212.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\234\250\350\263\212.colorset/Contents.json" new file mode 100644 index 0000000..b26515e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\234\250\350\263\212.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4B", + "green" : "0x6D", + "red" : "0x2D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\234\275\350\221\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\234\275\350\221\211.colorset/Contents.json" new file mode 100644 index 0000000..e06aecf --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\234\275\350\221\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3B", + "green" : "0x94", + "red" : "0xE2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\235\234\350\213\245.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\235\234\350\213\245.colorset/Contents.json" new file mode 100644 index 0000000..43c083e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\235\234\350\213\245.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x54", + "green" : "0x29", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\235\276\350\221\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\235\276\350\221\211.colorset/Contents.json" new file mode 100644 index 0000000..bfebd4f --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\235\276\350\221\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2D", + "green" : "0x60", + "red" : "0x42" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\236\207\346\235\267\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\236\207\346\235\267\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..5846a6e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\236\207\346\235\267\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x44", + "green" : "0x78", + "red" : "0xB1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..c6a0ed1 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x70", + "green" : "0xAD", + "red" : "0x91" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\347\205\244\347\253\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\347\205\244\347\253\271.colorset/Contents.json" new file mode 100644 index 0000000..38de12d --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\347\205\244\347\253\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x59", + "red" : "0x4A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..adf624b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x50", + "green" : "0x96", + "red" : "0x93" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..0e416b1 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\263\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7C", + "green" : "0x8F", + "red" : "0x80" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\264\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\264\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..0ba460e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\264\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x49", + "green" : "0x72", + "red" : "0x96" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\277\346\270\213.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\277\346\270\213.colorset/Contents.json" new file mode 100644 index 0000000..fede595 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\237\277\346\270\213.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x47", + "green" : "0x5E", + "red" : "0xA3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\240\227\346\242\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\240\227\346\242\205.colorset/Contents.json" new file mode 100644 index 0000000..50616ac --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\240\227\346\242\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x48", + "red" : "0x90" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\240\227\347\232\256\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\240\227\347\232\256\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..39dd857 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\240\227\347\232\256\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x28", + "green" : "0x40", + "red" : "0x6A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\203.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\203.colorset/Contents.json" new file mode 100644 index 0000000..d736d6d --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAA", + "green" : "0x96", + "red" : "0xF5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\221\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\221\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..d609e35 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\221\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0x36", + "red" : "0x64" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\221\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\221\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..f8ea06c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\221\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x33", + "green" : "0x98", + "red" : "0xC9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\224\346\242\227.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\224\346\242\227.colorset/Contents.json" new file mode 100644 index 0000000..10b8bd5 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\224\346\242\227.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9C", + "green" : "0x4C", + "red" : "0x6A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\234.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\234.colorset/Contents.json" new file mode 100644 index 0000000..f7295b1 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\234.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE1", + "green" : "0xDF", + "red" : "0xFE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\234\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\234\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..9eeed78 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\241\234\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x93", + "green" : "0x96", + "red" : "0xB1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\345\271\270\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\345\271\270\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..6befcca --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\345\271\270\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6B", + "green" : "0x91", + "red" : "0x89" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..66a93db --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x68", + "green" : "0xA3", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\347\264\253.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..76bac71 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0x49", + "red" : "0xA8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..508d124 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\205\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7A", + "green" : "0x7A", + "red" : "0x9E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\224\345\255\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\224\345\255\220.colorset/Contents.json" new file mode 100644 index 0000000..a84323b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\242\224\345\255\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x55", + "green" : "0xC5", + "red" : "0xF6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\245\235.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\245\235.colorset/Contents.json" new file mode 100644 index 0000000..3c8c5ae --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\245\235.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC2", + "green" : "0x90", + "red" : "0x9B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\250\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\250\272.colorset/Contents.json" new file mode 100644 index 0000000..2dcf5ea --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\250\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0x69", + "red" : "0xC1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\250\272\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\250\272\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..6657969 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\250\272\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x37", + "green" : "0x5C", + "red" : "0xB3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\252\234\347\232\256.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\252\234\347\232\256.colorset/Contents.json" new file mode 100644 index 0000000..b136712 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\252\234\347\232\256.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x48", + "red" : "0x85" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\252\263\346\246\224\345\255\220\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\252\263\346\246\224\345\255\220\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..9a0558c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\252\263\346\246\224\345\255\220\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x26", + "green" : "0x32", + "red" : "0x3A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\253\250\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\253\250\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..c0206e3 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\253\250\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2D", + "green" : "0xA5", + "red" : "0xDD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264.colorset/Contents.json" new file mode 100644 index 0000000..fdce1d1 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD4", + "green" : "0xC7", + "red" : "0x81" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264\343\201\214\343\201\215.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264\343\201\214\343\201\215.colorset/Contents.json" new file mode 100644 index 0000000..8aa996e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264\343\201\214\343\201\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7D", + "green" : "0x88", + "red" : "0xB9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264\346\265\205\350\221\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264\346\265\205\350\221\261.colorset/Contents.json" new file mode 100644 index 0000000..343373b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\260\264\346\265\205\350\221\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB7", + "green" : "0xBA", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\261\237\346\210\270\347\264\253.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\261\237\346\210\270\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..f0a956b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\261\237\346\210\270\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8D", + "green" : "0x42", + "red" : "0x77" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\261\237\346\210\270\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\261\237\346\210\270\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..ec3db82 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\261\237\346\210\270\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0x5F", + "red" : "0xAF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\262\210\351\246\231\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\262\210\351\246\231\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..9c1e12b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\262\210\351\246\231\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6C", + "green" : "0x72", + "red" : "0x4F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\222\350\220\275\346\237\277.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\222\350\220\275\346\237\277.colorset/Contents.json" new file mode 100644 index 0000000..b390468 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\222\350\220\275\346\237\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x84", + "green" : "0xBA", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\227\346\234\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\227\346\234\261.colorset/Contents.json" new file mode 100644 index 0000000..0a13f61 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\227\346\234\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x96", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\227\346\237\277.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\227\346\237\277.colorset/Contents.json" new file mode 100644 index 0000000..7fd7d28 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\264\227\346\237\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x60", + "green" : "0x94", + "red" : "0xE7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\205\350\221\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\205\350\221\261.colorset/Contents.json" new file mode 100644 index 0000000..2486941 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\205\350\221\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB8", + "green" : "0xA6", + "red" : "0x33" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\205\351\273\204.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\205\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..5e87174 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\205\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x89", + "green" : "0xD6", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\346\235\276.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\346\235\276.colorset/Contents.json" new file mode 100644 index 0000000..fcfa620 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\346\235\276.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2E", + "green" : "0x62", + "red" : "0x5B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\346\235\276\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\346\235\276\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..5eec81a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\346\235\276\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0x59", + "red" : "0x62" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\350\200\201\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\350\200\201\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..69f78a9 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\265\267\350\200\201\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x38", + "green" : "0x43", + "red" : "0x73" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\266\210\347\202\255.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\266\210\347\202\255.colorset/Contents.json" new file mode 100644 index 0000000..a1ce366 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\266\210\347\202\255.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x43", + "green" : "0x43", + "red" : "0x43" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\345\267\235\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\345\267\235\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..84ef505 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\345\267\235\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9A", + "green" : "0x96", + "red" : "0x77" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\346\224\257\345\255\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\346\224\257\345\255\220.colorset/Contents.json" new file mode 100644 index 0000000..9c309e8 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\346\224\257\345\255\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0x99", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\347\264\253.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..2a1f83f --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5D", + "green" : "0x22", + "red" : "0x4A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\347\267\213.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\347\267\213.colorset/Contents.json" new file mode 100644 index 0000000..c340481 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\267\261\347\267\213.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3F", + "green" : "0x47", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\272\235\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\272\235\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..a9f9083 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\272\235\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x48", + "green" : "0x4F", + "red" : "0x4F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\273\205\347\264\253.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\273\205\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..68243a4 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\346\273\205\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5B", + "green" : "0x3D", + "red" : "0x53" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260.colorset/Contents.json" new file mode 100644 index 0000000..4afc8e6 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x82", + "green" : "0x82", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260\346\241\234.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260\346\241\234.colorset/Contents.json" new file mode 100644 index 0000000..968cbb7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260\346\241\234.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBB", + "green" : "0xC4", + "red" : "0xD7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260\346\261\201.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260\346\261\201.colorset/Contents.json" new file mode 100644 index 0000000..11ac400 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\201\260\346\261\201.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6C", + "green" : "0x7F", + "red" : "0x87" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\204\246\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\204\246\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..833ddb4 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\204\246\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2E", + "green" : "0x3F", + "red" : "0x56" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\216\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\216\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..4381af3 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\216\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x5B", + "red" : "0x85" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\244\347\253\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\244\347\253\271.colorset/Contents.json" new file mode 100644 index 0000000..791d7eb --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\244\347\253\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x55", + "red" : "0x6E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\247\346\237\277.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\247\346\237\277.colorset/Contents.json" new file mode 100644 index 0000000..a7a6f1f --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\205\247\346\237\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x43", + "green" : "0x62", + "red" : "0xC4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\206\250\346\226\227\347\233\256\350\212\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\206\250\346\226\227\347\233\256\350\212\261.colorset/Contents.json" new file mode 100644 index 0000000..91e8cda --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\206\250\346\226\227\347\233\256\350\212\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x75", + "green" : "0x5F", + "red" : "0x2B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\207\225\350\204\202.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\207\225\350\204\202.colorset/Contents.json" new file mode 100644 index 0000000..f91ab8c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\207\225\350\204\202.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x35", + "red" : "0x9F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\211\241\344\270\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\211\241\344\270\271.colorset/Contents.json" new file mode 100644 index 0000000..0dd4fc9 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\211\241\344\270\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8E", + "green" : "0x32", + "red" : "0xC1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\213\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\213\220.colorset/Contents.json" new file mode 100644 index 0000000..0700020 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\213\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x23", + "green" : "0x6E", + "red" : "0x9B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\214\251\347\214\251\347\267\213.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\214\251\347\214\251\347\267\213.colorset/Contents.json" new file mode 100644 index 0000000..0a76571 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\214\251\347\214\251\347\267\213.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x15", + "green" : "0x30", + "red" : "0xE8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\216\211\345\255\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\216\211\345\255\220.colorset/Contents.json" new file mode 100644 index 0000000..593c1ce --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\216\211\345\255\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0xBF", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\216\211\350\234\200\351\273\215.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\216\211\350\234\200\351\273\215.colorset/Contents.json" new file mode 100644 index 0000000..010dc3c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\216\211\350\234\200\351\273\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x47", + "green" : "0xB6", + "red" : "0xE8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\217\212\347\221\232\346\234\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\217\212\347\221\232\346\234\261.colorset/Contents.json" new file mode 100644 index 0000000..d9858ce --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\217\212\347\221\232\346\234\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x67", + "green" : "0x7C", + "red" : "0xF1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\220\245\347\217\200.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\220\245\347\217\200.colorset/Contents.json" new file mode 100644 index 0000000..9cd5387 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\220\245\347\217\200.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0x7A", + "red" : "0xCA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\221\240\347\222\203.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\221\240\347\222\203.colorset/Contents.json" new file mode 100644 index 0000000..841e11c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\221\240\347\222\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAF", + "green" : "0x5C", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\221\240\347\222\203\347\264\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\221\240\347\222\203\347\264\272.colorset/Contents.json" new file mode 100644 index 0000000..571e409 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\221\240\347\222\203\347\264\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x34", + "red" : "0x0B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\222\203\345\257\233\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\222\203\345\257\233\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..7ab7509 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\222\203\345\257\233\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x38", + "green" : "0x61", + "red" : "0x61" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\223\266\350\246\227.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\223\266\350\246\227.colorset/Contents.json" new file mode 100644 index 0000000..42f7e86 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\223\266\350\246\227.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE4", + "green" : "0xDE", + "red" : "0xA5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\224\232\344\270\211\347\264\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\224\232\344\270\211\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..538ff9a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\224\232\344\270\211\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x77", + "green" : "0x7A", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\224\237\345\243\201.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\224\237\345\243\201.colorset/Contents.json" new file mode 100644 index 0000000..c1ad4b3 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\224\237\345\243\201.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x46", + "green" : "0x6C", + "red" : "0x7D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\346\251\241.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\346\251\241.colorset/Contents.json" new file mode 100644 index 0000000..3050296 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\346\251\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x79", + "green" : "0xB8", + "red" : "0xDC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\267\221.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\267\221.colorset/Contents.json" new file mode 100644 index 0000000..3c031c7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\267\221.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB9", + "green" : "0xD8", + "red" : "0xA8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\267\264.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\267\264.colorset/Contents.json" new file mode 100644 index 0000000..674859e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\267\264.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF2", + "green" : "0xFA", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\276\244.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\276\244.colorset/Contents.json" new file mode 100644 index 0000000..f5d5e3a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\347\276\244.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC4", + "green" : "0xC2", + "red" : "0x78" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..45157b7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x77", + "green" : "0x9F", + "red" : "0xBC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..ba01dfd --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\275\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBA", + "green" : "0xC0", + "red" : "0xBD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\276\345\241\251\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\276\345\241\251\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..62e6d1b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\231\276\345\241\251\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x38", + "green" : "0x49", + "red" : "0x72" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\234\237\346\234\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\234\237\346\234\261.colorset/Contents.json" new file mode 100644 index 0000000..521d26e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\234\237\346\234\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x3B", + "red" : "0xAB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\240\245\347\262\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\240\245\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..da78815 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\240\245\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8E", + "green" : "0xB9", + "red" : "0xD7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\244\252\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\244\252\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..5bf0aa9 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\244\252\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x5F", + "red" : "0x98" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\251\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\251\272.colorset/Contents.json" new file mode 100644 index 0000000..bb8515f --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\251\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDC", + "green" : "0xB2", + "red" : "0x58" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\261\220\351\273\204.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\261\220\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..2cd4c1c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\261\220\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x08", + "green" : "0xC4", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..2b15d09 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x45", + "green" : "0x1B", + "red" : "0xCB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\216\233\350\212\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\216\233\350\212\261.colorset/Contents.json" new file mode 100644 index 0000000..fea1c43 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\216\233\350\212\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x97", + "green" : "0x4F", + "red" : "0x4E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\242\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\242\205.colorset/Contents.json" new file mode 100644 index 0000000..40eaeb4 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\242\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8C", + "green" : "0x6B", + "red" : "0xE1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\250\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\250\272.colorset/Contents.json" new file mode 100644 index 0000000..201f566 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\250\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x34", + "green" : "0x44", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\252\234\347\232\256.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\252\234\347\232\256.colorset/Contents.json" new file mode 100644 index 0000000..29f861a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\252\234\347\232\256.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x4C", + "red" : "0x88" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\266\210\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\266\210\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..bf0906a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\346\266\210\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x43", + "red" : "0x52" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\347\242\247.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\347\242\247.colorset/Contents.json" new file mode 100644 index 0000000..71f96c5 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\347\242\247.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xD2", + "green" : "0x90", + "red" : "0x7B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\347\267\213.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\347\267\213.colorset/Contents.json" new file mode 100644 index 0000000..55fbd80 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\347\267\213.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2F", + "green" : "0x5C", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\350\227\244.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\350\227\244.colorset/Contents.json" new file mode 100644 index 0000000..28d9cfa --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\350\227\244.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBB", + "green" : "0x81", + "red" : "0xB4" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\351\254\261\351\207\221.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\351\254\261\351\207\221.colorset/Contents.json" new file mode 100644 index 0000000..ec474cf --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\351\254\261\351\207\221.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x8B", + "red" : "0xE9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\351\263\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\351\263\266.colorset/Contents.json" new file mode 100644 index 0000000..fc177b8 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\205\351\263\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x39", + "green" : "0x46", + "red" : "0x99" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\240\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\240\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..139cddb --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\240\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7B", + "green" : "0x7D", + "red" : "0x78" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..b45fabd --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x63", + "green" : "0x2C", + "red" : "0x59" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\347\264\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\347\264\272.colorset/Contents.json" new file mode 100644 index 0000000..24c986c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\347\264\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x41", + "green" : "0x2F", + "red" : "0x3C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\350\213\221.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\350\213\221.colorset/Contents.json" new file mode 100644 index 0000000..2c95b83 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\350\213\221.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xB5", + "green" : "0x77", + "red" : "0x8F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\351\263\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\351\263\266.colorset/Contents.json" new file mode 100644 index 0000000..6e21151 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\253\351\263\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x37", + "red" : "0x60" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272.colorset/Contents.json" new file mode 100644 index 0000000..dbd3d9e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x40", + "green" : "0x25", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272\346\241\224\346\242\227.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272\346\241\224\346\242\227.colorset/Contents.json" new file mode 100644 index 0000000..a20ee7c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272\346\241\224\346\242\227.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x55", + "green" : "0x1E", + "red" : "0x21" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272\351\235\222.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..59cd077 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\264\272\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0x32", + "red" : "0x11" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\213.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\213.colorset/Contents.json" new file mode 100644 index 0000000..5427f02 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\213.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x54", + "red" : "0xCC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\221.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\221.colorset/Contents.json" new file mode 100644 index 0000000..dd508f7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\221.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0x7D", + "red" : "0x22" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\221\351\235\222.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\221\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..a96e0dc --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\267\221\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x93", + "red" : "0x24" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\270\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\270\271.colorset/Contents.json" new file mode 100644 index 0000000..5184825 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\270\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x84", + "green" : "0x62", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\272\201.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\272\201.colorset/Contents.json" new file mode 100644 index 0000000..28523aa --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\272\201.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4A", + "green" : "0x78", + "red" : "0xED" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..c5b6238 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\347\276\244\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDD", + "green" : "0xA8", + "red" : "0x51" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\200\201\347\253\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\200\201\347\253\271.colorset/Contents.json" new file mode 100644 index 0000000..5a7e033 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\200\201\347\253\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x72", + "green" : "0x83", + "red" : "0x6A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\202\245\345\276\214\347\205\244\347\253\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\202\245\345\276\214\347\205\244\347\253\271.colorset/Contents.json" new file mode 100644 index 0000000..b31f0e5 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\202\245\345\276\214\347\205\244\347\253\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x74", + "red" : "0x8D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\203\241\346\241\203.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\203\241\346\241\203.colorset/Contents.json" new file mode 100644 index 0000000..16a82ed --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\203\241\346\241\203.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6D", + "green" : "0x7A", + "red" : "0x94" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\203\241\347\262\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\203\241\347\262\211.colorset/Contents.json" new file mode 100644 index 0000000..b69aea3 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\203\241\347\262\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xFB", + "green" : "0xFF", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\210\233\350\212\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\210\233\350\212\261.colorset/Contents.json" new file mode 100644 index 0000000..b8794f7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\210\233\350\212\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0x7C", + "red" : "0x57" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\235\347\277\253\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\235\347\277\253\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..fddd205 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\235\347\277\253\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x5D", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\245\345\255\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\245\345\255\220.colorset/Contents.json" new file mode 100644 index 0000000..4c0c5f3 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\245\345\255\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5F", + "green" : "0xAD", + "red" : "0xCA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\261\346\265\205\350\221\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\261\346\265\205\350\221\261.colorset/Contents.json" new file mode 100644 index 0000000..9e97ef6 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\261\346\265\205\350\221\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA8", + "green" : "0x88", + "red" : "0x1E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\261\350\221\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\261\350\221\211.colorset/Contents.json" new file mode 100644 index 0000000..1b13c8c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\212\261\350\221\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x42", + "green" : "0xC2", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\224.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\224.colorset/Contents.json" new file mode 100644 index 0000000..8dd22d0 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\224.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2D", + "green" : "0x8A", + "red" : "0x83" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\227.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\227.colorset/Contents.json" new file mode 100644 index 0000000..b7d588c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\227.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0xC1", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\245\347\253\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\245\347\253\271.colorset/Contents.json" new file mode 100644 index 0000000..591472b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\245\347\253\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x81", + "green" : "0xAC", + "red" : "0x5D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\272.colorset/Contents.json" new file mode 100644 index 0000000..801fde5 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\213\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5B", + "green" : "0x49", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\214\204\345\255\220\347\264\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\214\204\345\255\220\347\264\272.colorset/Contents.json" new file mode 100644 index 0000000..bc3c5be --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\214\204\345\255\220\347\264\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3F", + "green" : "0x2A", + "red" : "0x57" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\226\350\222\262.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\226\350\222\262.colorset/Contents.json" new file mode 100644 index 0000000..796f7f5 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\226\350\222\262.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x81", + "green" : "0x33", + "red" : "0x6F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\234\343\201\256\350\212\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\234\343\201\256\350\212\261.colorset/Contents.json" new file mode 100644 index 0000000..382510e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\234\343\201\256\350\212\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0xD9", + "red" : "0xF7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\234\347\250\256\346\262\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\234\347\250\256\346\262\271.colorset/Contents.json" new file mode 100644 index 0000000..03bf5d0 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\234\347\250\256\346\262\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x37", + "green" : "0x8C", + "red" : "0xA2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\253.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\253.colorset/Contents.json" new file mode 100644 index 0000000..54ee6ba --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\217\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x7C", + "green" : "0x32", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\220\214\351\273\204.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\220\214\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..88e3562 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\220\214\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3F", + "green" : "0xA2", + "red" : "0x7B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\220\261\350\215\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\220\261\350\215\211.colorset/Contents.json" new file mode 100644 index 0000000..a27a35c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\220\261\350\215\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4D", + "green" : "0x9F", + "red" : "0xFC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\221\241\350\220\204\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\221\241\350\220\204\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..50530e9 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\221\241\350\220\204\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x50", + "green" : "0x3D", + "red" : "0x5E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\222\262\350\221\241.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\222\262\350\221\241.colorset/Contents.json" new file mode 100644 index 0000000..5dead01 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\222\262\350\221\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x5B", + "green" : "0x2E", + "red" : "0x6D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\222\270\346\240\227.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\222\270\346\240\227.colorset/Contents.json" new file mode 100644 index 0000000..54f6043 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\222\270\346\240\227.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x90", + "green" : "0xCD", + "red" : "0xD9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204.colorset/Contents.json" new file mode 100644 index 0000000..f77bdf9 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCE", + "green" : "0x8F", + "red" : "0xB2" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\346\237\277.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\346\237\277.colorset/Contents.json" new file mode 100644 index 0000000..37e9843 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\346\237\277.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0xB8", + "red" : "0xEC" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\347\264\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..680792e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x90", + "green" : "0x7A", + "red" : "0xE8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\351\235\222.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\351\235\222.colorset/Contents.json" new file mode 100644 index 0000000..91ea3aa --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\351\235\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x93", + "green" : "0xB4", + "red" : "0x91" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\351\246\231.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\351\246\231.colorset/Contents.json" new file mode 100644 index 0000000..bdd6bc5 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\226\204\351\246\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0xB4", + "red" : "0xEB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215.colorset/Contents.json" new file mode 100644 index 0000000..ced0ae9 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x61", + "green" : "0x56", + "red" : "0x0D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\345\242\250\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\345\242\250\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..96a84c6 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\345\242\250\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x38", + "green" : "0x3C", + "red" : "0x37" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\345\252\232\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\345\252\232\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..1208b07 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\345\252\232\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2A", + "green" : "0x4E", + "red" : "0x4B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\346\265\267\346\235\276\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\346\265\267\346\235\276\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..20f27eb --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\346\265\267\346\235\276\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x4C", + "red" : "0x0F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..d4d9e8a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\215\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x73", + "green" : "0x6C", + "red" : "0x56" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244.colorset/Contents.json" new file mode 100644 index 0000000..bd6a66e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xC3", + "green" : "0x81", + "red" : "0x8B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\347\205\244\347\253\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\347\205\244\347\253\271.colorset/Contents.json" new file mode 100644 index 0000000..26363be --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\347\205\244\347\253\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x57", + "green" : "0x4C", + "red" : "0x57" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\347\264\253.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\347\264\253.colorset/Contents.json" new file mode 100644 index 0000000..2b3477c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\347\264\253.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xBE", + "green" : "0x6B", + "red" : "0x8A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..35d9289 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\227\244\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA4", + "green" : "0x75", + "red" : "0x6E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\230\207\350\212\263.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\230\207\350\212\263.colorset/Contents.json" new file mode 100644 index 0000000..98d3294 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\230\207\350\212\263.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4A", + "green" : "0x35", + "red" : "0x8E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\230\207\350\212\263\351\246\231.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\230\207\350\212\263\351\246\231.colorset/Contents.json" new file mode 100644 index 0000000..d86da8a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\230\207\350\212\263\351\246\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x60", + "green" : "0x63", + "red" : "0xA9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\231\253\350\245\226.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\231\253\350\245\226.colorset/Contents.json" new file mode 100644 index 0000000..82ad3dd --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\231\253\350\245\226.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4F", + "green" : "0x60", + "red" : "0x20" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\243\217\346\237\263.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\243\217\346\237\263.colorset/Contents.json" new file mode 100644 index 0000000..ae5b8c4 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\243\217\346\237\263.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA0", + "green" : "0xCA", + "red" : "0xB5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\244\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\244\220.colorset/Contents.json" new file mode 100644 index 0000000..68ccc10 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\244\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2D", + "green" : "0x19", + "red" : "0x08" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\346\234\275\350\221\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\346\234\275\350\221\211.colorset/Contents.json" new file mode 100644 index 0000000..aa0fed4 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\346\234\275\350\221\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x50", + "green" : "0x85", + "red" : "0xC7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\347\231\275\346\251\241.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\347\231\275\346\251\241.colorset/Contents.json" new file mode 100644 index 0000000..392def2 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\347\231\275\346\251\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x79", + "green" : "0xA6", + "red" : "0xE1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\347\264\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..925e873 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x42", + "green" : "0x40", + "red" : "0xCB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\351\246\231.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\351\246\231.colorset/Contents.json" new file mode 100644 index 0000000..3b2ceb0 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\265\244\351\246\231.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x91", + "red" : "0xE3" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\267\257\350\200\203\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\267\257\350\200\203\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..dd3623a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\267\257\350\200\203\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x67", + "red" : "0x74" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\272\221\350\272\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\272\221\350\272\205.colorset/Contents.json" new file mode 100644 index 0000000..177e9ad --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\350\272\221\350\272\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x8A", + "green" : "0x3C", + "red" : "0xE0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\200\200\347\264\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\200\200\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..f95a33c --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\200\200\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCD", + "green" : "0xC3", + "red" : "0xF8" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\201\240\345\267\236\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\201\240\345\267\236\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..acdd725 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\201\240\345\267\236\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x53", + "green" : "0x78", + "red" : "0xCA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\207\221\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\207\221\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..ab3c9c7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\207\221\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2D", + "green" : "0x80", + "red" : "0xC7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\210\215.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\210\215.colorset/Contents.json" new file mode 100644 index 0000000..ecad8cd --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\210\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x65", + "green" : "0x67", + "red" : "0x65" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204.colorset/Contents.json" new file mode 100644 index 0000000..0542e29 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3D", + "green" : "0x45", + "red" : "0x26" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204\345\276\241\347\264\215\346\210\270.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204\345\276\241\347\264\215\346\210\270.colorset/Contents.json" new file mode 100644 index 0000000..97e92e0 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204\345\276\241\347\264\215\346\210\270.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x59", + "green" : "0x53", + "red" : "0x25" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204\347\264\272.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204\347\264\272.colorset/Contents.json" new file mode 100644 index 0000000..e973b36 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\204\347\264\272.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x47", + "green" : "0x1E", + "red" : "0x26" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\233.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\233.colorset/Contents.json" new file mode 100644 index 0000000..b852b9a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\233.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x78", + "green" : "0x78", + "red" : "0x78" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\233\344\270\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\233\344\270\271.colorset/Contents.json" new file mode 100644 index 0000000..38c6f84 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\211\233\344\270\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x55", + "green" : "0x54", + "red" : "0xD7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\346\234\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\346\234\261.colorset/Contents.json" new file mode 100644 index 0000000..34a1625 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\346\234\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x3E", + "red" : "0xC7" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\347\205\244\347\253\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\347\205\244\347\253\271.colorset/Contents.json" new file mode 100644 index 0000000..233ed22 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\347\205\244\347\253\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3A", + "green" : "0x66", + "red" : "0x82" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..881b722 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\212\200\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9F", + "green" : "0x98", + "red" : "0x91" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\345\276\241\347\264\215\346\210\270.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\345\276\241\347\264\215\346\210\270.colorset/Contents.json" new file mode 100644 index 0000000..0c02b92 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\345\276\241\347\264\215\346\210\270.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x74", + "green" : "0x67", + "red" : "0x33" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\346\265\205\350\221\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\346\265\205\350\221\261.colorset/Contents.json" new file mode 100644 index 0000000..910f538 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\346\265\205\350\221\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA1", + "green" : "0x99", + "red" : "0x66" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\351\211\204\345\276\241\347\264\215\346\210\270.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\351\211\204\345\276\241\347\264\215\346\210\270.colorset/Contents.json" new file mode 100644 index 0000000..981a8e7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\351\211\204\345\276\241\347\264\215\346\210\270.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x55", + "green" : "0x5B", + "red" : "0x40" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\351\235\222\347\243\201.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\351\235\222\347\243\201.colorset/Contents.json" new file mode 100644 index 0000000..97a9d37 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\214\206\351\235\222\347\243\201.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x97", + "green" : "0xA6", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\225\267\346\230\245.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\225\267\346\230\245.colorset/Contents.json" new file mode 100644 index 0000000..959c172 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\225\267\346\230\245.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x66", + "green" : "0x67", + "red" : "0xBF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\233\200\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\233\200\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..69305d1 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\233\200\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3C", + "green" : "0x5A", + "red" : "0x8F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\234\262\350\215\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\234\262\350\215\211.colorset/Contents.json" new file mode 100644 index 0000000..36c7c44 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\234\262\350\215\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xDF", + "green" : "0xA9", + "red" : "0x2E" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\344\270\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\344\270\271.colorset/Contents.json" new file mode 100644 index 0000000..e421897 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\344\270\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x41", + "green" : "0x6E", + "red" : "0x51" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\346\234\275\350\221\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\346\234\275\350\221\211.colorset/Contents.json" new file mode 100644 index 0000000..8c84130 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\346\234\275\350\221\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x42", + "green" : "0xA1", + "red" : "0xAD" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\242\247.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\242\247.colorset/Contents.json" new file mode 100644 index 0000000..41a7779 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\242\247.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x85", + "green" : "0x87", + "red" : "0x26" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\243\201.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\243\201.colorset/Contents.json" new file mode 100644 index 0000000..3261e99 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\243\201.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xAC", + "green" : "0xB0", + "red" : "0x69" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\253\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\253\271.colorset/Contents.json" new file mode 100644 index 0000000..f695f22 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\253\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6C", + "green" : "0x89", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\267\221.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\267\221.colorset/Contents.json" new file mode 100644 index 0000000..f9375ab --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\347\267\221.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x90", + "green" : "0xAA", + "red" : "0x00" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\351\210\215.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\351\210\215.colorset/Contents.json" new file mode 100644 index 0000000..293023b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\235\222\351\210\215.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x53", + "green" : "0x59", + "red" : "0x53" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\237\223\347\264\205\350\212\261.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\237\223\347\264\205\350\212\261.colorset/Contents.json" new file mode 100644 index 0000000..bf465be --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\237\223\347\264\205\350\212\261.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4C", + "green" : "0x10", + "red" : "0xD0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\253\230\351\272\227\347\264\215\346\210\270.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\253\230\351\272\227\347\264\215\346\210\270.colorset/Contents.json" new file mode 100644 index 0000000..1ea401a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\253\230\351\272\227\347\264\215\346\210\270.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x56", + "green" : "0x5A", + "red" : "0x30" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\254\261\351\207\221.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\254\261\351\207\221.colorset/Contents.json" new file mode 100644 index 0000000..db28983 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\254\261\351\207\221.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0xBB", + "red" : "0xEF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\245\343\201\256\345\255\220.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\245\343\201\256\345\255\220.colorset/Contents.json" new file mode 100644 index 0000000..1296dcb --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\245\343\201\256\345\255\220.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA6", + "green" : "0xC9", + "red" : "0xDA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\251\347\276\275\351\274\240.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\251\347\276\275\351\274\240.colorset/Contents.json" new file mode 100644 index 0000000..cacb4e7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\251\347\276\275\351\274\240.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x6E", + "green" : "0x63", + "red" : "0x72" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\266.colorset/Contents.json" new file mode 100644 index 0000000..e70dfde --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\263\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x48", + "red" : "0x72" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\264\207.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\264\207.colorset/Contents.json" new file mode 100644 index 0000000..c9fbe4f --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\264\207.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xA9", + "green" : "0xA9", + "red" : "0xEE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\257.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\257.colorset/Contents.json" new file mode 100644 index 0000000..febb230 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\257.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2D", + "green" : "0x6A", + "red" : "0x6C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\257\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\257\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..dcd2627 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\257\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x24", + "green" : "0x60", + "red" : "0x6C" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270.colorset/Contents.json" new file mode 100644 index 0000000..71b3a8e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3F", + "green" : "0xC2", + "red" : "0xBE" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..a1f5242 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0xA0", + "red" : "0xA5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270\350\220\214\351\273\204.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270\350\220\214\351\273\204.colorset/Contents.json" new file mode 100644 index 0000000..6eb4807 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\266\270\350\220\214\351\273\204.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x4B", + "green" : "0xB4", + "red" : "0x90" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\272\271\345\241\265.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\272\271\345\241\265.colorset/Contents.json" new file mode 100644 index 0000000..a7e93ea --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\272\271\345\241\265.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x79", + "green" : "0xB4", + "red" : "0xB1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\344\270\271.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\344\270\271.colorset/Contents.json" new file mode 100644 index 0000000..7cd6363 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\344\270\271.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x1C", + "green" : "0x5E", + "red" : "0xF0" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\345\224\220\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\345\224\220\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..0073458 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\345\224\220\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x26", + "green" : "0x8A", + "red" : "0xC1" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\345\234\237.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\345\234\237.colorset/Contents.json" new file mode 100644 index 0000000..804f5a9 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\345\234\237.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x55", + "green" : "0x8E", + "red" : "0xB6" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\234\275\350\221\211.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\234\275\350\221\211.colorset/Contents.json" new file mode 100644 index 0000000..206de6e --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\234\275\350\221\211.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x42", + "green" : "0xAB", + "red" : "0xD9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\251\241.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\251\241.colorset/Contents.json" new file mode 100644 index 0000000..69e2880 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\251\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x91", + "red" : "0xBA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\253\250\346\237\223.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\253\250\346\237\223.colorset/Contents.json" new file mode 100644 index 0000000..5fa42b5 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\253\250\346\237\223.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x2C", + "green" : "0x53", + "red" : "0x7D" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\265\267\346\235\276\350\214\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\265\267\346\235\276\350\214\266.colorset/Contents.json" new file mode 100644 index 0000000..827f4f7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\346\265\267\346\235\276\350\214\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x35", + "green" : "0x78", + "red" : "0x86" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\350\230\227.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\350\230\227.colorset/Contents.json" new file mode 100644 index 0000000..398b9d7 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\204\350\230\227.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x51", + "green" : "0xE2", + "red" : "0xFB" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222.colorset/Contents.json" new file mode 100644 index 0000000..13429e4 --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x08", + "green" : "0x08", + "red" : "0x08" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\346\251\241.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\346\251\241.colorset/Contents.json" new file mode 100644 index 0000000..b38695a --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\346\251\241.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x13", + "green" : "0x10", + "red" : "0x0B" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\347\264\205.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\347\264\205.colorset/Contents.json" new file mode 100644 index 0000000..95d153b --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\347\264\205.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x2B", + "red" : "0x3F" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file diff --git "a/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\351\263\266.colorset/Contents.json" "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\351\263\266.colorset/Contents.json" new file mode 100644 index 0000000..ad46c3f --- /dev/null +++ "b/\346\227\245\346\234\254\343\201\256\344\274\235\347\265\261\350\211\262.xcassets/\351\273\222\351\263\266.colorset/Contents.json" @@ -0,0 +1,20 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x36", + "green" : "0x42", + "red" : "0x55" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} \ No newline at end of file