catppuccin / home-assistant

🏠 Soothing pastel theme for Home Assistant
MIT License
156 stars 11 forks source link

Colors broken on HA 2022.12+ #7

Open program-the-brain-not-the-heartbeat opened 1 year ago

program-the-brain-not-the-heartbeat commented 1 year ago

state colors have changed and no longer match this theme.

Forum post: https://community.home-assistant.io/t/2022-12-color-states-are-broken-unusable/499890 Blog post: https://www.home-assistant.io/blog/2022/12/07/release-202212/#shiny-new-state-colors Developer Blog: https://developers.home-assistant.io/blog/2022/12/07/entity-color-changes/

Variables now have to be defined like: state-on-color: var(--rgb-green) state-off-color: var(--rgb-red)

rgb-state-lock-unlocked-color: var(--state-off-color) rgb-state-light-color: var(--state-on-color) rgb-state-switch-color: var(--state-on-color)

GeorgeGedox commented 8 months ago

I don't think this has been fixed yet, the colors look really washed out right now