Como desligar o Darkmode para meu aplicativo no Android Studio

in the night\themes.xml file paste the following line under the <!-- Base application theme. -->
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
Puzzled Plover