Skip to content

Commit

Permalink
fixed incorrect yellow ansi code (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke authored Jan 29, 2023
1 parent dccb1a4 commit ce23a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils/ansi_codes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Color {
off: COLOR_CLOSE,
);
static Ansi16Code yellow = Ansi16Code(
on: 333,
on: 33,
off: COLOR_CLOSE,
);
static Ansi16Code blue = Ansi16Code(
Expand Down

0 comments on commit ce23a8c

Please sign in to comment.