Add wallpaper color scheme

This commit is contained in:
MM20
2022-04-12 18:28:08 +02:00
parent 408a23563e
commit 8bb3737460
25 changed files with 2414 additions and 88 deletions
@@ -15,6 +15,7 @@ message Settings {
enum ColorScheme {
Default = 0;
BlackAndWhite = 1;
Wallpaper = 2;
}
ColorScheme color_scheme = 6;
bool dim_wallpaper = 7;