Add option to use theme colors in app widgets and use light background variant when appropriate

This commit is contained in:
MM20
2024-04-13 18:26:59 +02:00
parent afbe84fcf9
commit 7056c5963a
15 changed files with 288 additions and 223 deletions
@@ -17,6 +17,7 @@ data class AppWidgetConfig(
val height: Int,
val borderless: Boolean = false,
val background: Boolean = true,
val themeColors: Boolean = true,
)
data class AppWidget(