mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
chore: Adjust colors
This commit is contained in:
parent
5e67f07d64
commit
1e41a2c5ff
@ -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…
Reference in New Issue
Block a user