Skip to content

Commit 124f81f

Browse files
chrisbobbegnprice
authored andcommitted
msglist: Lighten MessageListTheme.dark().editedMovedMarkerCollapsed, ad hoc
This should have more reasonable contrast, but we need an approved color from Vlad.
1 parent 7bd5bef commit 124f81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/widgets/message_list.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class MessageListTheme extends ThemeExtension<MessageListTheme> {
5858
dateSeparator: Colors.white,
5959
dateSeparatorText: const HSLColor.fromAHSL(0.75, 0, 0, 1).toColor(),
6060
dmRecipientHeaderBg: const HSLColor.fromAHSL(1, 46, 0.15, 0.2).toColor(),
61-
// TODO(#95) need dark-theme color
62-
editedMovedMarkerCollapsed: const Color.fromARGB(128, 146, 167, 182),
61+
// TODO(#95) need proper dark-theme color (this is ad hoc)
62+
editedMovedMarkerCollapsed: const Color.fromARGB(128, 214, 202, 194),
6363
messageTimestamp: const HSLColor.fromAHSL(0.6, 0, 0, 1).toColor(),
6464
recipientHeaderText: const HSLColor.fromAHSL(0.8, 0, 0, 1).toColor(),
6565
senderBotIcon: const HSLColor.fromAHSL(1, 180, 0.05, 0.5).toColor(),

0 commit comments

Comments
 (0)