Below are the css attributes I modified to attempt resolving that with my dark theme. Some modifications I still need to make are lumo-shade (or lumo-shady can’t inspect at the moment) and the percentage versions of it. It’s not perfect yet but it’s an improvement.
Yeah the lumo styles were what needed to be modified, I just didn’t have time to dig into what did what until today. I managed to fix the calendar and entity drop-down menus in the theme I posted today.
When you use the alarm panel, the default lovelace skin has a red badge on the top right corner to show the alarm is active (screenshot 1). Is there a way to have the same badge show up here? Currently it just comes empty (or maybe black and it is matching with the background?) and you can’t tell when the alarm is armed.
Edit- I’m pretty confident the badge turns black and blends into the background.
The issue with this theme and the Unused Entities page (and the Configuration > Devices page) can be fixed by adding card-background-color: 'var(--primary-background-color)' as a new line at the end of the YAML file (make sure to include leading spaces so it matches the previous line).