@@ -56,13 +56,13 @@ class MessageListTheme extends ThemeExtension<MessageListTheme> {
56
56
MessageListTheme .dark () :
57
57
this ._(
58
58
dateSeparator: Colors .white,
59
- dateSeparatorText: const HSLColor .fromAHSL (0.75 , 0 , 0 , 1 ).toColor (),
60
- dmRecipientHeaderBg: const HSLColor .fromAHSL (1 , 46 , 0.15 , 0.2 ).toColor (),
61
- messageTimestamp: const HSLColor .fromAHSL (0.8 , 0 , 0 , 0.85 ).toColor (),
62
- recipientHeaderText: const HSLColor .fromAHSL (0.8 , 0 , 0 , 1 ).toColor (),
59
+ dateSeparatorText: const HSLColor .fromAHSL (0.5 , 0 , 0 , 1 ).toColor (),
60
+ dmRecipientHeaderBg: const HSLColor .fromAHSL (1 , 0 , 0 , 0.14 ).toColor (),
61
+ messageTimestamp: const HSLColor .fromAHSL (0.5 , 0 , 0 , 1 ).toColor (),
62
+ recipientHeaderText: const HSLColor .fromAHSL (0.9 , 0 , 0 , 1 ).toColor (),
63
63
senderBotIcon: const HSLColor .fromAHSL (1 , 180 , 0.05 , 0.5 ).toColor (),
64
- senderName: const HSLColor .fromAHSL (0.85 , 0 , 0 , 1 ).toColor (),
65
- streamMessageBgDefault: const HSLColor .fromAHSL (1 , 0 , 0 , 0.15 ).toColor (),
64
+ senderName: const HSLColor .fromAHSL (0.9 , 0 , 0 , 1 ).toColor (),
65
+ streamMessageBgDefault: const HSLColor .fromAHSL (1 , 0 , 0 , 0.11 ).toColor (),
66
66
streamRecipientHeaderChevronRight: Colors .white.withValues (alpha: 0.3 ),
67
67
68
68
// 0.75 opacity from here:
0 commit comments