mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Adjust safe_theme for better readability (#40223)
This commit is contained in:
parent
223000a9fb
commit
9c1eb78a0f
@ -559,7 +559,7 @@ def websocket_get_themes(hass, connection, msg):
|
||||
"themes": {
|
||||
"safe_mode": {
|
||||
"primary-color": "#db4437",
|
||||
"accent-color": "#eeee02",
|
||||
"accent-color": "#ffca28",
|
||||
}
|
||||
},
|
||||
"default_theme": "safe_mode",
|
||||
|
@ -140,7 +140,7 @@ async def test_themes_api(hass, hass_ws_client):
|
||||
|
||||
assert msg["result"]["default_theme"] == "safe_mode"
|
||||
assert msg["result"]["themes"] == {
|
||||
"safe_mode": {"primary-color": "#db4437", "accent-color": "#eeee02"}
|
||||
"safe_mode": {"primary-color": "#db4437", "accent-color": "#ffca28"}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user