From f2bda76213efa16d7d31a3e2cd991cc6ce25a6fb Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Tue, 18 Jan 2022 16:31:24 +1100 Subject: [PATCH] colour improvement on home screen --- .../session_cell_background.colorset/Contents.json | 12 ++++++------ .../session_cell_pinned.colorset/Contents.json | 12 ++++++------ .../Contents.json | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/SessionUIKit/Style Guide/Colors.xcassets/session_cell_background.colorset/Contents.json b/SessionUIKit/Style Guide/Colors.xcassets/session_cell_background.colorset/Contents.json index 9f3131695..954287b9c 100644 --- a/SessionUIKit/Style Guide/Colors.xcassets/session_cell_background.colorset/Contents.json +++ b/SessionUIKit/Style Guide/Colors.xcassets/session_cell_background.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0xFC", - "green" : "0xFC", - "red" : "0xFC" + "blue" : "252", + "green" : "252", + "red" : "252" } }, "idiom" : "universal" @@ -23,9 +23,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0x1B", - "green" : "0x1B", - "red" : "0x1B" + "blue" : "27", + "green" : "22", + "red" : "22" } }, "idiom" : "universal" diff --git a/SessionUIKit/Style Guide/Colors.xcassets/session_cell_pinned.colorset/Contents.json b/SessionUIKit/Style Guide/Colors.xcassets/session_cell_pinned.colorset/Contents.json index a5a409cf4..e871732bc 100644 --- a/SessionUIKit/Style Guide/Colors.xcassets/session_cell_pinned.colorset/Contents.json +++ b/SessionUIKit/Style Guide/Colors.xcassets/session_cell_pinned.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0xF0", - "green" : "0xF0", - "red" : "0xF0" + "blue" : "247", + "green" : "247", + "red" : "247" } }, "idiom" : "universal" @@ -23,9 +23,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0x40", - "green" : "0x40", - "red" : "0x40" + "blue" : "28", + "green" : "28", + "red" : "28" } }, "idiom" : "universal" diff --git a/SessionUIKit/Style Guide/Colors.xcassets/session_navigation_bar_background.colorset/Contents.json b/SessionUIKit/Style Guide/Colors.xcassets/session_navigation_bar_background.colorset/Contents.json index 0ecfa5c92..9cece1931 100644 --- a/SessionUIKit/Style Guide/Colors.xcassets/session_navigation_bar_background.colorset/Contents.json +++ b/SessionUIKit/Style Guide/Colors.xcassets/session_navigation_bar_background.colorset/Contents.json @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0xFC", - "green" : "0xFC", - "red" : "0xFC" + "blue" : "252", + "green" : "252", + "red" : "252" } }, "idiom" : "universal" @@ -23,9 +23,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0x16", - "green" : "0x16", - "red" : "0x16" + "blue" : "22", + "green" : "22", + "red" : "22" } }, "idiom" : "universal"