From 8b31ae5687b0bc5ae7798b3dfcadde03c56e41ec Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:02:14 -0500 Subject: [PATCH] theme color update --- index.html | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6301a230..67e47f81 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ - + diff --git a/manifest.json b/manifest.json index a9af02dd..ae6bb743 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Sandboxels", "short_name": "Sandboxels", - "theme_color": "#e6d577", + "theme_color": "#000000", "background_color": "#000000", "display": "standalone", "scope": "/",