Add dark mode to clock widget

This commit is contained in:
MM20
2022-10-21 17:49:31 +02:00
parent 9db2372253
commit 02bb12549b
7 changed files with 51 additions and 1 deletions
@@ -122,6 +122,13 @@ message Settings {
bool alarm_part = 6;
bool favorites_part = 7;
bool fill_height = 8;
enum ClockWidgetColors {
Auto = 0;
Light = 1;
Dark = 2;
}
ClockWidgetColors color = 9;
}
ClockWidgetSettings clock_widget = 7;