From 8a8bbee8e0a05e34fdfa1fd5d0f51aa7a5a4c09d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 17 Aug 2025 10:19:40 +0200 Subject: [PATCH] Update theme color in web app manifests (#26572) --- cast/public/manifest.json | 2 +- demo/public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cast/public/manifest.json b/cast/public/manifest.json index 6700625b91..8ebfb0cdd7 100644 --- a/cast/public/manifest.json +++ b/cast/public/manifest.json @@ -14,5 +14,5 @@ "name": "Home Assistant Cast", "short_name": "HA Cast", "start_url": "/?homescreen=1", - "theme_color": "#03A9F4" + "theme_color": "#009ac7" } diff --git a/demo/public/manifest.json b/demo/public/manifest.json index f0bc9c5718..209ee1d233 100644 --- a/demo/public/manifest.json +++ b/demo/public/manifest.json @@ -75,5 +75,5 @@ "name": "Home Assistant Demo", "short_name": "HA Demo", "start_url": "/?homescreen=1", - "theme_color": "#03A9F4" + "theme_color": "#009ac7" }