mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-06 13:37:41 +00:00
new color added to ecoisa
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
d9e4c7ec6d
commit
7c2fc3a25b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
// Variables used by Scriptable.
|
// Variables used by Scriptable.
|
||||||
// These must be at the very top of the file. Do not edit.
|
// These must be at the very top of the file. Do not edit.
|
||||||
// icon-color: brown; icon-glyph: magic;
|
// icon-color: brown; icon-glyph: magic;
|
||||||
// Version 1.0.1
|
// Version 1.1.0
|
||||||
|
|
||||||
let widgetInputRAW = args.widgetParameter;
|
let widgetInputRAW = args.widgetParameter;
|
||||||
let token;
|
let token;
|
||||||
|
@ -24,8 +24,8 @@ if (Device.isUsingDarkAppearance()) {
|
||||||
backColor2 = '222222';
|
backColor2 = '222222';
|
||||||
textColor = 'EDEDED';
|
textColor = 'EDEDED';
|
||||||
} else {
|
} else {
|
||||||
backColor = 'D32D1F';
|
backColor = '196f3d';
|
||||||
backColor2 = '76150C';
|
backColor2 = '1e8449 ';
|
||||||
textColor = 'EDEDED';
|
textColor = 'EDEDED';
|
||||||
}
|
}
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue