I’m using the Night Theme. Just love it other then the icons don’t change when a light or switch is turned on.
Also the icons on the left panel are very dark. Is there a way to make them brighter?
For the icon, I believe you need to tweak paper-item-icon-active-color:
I’m not sure what I’m doing. I have tried changing the percentage around and see no difference.
Do I need to restart HA to to the changes?
paper-grey-50: "hsl(var(--huesat) 50%)" paper-grey-200: "hsl(var(--huesat) 10%)" paper-item-icon-color: "hsl(var(--huesat) 40%)" paper-item-icon-active-color: "var(--paper-item-icon-color)" paper-item-icon_-_color: "var(--paper-item-icon-color)" paper-item-selected_-_background-color: "hsla(0, 0%, 0%, 0.2)" paper-item-selected_-_color: "hsl(var(--huesat) 20%)"
1 Like