added theme sharing to providers and api

This commit is contained in:
Kima
2023-09-08 20:57:02 +02:00
parent db7b126bda
commit 991097fa34
5 changed files with 117 additions and 7 deletions

View File

@@ -313,7 +313,7 @@ class SettingsProvider extends ChangeNotifier {
bellDelay: 0,
gradeOpeningFun: true,
iconPack: IconPack.cupertino,
customAccentColor: const Color(0xff20AC9B),
customAccentColor: const Color(0xff3D7BF4),
customBackgroundColor: const Color(0xff000000),
customHighlightColor: const Color(0xff222222),
premiumScopes: [PremiumScopes.all],