Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colors broken on HA 2022.12+ #7

Open
program-the-brain-not-the-heartbeat opened this issue Jan 16, 2023 · 1 comment
Open

Colors broken on HA 2022.12+ #7

program-the-brain-not-the-heartbeat opened this issue Jan 16, 2023 · 1 comment

Comments

@program-the-brain-not-the-heartbeat

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants