It’s long overdue that I start using themes instead of hard-coding all of my colors. I’ve got a decent list going, and I’m pretty sure I have all of the variables that I need for my dashboards identified. If not… I can use some custom ones.
But… for the HA menus? I’m still lost. In particular, I’m trying to get to the point that I can change the colors for a variety of texts and backgrounds to just make them functional:
What am I missing?
input-idle-line-color: rgba(7,103,215,0.24) # border around active drop-down field
input-hover-line-color: rgba(7,103,215,1.0) # border around cursor hover drop-down field
input-disabled-line-color: rgb(0,255,0,1.0) #?
input-outlined-idle-border-color: rgb(0,255,0,1.0) #?
input-outlined-hover-border-color: rgb(0,255,0,1.0) #?
input-outlined-disabled-border-color: rgb(0,255,0,1.0) #?
input-fill-color: rgb(30,30,30,1.0) # drop-down background color
input-disabled-fill-color: rgb(0,255,0,1.0) #?
input-ink-color: rgb(255,255,255,1.0) # drop-down text color
input-label-ink-color: rgb(255,255,255,1.0) # drop-down idle text color
input-disabled-ink-color: rgb(50,50,50,1.0) #
input-dropdown-icon-color: rgba(7,103,215,0.8) # drop-down arrow
I’m certain that the text that shows up in the dropdown menus is primary-text-color. However, I have it set to white, which means I can’t see any of that text unless I identify the right variable(s) for a contrasting background.
A screen shot with a legend would be outstanding. Or… a well-documented list. I’ve looked around and haven’t see one yet. Any help would be great.








