in my theme yaml, I have some calls to some variable colors.
# General Colors Light
wa-teal: var(--wa-primary)
wa-green: '#25d366'
and in Mushroom Template card the color for the icon is set at icon_color: blue
. Is there a way to reference the variable in the theme yaml in that icon_color attribute? I don’t want a hard coded color, but the primary color of my theme if I switch themes.