Currently "Light" is the default option,
I think it can be a good idea to make "Automatic" the default option, perhaps first in smaller wikis then maybe expanding it to larger wikis later.
Implementation notes
We'd need to do the following:
- Empty the associated message to remove the beta tag https://en.wikipedia.org/wiki/MediaWiki:Vector-night-mode-beta-tag
- Add the following to configuration:
$wgDefaultUserOptions['vector-theme'] = 'automatic';
