Skip to content

Commit cf7851f

Browse files
chrisbobbegnprice
authored andcommitted
code_block [nfc]: Add TODO(zulip#95) to follow web in syntax highlighting
Related: zulip#95
1 parent d67b1f2 commit cf7851f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/widgets/code_block.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import '../model/code_block.dart';
55
// Highlighted code block styles adapted from:
66
// https://github.com/zulip/zulip/blob/213387249e7ba7772084411b22d8cef64b135dd0/web/styles/pygments.css
77

8+
// TODO(#95) follow web for dark-theme colors
9+
810
// .hll { background-color: hsl(60deg 100% 90%); }
911
final _kCodeBlockStyleHll = TextStyle(backgroundColor: const HSLColor.fromAHSL(1, 60, 1, 0.90).toColor());
1012

0 commit comments

Comments
 (0)