I know switching dark mode on android programmatically is easy with below code.
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES)