I think a feature where we could add custom css variables to color schemes would be useful.
My use case is that I have a custom header at my forum want our company logo to be blue in light color scheme and white in the dark color scheme. Given that there’s no way to write CSS which targets a specific color scheme, I don’t see how I can do this currently. What I could do is to have separate dark and white theme, but then I lose the ability to use the automatic dark mode, which can only switch color scheme and not theme.
Alternatively, just having some css class in html
or body
indicating the selected color scheme would also solve this issue since I could write css targetting the specific color scheme.