@cdikland wrote:
I just upgraded to hassio v108,2 and regardless which of my many frontend themes I chose, my sidebar background color is always white. Given that most of my themes I use have a dark background with light text color, it has now become impossible to see any of the options on the side bar. I have search all over for what attribute I need to specify within any of my themes that applies specifically to the sidebar back/frontground color but cant seem to find anything that works. The default theme I use is below. What do I need to change or add so I can once again see the options on the side bar??
darkcyan: # Main colors that can be changed primary-color: "#008cb4" disabled-text-color: "#545454" divider-color: "rgba(255, 255, 255, 0.12)" paper-card-background-color: "#303030" paper-grey-200: "#191919" paper-item-icon-color: "#d3d3d3" paper-listbox-background-color: "#0078a7" paper-listbox-color: "#FFFFFF" primary-background-color: "#101010" primary-text-color: "#efefef" secondary-background-color: "#004d65" secondary-text-color: "#04a7bc" # Colors based on variables, see above label-badge-background-color: "var(--secondary-background-color)" label-badge-text-color: "var(--text-primary-color)" paper-card-header-color: "#var(--paper-item-icon-color)" paper-grey-50: "var(--primary-text-color)" paper-item-icon-active-color: "var(--primary-color)" paper-item-icon_-_color: "var(--primary-text-color)" paper-slider-active-color: "var(--primary-color)" paper-slider-knob-color: "var(--primary-color)" paper-slider-knob-start-color: "var(--primary-color)" paper-slider-pin-color: "var(--primary-color)" paper-slider-secondary-color: "var(--light-primary-color)" paper-toggle-button-checked-ink-color: "var(--dark-primary-color)" paper-toggle-button-checked-button-color: "var(--primary-color)" paper-toggle-button-checked-bar-color: "var(--light-primary-color)" paper-toggle-button-unchecked-bar-color: "var(--primary-text-color)"
Posts: 4
Participants: 2