Skip to content

Commit

Permalink
code_block [nfc]: Add TODO(zulip#95) to follow web in syntax highligh…
Browse files Browse the repository at this point in the history
…ting

Related: zulip#95
  • Loading branch information
chrisbobbe committed May 20, 2024
1 parent bf88a68 commit e43cc90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/widgets/code_block.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import '../model/code_block.dart';
// Highlighted code block styles adapted from:
// https://github.com/zulip/zulip/blob/213387249e7ba7772084411b22d8cef64b135dd0/web/styles/pygments.css

// TODO(#95) update light-theme colors to match web, then follow web for dark

// .hll { background-color: hsl(60deg 100% 90%); }
final _kCodeBlockStyleHll = TextStyle(backgroundColor: const HSLColor.fromAHSL(1, 60, 1, 0.90).toColor());

Expand Down

0 comments on commit e43cc90

Please sign in to comment.