AndInTheClouds / chordreader2

Search for, display, transpose and save chords on your phone, that you get from the interwebs. :notes:
GNU General Public License v3.0
29 stars 6 forks source link

Introduce "Automatic" color scheme that follows the system's "Night Mode" #36

Closed wtimme closed 1 year ago

wtimme commented 1 year ago

This branch adds a new option for the color theme, "Automatic", which is selected by default.

color-scheme-automatic

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.