From 7d7fda2acace84b19cb990d2c16e128033362630 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sat, 11 Apr 2020 15:09:44 -0400 Subject: [PATCH] correction theme color --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 0133f778..c9a9dca4 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "sengi", "short_name": "sengi", - "theme_color": "#1976d2", + "theme_color": "#000000", "background_color": "#fafafa", "display": "standalone", "scope": "/",