Hi, my wife asked if she could choose her own default color theme, so I started looking into it. Unfortunately, I couldn’t find anything promising other than creating a new theme for every color. Then I remembered that the default Home Assistant has a color picker. I also recalled that you can apply a theme over the default by forcing it in specific Lovelace views. However, if I do that, there are many things I can’t change since they’re not part of the Lovelace view.
Is there a way to apply a theme over the default one?
Maybe you can help me…
I’m fine with the default HA themes, but I’d like to add some variables in order to make it easier to have consistency throughout the dashboards and cards.
For example, I’d like to add this set of values to the standard theme:
My theme addons:
# heatpump:
heatpump-online-color: green
heatpump-offline-color: grey
heatpump-warning-color: orange
heatpump-compressor-color: teal
heatpump-heating-color: var(--purple-color)
heatpump-hotwater-color: var(--deep-purple-color)
heatpump-antilegionella-color: var(--pink-color)
heatpump-cooling-color: indigo
heatpump-defrost-color: cyan
heatpump-standby-color: grey
heatpump-auto-color: green
heatpump-eco-color: green
Is there a way to add such a limited set of values to an exiting theme, without bothering about the theme-yamls?