Fully customizable color scheme

This commit is contained in:
2025-10-04 22:12:39 +08:00
parent 31ac5ad07c
commit 1abbd85614
6 changed files with 672 additions and 83 deletions

View File

@@ -279,8 +279,8 @@ class IslandApp extends HookConsumerWidget {
return MaterialApp.router(
color: Colors.transparent,
theme: theme?.light,
darkTheme: theme?.dark,
theme: theme.light,
darkTheme: theme.dark,
themeMode: getThemeMode(),
routerConfig: router,
supportedLocales: context.supportedLocales,