mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-05-02 04:37:40 +00:00
new colors
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
7c2fc3a25b
commit
9abed372c0
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ if (Device.isUsingDarkAppearance()) {
|
||||||
backColor2 = '222222';
|
backColor2 = '222222';
|
||||||
textColor = 'EDEDED';
|
textColor = 'EDEDED';
|
||||||
} else {
|
} else {
|
||||||
backColor = '196f3d';
|
backColor = '229954';
|
||||||
backColor2 = '1e8449 ';
|
backColor2 = '52be80 ';
|
||||||
textColor = 'EDEDED';
|
textColor = 'EDEDED';
|
||||||
}
|
}
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue