beemdevelopment / Aegis

A free, secure and open source app for Android to manage your 2-step verification tokens.
https://getaegis.app
GNU General Public License v3.0
8.93k stars 375 forks source link

Use DayNight as the default theme #1332

Closed alexbakker closed 6 months ago

alexbakker commented 6 months ago

This reduces the chance that we flashbang the user when they launch the app. The issue remains on older Android versions that don't natively support dark mode, but I don't think that's fixable.

Activities override the theme based on the user's settings, so this change only has effect while the app is launching.

Fixes #1330.