From 9abed372c0b0c2a812beb6d9c05b0dd55451be6d Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sun, 1 Nov 2020 18:29:34 +0100 Subject: [PATCH] new colors Signed-off-by: Benny Samir Hierl --- Ecosia/Ecosia.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ecosia/Ecosia.js b/Ecosia/Ecosia.js index 11ddf2f..b5ca7cc 100644 --- a/Ecosia/Ecosia.js +++ b/Ecosia/Ecosia.js @@ -24,8 +24,8 @@ if (Device.isUsingDarkAppearance()) { backColor2 = '222222'; textColor = 'EDEDED'; } else { - backColor = '196f3d'; - backColor2 = '1e8449 '; + backColor = '229954'; + backColor2 = '52be80 '; textColor = 'EDEDED'; } ////////////////////////////////////////////////////////////////////////////////