From e84cf67cccb614fe00006924671ef84ed780caf8 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Mon, 21 Mar 2022 19:41:42 -0400 Subject: [PATCH] chore(web): update web theme colours [skip ci] --- web/index.html | 4 ++-- web/manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/index.html b/web/index.html index 006f5382..7e0c9136 100644 --- a/web/index.html +++ b/web/index.html @@ -27,9 +27,9 @@ - + - + LunaSea diff --git a/web/manifest.json b/web/manifest.json index 37ca26d2..a4ddfb54 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -3,8 +3,8 @@ "short_name": "LunaSea", "start_url": ".", "display": "standalone", - "background_color": "#32323E", - "theme_color": "#32323E", + "background_color": "#282834", + "theme_color": "#282834", "description": "LunaSea is a fully featured, open source self-hosted controller focused on giving you a seamless experience between all of your self-hosted media software remotely on your devices.", "orientation": "portrait-primary", "prefer_related_applications": false,