chore: Adjust colors

This commit is contained in:
Christian Pauly 2021-09-02 09:38:44 +02:00
parent 5e67f07d64
commit 1e41a2c5ff

View File

@ -40,7 +40,7 @@ abstract class FluffyThemes {
secondaryVariant: AppConfig.secondaryColor, secondaryVariant: AppConfig.secondaryColor,
), ),
backgroundColor: Colors.white, backgroundColor: Colors.white,
secondaryHeaderColor: lighten(AppConfig.primaryColor, .51), secondaryHeaderColor: Color(0xffeeeffe),
scaffoldBackgroundColor: Colors.white, scaffoldBackgroundColor: Colors.white,
textTheme: Typography.material2018().black.merge(fallback_text_theme), textTheme: Typography.material2018().black.merge(fallback_text_theme),
snackBarTheme: SnackBarThemeData(behavior: SnackBarBehavior.floating), snackBarTheme: SnackBarThemeData(behavior: SnackBarBehavior.floating),
@ -132,7 +132,7 @@ abstract class FluffyThemes {
secondary: AppConfig.primaryColorLight, secondary: AppConfig.primaryColorLight,
secondaryVariant: AppConfig.secondaryColor, secondaryVariant: AppConfig.secondaryColor,
), ),
secondaryHeaderColor: FluffyThemes.darken(AppConfig.primaryColorLight, .65), secondaryHeaderColor: Color(0xff232543),
textTheme: Typography.material2018().white.merge(fallback_text_theme), textTheme: Typography.material2018().white.merge(fallback_text_theme),
dialogTheme: DialogTheme( dialogTheme: DialogTheme(
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(