From 7c2fc3a25b9876dce6c0ca913ec84e71fa792468 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sun, 1 Nov 2020 18:23:42 +0100 Subject: [PATCH] new color added to ecoisa Signed-off-by: Benny Samir Hierl --- Ecosia/Ecosia.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ecosia/Ecosia.js b/Ecosia/Ecosia.js index 607c336..11ddf2f 100644 --- a/Ecosia/Ecosia.js +++ b/Ecosia/Ecosia.js @@ -1,7 +1,7 @@ // Variables used by Scriptable. // These must be at the very top of the file. Do not edit. // icon-color: brown; icon-glyph: magic; -// Version 1.0.1 +// Version 1.1.0 let widgetInputRAW = args.widgetParameter; let token; @@ -24,8 +24,8 @@ if (Device.isUsingDarkAppearance()) { backColor2 = '222222'; textColor = 'EDEDED'; } else { - backColor = 'D32D1F'; - backColor2 = '76150C'; + backColor = '196f3d'; + backColor2 = '1e8449 '; textColor = 'EDEDED'; } ////////////////////////////////////////////////////////////////////////////////