Skip to content

Commit

Permalink
msglist: Lighten MessageListTheme.dark().editedMovedMarkerCollapsed, …
Browse files Browse the repository at this point in the history
…ad hoc

This should have more reasonable contrast, but we need an approved
color from Vlad.
  • Loading branch information
chrisbobbe committed Jul 27, 2024
1 parent ddff65d commit 9028695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/widgets/message_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class MessageListTheme extends ThemeExtension<MessageListTheme> {
dateSeparator: Colors.white,
dateSeparatorText: const HSLColor.fromAHSL(0.75, 0, 0, 1).toColor(),
dmRecipientHeaderBg: const HSLColor.fromAHSL(1, 46, 0.15, 0.2).toColor(),
// TODO(#95) need dark-theme color
editedMovedMarkerCollapsed: const Color.fromARGB(128, 146, 167, 182),
// TODO(#95) need proper dark-theme color (this is ad hoc)
editedMovedMarkerCollapsed: const Color.fromARGB(128, 214, 202, 194),
messageTimestamp: const HSLColor.fromAHSL(0.6, 0, 0, 1).toColor(),
recipientHeaderText: const HSLColor.fromAHSL(0.8, 0, 0, 1).toColor(),
senderBotIcon: const HSLColor.fromAHSL(1, 180, 0.05, 0.5).toColor(),
Expand Down

0 comments on commit 9028695

Please sign in to comment.