Will the upcoming Theme Manager allow system dark mode theming?

Will the theme manager allow for site theming sensitive to system Dark Mode preferences?
This is normally achieved through:
@media (prefers-color-scheme: dark) {
/*dark mode code
}

Thanks :blush:

1 Like

Hi @tfiala

Great question! The first phase of the theme manager won’t support having multiple themes at the same time.

You can create a dark mode toggle today using Wix Corvid: https://www.wix.com/corvid/example/dark-mode

We will investigate on adding this to the theme manager in the future.

Kindly

@sebi-vidret Thank you for your answer. I appreciate you taking the time to look at my question.