Skip to content

Commit

Permalink
refactor(cli/templates): use 'DayNight' theme on android
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Jul 24, 2024
1 parent 25abe2e commit 3c49816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/templates.hh
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ constexpr auto gAndroidManifest = R"XML(
android:name="{{android_application}}"
android:allowBackup="true"
android:label="{{meta_title}}"
android:theme="@style/Theme.AppCompat.Light"
android:theme="@style/Theme.AppCompat.DayNight"
android:supportsRtl="true"
{{android_application_icon_config}}
{{android_allow_cleartext}}
Expand Down

0 comments on commit 3c49816

Please sign in to comment.