From ea23cbcd36ae02c0dbbf24a782eb257908361860 Mon Sep 17 00:00:00 2001 From: codevictory Date: Thu, 16 Dec 2021 18:02:17 +0200 Subject: [PATCH] Theme colors to manifest. --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..fafc0eb 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -20,6 +20,6 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#a7ab81", + "background_color": "#efefea" }