Releases: skynet01/homeassistant-skynet-theme
Releases · skynet01/homeassistant-skynet-theme
Release list
v1.0.9
v1.0.9
Fixed
- Config-page table headers not styled — Home Assistant router pages (automations, scripts, scenes) render pickers in light DOM, so the previous shadow-piercing selectors never matched. Headers on Automations, Scripts, and Scenes pages now get the yellow header / dark header-row styling.
Added
- Off-state slider colors — sliders in entity rows (e.g.
slider-entity-row) now render with a dark blue knob (#2e3a4f) and dark blue track (#0d4e70, matching the switch palette) while the entity is off or closed, instead of staying bright at zero.
v1.0.8
v1.0.8
Fixed
- Album art hidden behind solid blue on mini-media-player cover artwork —
mini-media-player-overlay-colorwas set to the opaque--disabled-text-color(#4a6185), fully covering artwork backgrounds. Now a translucentrgba(0,0,0,0.55)so cover art shows through with readable text. - Slider knob colliding with toggle switch — in
slider-entity-rowrows withtoggle: true, the slider knob at 100% touched the switch. Sliders in entity rows now keep a 14px right margin.
Added
- Yellow group/table headers on config pages — the data-table header styling (yellow headers, dark header row) previously applied only to the Entities page now also covers Automations, Scripts, Scenes, Helpers, and Devices.