From 8c2fb841042f2e4253135b01e9516db59c58843a Mon Sep 17 00:00:00 2001 From: cheskoxd Date: Tue, 26 Aug 2025 20:14:32 -0500 Subject: [PATCH] fix(manifest): update theme and background colors for consistency --- packages/dashboard/static/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dashboard/static/manifest.json b/packages/dashboard/static/manifest.json index b3bf16e1..eee1fcd2 100644 --- a/packages/dashboard/static/manifest.json +++ b/packages/dashboard/static/manifest.json @@ -2,8 +2,8 @@ "name": "PocketHost", "short_name": "PocketHost", "description": "You are 30 seconds away from your next PocketBase backend.", - "theme_color": "#222222", - "background_color": "#222222", + "theme_color": "#111111", + "background_color": "#18161d", "display": "standalone", "scope": "/", "start_url": "/",