As title.
This theme is supposed to look like this:
now it looks like this
as you can see the select are now white.
Why?
As title.
This theme is supposed to look like this:
now it looks like this
as you can see the select are now white.
Why?
add this to you’re custom theme file:
ha-color-form-background-hover: "your_color"
select are still white even with that css properties
EDIT:
I need both
ha-color-form-background-hover: "your_color"
and
ha-color-form-background: "your_color"
I don’t understand why they change this things every months or so.
they are breaking up every themes out there…
I’ve noticed this too, I had to adapt my custom theme several times already.
one day there will be nothing left to change ![]()
My light theme is fine but even after adjusting the theme options shown above I have an issue with my dark theme. When scrolling down a list of options the highlighted option under the cursor is bright white. I would have thought this was the hover option. It is not.
I don’t like them either (yet), have changed them to gauge card pro and configured it so they look the same as before.
benjamin-dcs/gauge-card-pro: Build beautiful Gauge cards using
gradients and
templates
haven’t noticed that, but I’ll take a look tonight, maybe I have the same issue.
EDIT: I don’t have this issue.
Did ya fixed that yet tom_j?
I have used the 2 above too…
But that fixed all tho…
Haven’t had a chance to check yet but there are more options listed here: Update to 2026.4.0 input selects changed to white - #2 by mirekmal
It’s possibly this that needs adjusting:
ha-color-form-background-disabled:
thank you Tom…
guess we have to wait for more news hu… ![]()
appreciate it tho!
I recently added these to my theme, maybe it’s one of them:
background-color:
primary-background-color:
background-color-2:
ha-color-surface-default:
ha-color-fill-primary-quiet-resting:
ha-color-fill-primary-quiet-hover:
ha-color-fill-primary-quiet-active:
ha-color-fill-primary-normal-resting:
ha-color-fill-primary-normal-hover:
ha-color-fill-primary-normal-active:
ha-color-fill-neutral-quiet-resting:
ha-color-fill-neutral-quiet-hover:
ha-color-fill-neutral-quiet-active:
ha-color-fill-neutral-normal-resting:
ha-color-fill-neutral-normal-hover:
ha-color-fill-neutral-normal-active:
ha-color-form-background-hover:
ha-color-form-background-disabled:
ha-color-form-background:
secondary-background-color:
markdown-code-background-color:
ok… i had those files
input-ink-color: var(--primary-text-color)
input-fill-color: transparent
input-disabled-fill-color: transparent
input-label-ink-color: var(--primary-text-color)
input-disabled-ink-color: var(--disabled-text-color)
input-dropdown-icon-color: var(--primary-text-color)
input-idle-line-color: var(--secondary-text-color)
input-hover-line-color: var(--secondary-text-color)
and changed into this >
ha-color-ink-color: var(--primary-text-color)
ha-color-fill-color: transparent
ha-color-disabled-fill-color: transparent
ha-color-label-ink-color: var(--primary-text-color)
ha-color-disabled-ink-color: var(--disabled-text-color)
ha-color-dropdown-icon-color: var(--primary-text-color)
ha-color-idle-line-color: var(--secondary-text-color)
ha-color-hover-line-color: var(--secondary-text-color)
that helped me out out…unless 2 tiny things i can’t find
1 =

the text is black…should be white (not solved yet)
2=
Solved!
Try this: 2026.4: Infrared never left the chat - #180 by dcapslock
I haven’t had a chance to yet.
That’s not it eighter…
Those 2 problems stays ![]()
I think the second one is mdc-text-field-fill-color
can you provide more details on the first one? what card is this?
EDIT: could be one of these maybe
mdc-select-label-ink-color:
mdc-text-field-ink-color:
mdc-select-fill-color:
mdc-text-field-label-ink-color:
Both are the Entity cards…
The first one is an added entity and the name is in black…
How odd…
The second one is when ill edit an entity to add a name…
The pic i showed has no name yet…and ill suspect
That’s why it is white…
Thenk you Krivatri…
ok, then it should be the mdc ones I provided.
I use them too and the background is not white when no name is entered.
Ohhhh yeah!
Second 1 is fixed indeed by using
mdc-text-field-fill-color: transparent
Rock on Krivatri
![]()
The First issue i just tackled aswell
mdc-select-label-ink-color: white
That did the trick!
So yeah Krivatri nailed it today!!
![]()