diff options
author | Vitaly Takmazov | 2019-10-03 13:40:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-03 13:40:36 +0300 |
commit | e7bb615b91d05d25ab84d9ed355a7bfdb0b2a353 (patch) | |
tree | 40e286bda2dcf63da55a621ef5647aeef092a796 /Juick/Colors.xcassets | |
parent | 6595b63190378554aec6f87ebce83f93698583a7 (diff) |
Fix chat and loading colors
Diffstat (limited to 'Juick/Colors.xcassets')
-rw-r--r-- | Juick/Colors.xcassets/Chat.colorset/Contents.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Juick/Colors.xcassets/Chat.colorset/Contents.json b/Juick/Colors.xcassets/Chat.colorset/Contents.json index 2702bf1..e96c07d 100644 --- a/Juick/Colors.xcassets/Chat.colorset/Contents.json +++ b/Juick/Colors.xcassets/Chat.colorset/Contents.json @@ -15,6 +15,24 @@ "green" : "0xF8" } } + }, + { + "idiom" : "universal", + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0.200", + "alpha" : "1.000", + "blue" : "0.200", + "green" : "0.200" + } + } } ] }
\ No newline at end of file |