Skip to content

Commit

Permalink
fix: use 21m to reset bold intensity
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Nov 8, 2024
1 parent 38cec0b commit 900f6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Themes/TerminalStyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ enum TerminalStyle: string
case BG_WHITE = "107m";

case BOLD = "1m";
case NO_BOLD = "22m";
case NO_BOLD = "21m";
case DIM = "2m";
case NO_DIM = "22m";
case ITALIC = "3m";
Expand Down

0 comments on commit 900f6ce

Please sign in to comment.