diff --git a/app.json b/app.json index 33f77bd..4da85bb 100644 --- a/app.json +++ b/app.json @@ -15,7 +15,7 @@ "image": "./assets/splash.png", // displayed while loading the app on full screen (transparent background) -> 1024x1024 "resizeMode": "contain", "adaptiveIcon": true, - "backgroundColor": "#000000" + "backgroundColor": "#E0FA4E" }, "updates": { "fallbackToCacheTimeout": 0 @@ -35,7 +35,7 @@ "package": "es.beniconfusionfest.confusion", "adaptiveIcon": { "foregroundImage": "./assets/adaptive_icon_foreground.png", // overwrite default icon of the app for android -> 1024x1024 - "backgroundColor": "#000000" + "backgroundColor": "#E0FA4E" }, "permissions": [ "INTERNET", diff --git a/assets/adaptive_icon_foreground.png b/assets/adaptive_icon_foreground.png index 4180722..0ec3172 100644 Binary files a/assets/adaptive_icon_foreground.png and b/assets/adaptive_icon_foreground.png differ diff --git a/assets/icon.png b/assets/icon.png index 4180722..0ec3172 100644 Binary files a/assets/icon.png and b/assets/icon.png differ diff --git a/assets/splash.png b/assets/splash.png index fa2fa16..8b2c691 100644 Binary files a/assets/splash.png and b/assets/splash.png differ