From 6cf54f4a6006af162545602f6136e96b01d35ab3 Mon Sep 17 00:00:00 2001 From: Amardeep Kesharwani <44846754+AmardeepKesharwani@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:48:16 +0530 Subject: [PATCH 1/4] Update index.js --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 4279317b3edc3..07505a741c52e 100644 --- a/themes/index.js +++ b/themes/index.js @@ -11,6 +11,12 @@ export const themes = { icon_color: "586069", // icon color is different text_color: "434d58", bg_color: "fffefe", + }, + g_blue: { + title_color: "7a56d4", + icon_color: "865cf0", + text_color: "7342ed", + bg_color: "f2dee2", }, transparent: { title_color: "006AFF", From ee6724d8cdae5a1589fe2996a21d607dd06263e8 Mon Sep 17 00:00:00 2001 From: Amardeep Kesharwani <44846754+AmardeepKesharwani@users.noreply.github.com> Date: Mon, 17 Oct 2022 19:55:30 +0530 Subject: [PATCH 2/4] Update index.js --- themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index 07505a741c52e..6328f2d8724d9 100644 --- a/themes/index.js +++ b/themes/index.js @@ -10,7 +10,7 @@ export const themes = { title_color: "2f80ed", icon_color: "586069", // icon color is different text_color: "434d58", - bg_color: "fffefe", + bg_color: "e3dfee", }, g_blue: { title_color: "7a56d4", From f5c931b001564e0adbeee23d6015267a4f7ac14a Mon Sep 17 00:00:00 2001 From: Amardeep Kesharwani <44846754+AmardeepKesharwani@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:03:23 +0530 Subject: [PATCH 3/4] Update index.js --- themes/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/index.js b/themes/index.js index 6328f2d8724d9..21255755ca921 100644 --- a/themes/index.js +++ b/themes/index.js @@ -12,11 +12,11 @@ export const themes = { text_color: "434d58", bg_color: "e3dfee", }, - g_blue: { - title_color: "7a56d4", - icon_color: "865cf0", - text_color: "7342ed", - bg_color: "f2dee2", + meko_blue: { + title_color: "080218", + icon_color: "170944", + text_color: "20096a", + bg_color: "e3dfee", }, transparent: { title_color: "006AFF", From 24cd9fdade2fcdc7b5f5b2dbf53995fdc61cd212 Mon Sep 17 00:00:00 2001 From: Amardeep Kesharwani <44846754+AmardeepKesharwani@users.noreply.github.com> Date: Mon, 17 Oct 2022 20:08:47 +0530 Subject: [PATCH 4/4] Update index.js --- themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index 21255755ca921..4b2cc2456d36f 100644 --- a/themes/index.js +++ b/themes/index.js @@ -10,7 +10,7 @@ export const themes = { title_color: "2f80ed", icon_color: "586069", // icon color is different text_color: "434d58", - bg_color: "e3dfee", + bg_color: "fffefe", }, meko_blue: { title_color: "080218",