diff options
author | Vitaly Takmazov | 2019-10-02 23:28:08 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-02 23:28:08 +0300 |
commit | 5ea3dc91c3619e7525da770eb2d124bb3b5f9875 (patch) | |
tree | ebce3cce0b792009b8dbf996479c5783869300dd /Juick/Colors.xcassets | |
parent | 24c27ae7bea6cab4a6a857217344c33d701c831a (diff) |
Fix Dark Mode
Diffstat (limited to 'Juick/Colors.xcassets')
-rw-r--r-- | Juick/Colors.xcassets/Background.colorset/Contents.json | 18 | ||||
-rw-r--r-- | Juick/Colors.xcassets/Muted.colorset/Contents.json | 18 | ||||
-rw-r--r-- | Juick/Colors.xcassets/Text.colorset/Contents.json | 18 |
3 files changed, 54 insertions, 0 deletions
diff --git a/Juick/Colors.xcassets/Background.colorset/Contents.json b/Juick/Colors.xcassets/Background.colorset/Contents.json index 53e5f34..09356b7 100644 --- a/Juick/Colors.xcassets/Background.colorset/Contents.json +++ b/Juick/Colors.xcassets/Background.colorset/Contents.json @@ -15,6 +15,24 @@ "green" : "0xFD" } } + }, + { + "idiom" : "universal", + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0.133", + "alpha" : "1.000", + "blue" : "0.133", + "green" : "0.133" + } + } } ] }
\ No newline at end of file diff --git a/Juick/Colors.xcassets/Muted.colorset/Contents.json b/Juick/Colors.xcassets/Muted.colorset/Contents.json index 679b256..b6eae04 100644 --- a/Juick/Colors.xcassets/Muted.colorset/Contents.json +++ b/Juick/Colors.xcassets/Muted.colorset/Contents.json @@ -15,6 +15,24 @@ "green" : "0x95" } } + }, + { + "idiom" : "universal", + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "red" : "0.754", + "alpha" : "1.000", + "blue" : "0.754", + "green" : "0.754" + } + } } ] }
\ No newline at end of file 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 |