mirror of
https://github.com/Nezz/homeassistant-visionos-theme.git
synced 2026-05-09 08:25:57 +02:00
[GH-ISSUE #37] Any way around some readability issues? #31
Labels
No labels
bug
bug
bug
duplicate
duplicate
pull-request
third party
third party
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/homeassistant-visionos-theme#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sddgit on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/Nezz/homeassistant-visionos-theme/issues/37
I'm loving these themes so far. One issue I’ve come across is how some dialogues retain their transparency and can be hard to read with text underneath. Here's an example of editing a dashboard and adding a Heading card. The busy-ness of the underlying dashboard shows through. Is there any way around this, perhaps with some changes to the theme yaml? I’ve also been trying the Frosted Glass theme, which has similar aims (although it interferes with some other cards I use). The same "popup" has a solid background with this theme.
Thanks for any pointers.

@Nezz commented on GitHub (Jan 30, 2026):
The dialog is supposed to have a blurred background, but it seems that this broke at some point in Home Assistant. The two variables that control this in my theme and frosted glass are these:
You can change this to:
That will make it non-transparent while I try to figure out why the blur broke.
@Nezz commented on GitHub (Jan 30, 2026):
When I added support for backdrop filters in HA two years ago, dialogs worked correctly:
https://github.com/home-assistant/frontend/pull/20447
@Nezz commented on GitHub (Jan 30, 2026):
Added a workaround to 2.6.5. I also submitted the fix to HA, but it'll probably only make it to 2026.3 (since .2 is already in beta).
@sddgit commented on GitHub (Jan 31, 2026):
Amazing! Works beautifully. Thanks for getting the workaround done so quickly. Would you mind sharing the HA bug fix you submitted so I can track it?
@Nezz commented on GitHub (Feb 2, 2026):
Here you go:
https://github.com/home-assistant/frontend/pull/29290