The theme variable paper-card-background-color is officially removed. It's recommended to use ha-card-background or card-background-color as a replacement.
Yeah and updated themes are removing that variable now as well so I had a screen of white cards because of this
same here.
The card is already using ha-card-background primarily, it does however fallback to paper-card-background-color if ha-card-background isn't set, and then white as last resort.
Do you have link or something to the source of this deprecated / breaking change?
It's a breaking change in Frontend Themes listed here https://www.home-assistant.io/blog/2020/07/22/release-113/ (It's the last breaking change)
Try using the Google Dark Theme from here https://github.com/JuanMTech/google_dark_theme
Juan removed
paper-card-background-color: var(--card-background-color)
And the cards all go white. There is no --ha-card-background in that theme and --paper-card-background-color has been removed. I edited the js file for the card to change --paper-card-background-color to --card-background-color and its fixed.
New release now available, the deprecated variable have been replaced.
Most helpful comment
It's a breaking change in Frontend Themes listed here https://www.home-assistant.io/blog/2020/07/22/release-113/ (It's the last breaking change)
Try using the Google Dark Theme from here https://github.com/JuanMTech/google_dark_theme
Juan removed
And the cards all go white. There is no --ha-card-background in that theme and --paper-card-background-color has been removed. I edited the js file for the card to change --paper-card-background-color to --card-background-color and its fixed.