Transform wallpaper color scheme into Material You compat color scheme on Android 8.1 – 11

and make it the default on these platforms
This commit is contained in:
MM20
2022-04-12 19:25:17 +02:00
parent 8bb3737460
commit f2041e51c2
8 changed files with 70 additions and 99 deletions
@@ -15,7 +15,6 @@ message Settings {
enum ColorScheme {
Default = 0;
BlackAndWhite = 1;
Wallpaper = 2;
}
ColorScheme color_scheme = 6;
bool dim_wallpaper = 7;