From 5ea3dc91c3619e7525da770eb2d124bb3b5f9875 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 2 Oct 2019 23:28:08 +0300 Subject: Fix Dark Mode --- Juick/Colors.xcassets/Text.colorset/Contents.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Juick/Colors.xcassets/Text.colorset') diff --git a/Juick/Colors.xcassets/Text.colorset/Contents.json b/Juick/Colors.xcassets/Text.colorset/Contents.json index ee1c5bc..f8b843c 100644 --- a/Juick/Colors.xcassets/Text.colorset/Contents.json +++ b/Juick/Colors.xcassets/Text.colorset/Contents.json @@ -15,6 +15,24 @@ "green" : "0x22" } } + }, + { + "idiom" : "universal", + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "1.000", + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000" + } + } } ] } \ No newline at end of file -- cgit v1.2.3