This commit is contained in:
55nknown
2023-02-27 14:38:56 +01:00
parent c8bb55450a
commit a43bf056c9
9 changed files with 14 additions and 12 deletions

View File

@@ -44,12 +44,11 @@ class AppTheme {
useMaterial3: true,
fontFamily: _fontFamily,
scaffoldBackgroundColor: backgroundColor,
backgroundColor: highlightColor,
primaryColor: lightColors.filc,
dividerColor: const Color(0x00000000),
colorScheme: ColorScheme.fromSwatch(
accentColor: accent,
backgroundColor: backgroundColor,
backgroundColor: highlightColor,
brightness: Brightness.light,
cardColor: highlightColor,
errorColor: lightColors.red,
@@ -106,12 +105,11 @@ class AppTheme {
useMaterial3: true,
fontFamily: _fontFamily,
scaffoldBackgroundColor: backgroundColor,
backgroundColor: highlightColor,
primaryColor: darkColors.filc,
dividerColor: const Color(0x00000000),
colorScheme: ColorScheme.fromSwatch(
accentColor: accent,
backgroundColor: backgroundColor,
backgroundColor: highlightColor,
brightness: Brightness.dark,
cardColor: highlightColor,
errorColor: darkColors.red,