Skip to content

Commit d581359

Browse files
committed
code_block [nfc]: Add TODO(#95) to follow web in syntax highlighting
Related: #95
1 parent c74778a commit d581359

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)