I’m trying to use the bearblog theme with the lovelace Chroma style and, because the theme supports dark mode on devices that request it, the theme seems to be interfering with the Chroma style when in dark mode.
Chroma styles expect to have a specific background color, and works by setting explicit colors on elements (spans), but themes also set colors and background colors and seem to be taking precedence in code blocks.
I don’t know enough about CSS to be able to tell how to get the theme to step back and let Chroma set all the colors, without interference from the theme, or if there’s a way to make Chroma cope with light / dark choices correctly. I’ve not seen any evidence that that’s possible.
Has anyone else solved this problem in a theme that supports light and dark modes?