Skip to content

Commit

Permalink
Add: Dark red
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Feb 21, 2023
1 parent 7e5dd68 commit 0c50100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/composer.lock
/vendor
3 changes: 2 additions & 1 deletion src/jblond/cli/CliColors.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ class CliColors {
'black' => '0;30',
'dark_gray' => '5;30',
'grey' => '5;30',
'red' => '1;31',
'red' => '5;31',
'light_red' => '1;31',
'dark_red' => '0;31',
'green' => '0;32',
'light_green' => '1;32',
'brown' => '0;33',
Expand Down

0 comments on commit 0c50100

Please sign in to comment.