Variable name for theme

Hi:
Does anyone know the name of the variables to change the white background on Developer Tools (see photo) and the color of the text in the entity search.

Thanks!!!

This is the full list (ignore the values) I’ve highlighted the ones you want:

input-idle-line-color: rgba(0, 0, 0, 0.42)
input-hover-line-color: rgba(0, 0, 0, 0.87)
input-disabled-line-color: rgba(0, 0, 0, 0.06)
input-outlined-idle-border-color: rgba(0, 0, 0, 0.38)
input-outlined-hover-border-color: rgba(0, 0, 0, 0.87)
input-outlined-disabled-border-color: rgba(0, 0, 0, 0.06)
input-fill-color: rgb(245, 245, 245)    ##### <---- This
input-disabled-fill-color: rgb(250, 250, 250)   ##### <---- This
input-ink-color: rgba(0, 0, 0, 0.87)   ##### <---- This
input-label-ink-color: rgba(0, 0, 0, 0.6)   
input-disabled-ink-color: rgba(0, 0, 0, 0.37)   ##### <---- This
input-dropdown-icon-color: rgba(0, 0, 0, 0.54)
1 Like

Thank Tom for your help!!! :slight_smile:

1 Like