Skip to content

Commit 42c5a68

Browse files
committed
msglist [nfc]: Comment on unread-marker color for dark theme
1 parent 8f25a7c commit 42c5a68

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/widgets/message_list.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,13 @@ class _UnreadMarker extends StatelessWidget {
598598
// https://www.figma.com/file/1JTNtYo9memgW7vV6d0ygq/Zulip-Mobile?node-id=132-9684
599599
// See discussion about design at:
600600
// https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20unread.20marker/near/1658008
601+
// TODO(#95) use opacity 0.75 in dark theme? Discussion, a few weeks after the
602+
// above-linked discussion:
603+
// https://github.com/zulip/zulip-flutter/pull/317#issuecomment-1784311663
604+
// where Vlad includes screenshots that look like they're from the Figma here:
605+
// https://www.figma.com/design/1JTNtYo9memgW7vV6d0ygq/Zulip-Mobile?node-id=807-33998&t=81Z9nyeJmsdmLgq4-0
606+
// (Web uses a left-to-right gradient from hsl(217deg 64% 59%) to transparent,
607+
// in both light and dark theme.)
601608
static final color = const HSLColor.fromAHSL(1, 227, 0.78, 0.59).toColor();
602609

603610
@override

0 commit comments

Comments
 (0)