Version 1.0.2 - 2025-07-04
Summary:
- This update significantly refines both themes, improving readability in the Dark variant, enhancing visual consistency across various Home Assistant elements (especially custom cards), and addressing font sizing issues for Mushroom Title Cards.
Frosted Glass Dark Theme:
-
Improved Text and Icon Readability:
-
Subtly lightened primary and secondary text colors (token-color-text-primary, token-color-text-secondary) for enhanced contrast against the dark background.
-
Slightly lightened icon colors across the interface, including primary, secondary, and sidebar icons (token-color-icon-primary, token-color-icon-secondary, token-color-icon-sidebar, token-color-icon-sidebar-selected).
-
Adjusted dependent text colors (token-color-text-disabled, token-color-text-label-badge, text-light-primary-color) to maintain consistency with the new lighter primary text base.
-
Enhanced Custom Card Compatibility (Bubble Card):
-
Implemented specific CSS for bubble-button-card-container to provide a subtle transparent background, allowing the frosted effect to show through consistently.
Frosted Glass Light Theme:
-
Enhanced Card Backdrop Consistency
-
Refactored ha-card backdrop-filter placement: The backdrop-filter definition for standard Home Assistant cards (ha-card) has been moved from the card-mod-root section to the more appropriate and reliable card-mod-card section. This ensures more consistent and robust application of the frosted glass effect to all cards.
Enhanced Custom Card Compatibility (Bubble Card):
- Added specific CSS to bubble-button-card-container to provide a semi-transparent background, ensuring Bubble Cards seamlessly integrate with the frosted glass aesthetic, allowing the background blur to show through.
General Improvements (Applies to both Dark and Light Themes):
- Fixed Mushroom Title Card Font Size: Corrected the mush-title-font-size variable to explicitly use a larger font size (--token-size-font-2xl). This resolves the issue where Mushroom Title Cards displayed their titles with an unexpectedly small font, ensuring they now appear with appropriate prominence.