Skip to content

Commit 0cd28e7

Browse files
balloobclaude
andcommitted
Fix PWA theme color to match darker blue color scheme in 2025.8 (home-assistant#150896)
Co-authored-by: Claude <[email protected]>
1 parent 6383f93 commit 0cd28e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
CONF_FRONTEND_REPO = "development_repo"
5151
CONF_JS_VERSION = "javascript_version"
5252

53-
DEFAULT_THEME_COLOR = "#03A9F4"
53+
DEFAULT_THEME_COLOR = "#2980b9"
5454

5555

5656
DATA_PANELS: HassKey[dict[str, Panel]] = HassKey("frontend_panels")

0 commit comments

Comments
 (0)