Would it be possible to inherit from OS dark mode/light mode setting? I don't think this extension can do that, automaticly sets Flarum dark mode when Android or Windows is set to dark mode also.
With css it's possible to use this media query
@media (prefers-color-scheme: dark) {
}