🚀 Frosted Glass v1.2
A small but mighty release: a new glassy card engine, some under-the-hood optimizations, and an all-new Lite variant for low-end devices - which also sidesteps the long-standing dropdown blur issue.
✨ New Glassy Card Effect
- Variable-driven “glass” overlay for all cards
- Cards now use a tint + inset glow combo for a crisp, consistent frosted look — without changing your existing colors or layout.
- Better depth, cleaner edges, and consistent visuals across native & most custom cards.
⚙️ Internal Optimizations
- Theme token cleanup & consolidation
- Minor refactors to reduce redundancy and keep styles predictable across Light/Dark.
- Same visuals, less CSS churn, smoother rendering on mid-range devices.
🎉 Introducing: Frosted Glass Lite
- No-blur, semi-transparent glass that looks nearly identical at a glance to the full theme.
- Fixes misplaced dropdowns caused by browser/HA handling of
backdrop-filter
. - Noticeably faster on low-end/older devices
- Addresses: #42
You’ll find Frosted Glass Light (Lite), Frosted Glass Dark (Lite), and Frosted Glass (Lite) alongside the standard themes.
Known Limitations (Unchanged)
Some custom cards (e.g., complex stacks/bubble-style components) still resist uniform styling due to deep shadow DOM/nesting and internal overrides.
➡️ They now fall back gracefully; no aggressive forcing beyond safe defaults.