chore: Adjust colors
This commit is contained in:
parent
165961c17f
commit
df44bb5277
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue