diff options
author | Vitaly Takmazov | 2019-10-02 23:50:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-02 23:50:05 +0300 |
commit | 94db385ea2a936e615b5b5c2cf571b744a030c0d (patch) | |
tree | e6a15cf016c434eeb22d53b5d6e9809ad3da92aa /Juick/Colors.xcassets | |
parent | 9d15cd4b428a40ef527986470f5132003b0da2d2 (diff) |
Update dark colors
Diffstat (limited to 'Juick/Colors.xcassets')
-rw-r--r-- | Juick/Colors.xcassets/Title.colorset/Contents.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Juick/Colors.xcassets/Title.colorset/Contents.json b/Juick/Colors.xcassets/Title.colorset/Contents.json index 2456f54..be55d4c 100644 --- a/Juick/Colors.xcassets/Title.colorset/Contents.json +++ b/Juick/Colors.xcassets/Title.colorset/Contents.json @@ -15,6 +15,24 @@ "green" : "0x66" } } + }, + { + "idiom" : "universal", + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0.765", + "alpha" : "1.000", + "blue" : "0.333", + "green" : "0.533" + } + } } ] }
\ No newline at end of file |