So, we have specific mushroom-card palette in theme.yaml, it looks like: white: 255, 255, 255
while all whole cards (and HA GUI) uses white: rgb(255,255,255)
We need a way to use variables like: color: var(--white), but now we cant do it.
I tried set "white" in theme.yaml as rgb(), rgba(), #hex. No way to use "var" in mushroom-cards for all of them,
card waiting for "255,255,255" format only (for var), or hexa color #ffffff directly in card config.
I have my own list of colors in theme.yaml wich I using everywhere, and rly I dont want to copy-paste one more list in specific mushroom format.
Current Behavior
So, we have specific mushroom-card palette in theme.yaml, it looks like: white: 255, 255, 255 while all whole cards (and HA GUI) uses white: rgb(255,255,255)
We need a way to use variables like: color: var(--white), but now we cant do it. I tried set "white" in theme.yaml as rgb(), rgba(), #hex. No way to use "var" in mushroom-cards for all of them, card waiting for "255,255,255" format only (for var), or hexa color #ffffff directly in card config.
I have my own list of colors in theme.yaml wich I using everywhere, and rly I dont want to copy-paste one more list in specific mushroom format.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response