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'; } ////////////////////////////////////////////////////////////////////////////////