mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-11-04 14:27:23 +01:00
design: Better dark mode contrast
This commit is contained in:
parent
a13e673782
commit
fccb4ef89c
@ -87,7 +87,7 @@ abstract class FluffyThemes {
|
|||||||
backgroundColor: Colors.black,
|
backgroundColor: Colors.black,
|
||||||
scaffoldBackgroundColor: Colors.black,
|
scaffoldBackgroundColor: Colors.black,
|
||||||
accentColor: AppConfig.primaryColorLight,
|
accentColor: AppConfig.primaryColorLight,
|
||||||
secondaryHeaderColor: FluffyThemes.darken(AppConfig.primaryColorLight, .71),
|
secondaryHeaderColor: FluffyThemes.darken(AppConfig.primaryColorLight, .65),
|
||||||
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…
x
Reference in New Issue
Block a user