This branch adds a new option for the color theme, "Automatic", which is selected by default.
With this new option enabled, the app's color theme will take Android's "Night Mode" into account: If Night Mode was active, the ColorScheme.Dark is used. If it was not (or is not available), ColorScheme.Light is used.
Users can still opt to use one of the already existing color schemes if they wanted. With this new option, however, the app feels more like it is following the user's preference.
This branch adds a new option for the color theme, "Automatic", which is selected by default.
With this new option enabled, the app's color theme will take Android's "Night Mode" into account: If Night Mode was active, the
ColorScheme.Dark
is used. If it was not (or is not available),ColorScheme.Light
is used.Users can still opt to use one of the already existing color schemes if they wanted. With this new option, however, the app feels more like it is following the user's preference.