Skip to content

Commit

Permalink
Fix missing green ANSI color (#493)
Browse files Browse the repository at this point in the history
🤦
  • Loading branch information
spenserblack authored Jan 8, 2025
1 parent c7395d0 commit f88b2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gengo-bin/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ impl CLI {
[
(Black, (0u8, 0u8, 0u8)),
(Red, (0xFF, 0, 0)),
(Green, (0, 0xFF, 0)),
(Yellow, (0xFF, 0xFF, 0)),
(Blue, (0, 0, 0xFF)),
(Magenta, (0xFF, 0, 0xFF)),
Expand Down

0 comments on commit f88b2fa

Please sign in to comment.