Taste theme offers multiple color schemes, is there any way to select a scheme based on the
@media (prefers-color-scheme: dark)
or
@media (prefers-color-scheme: light)
property? It seems like this should be a basic setting in the theme but I’m struggling to figure out how to implement it in code.
Thanks!