new color added to ecoisa

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2020-11-01 18:23:42 +01:00
parent d9e4c7ec6d
commit 7c2fc3a25b
No known key found for this signature in database
GPG key ID: 69DE3C3C097DB7F7

View file

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