Skip to content

Commit 0c50100

Browse files
committed
Add: Dark red
1 parent 7e5dd68 commit 0c50100

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/composer.lock
2+
/vendor

src/jblond/cli/CliColors.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ class CliColors {
1818
'black' => '0;30',
1919
'dark_gray' => '5;30',
2020
'grey' => '5;30',
21-
'red' => '1;31',
21+
'red' => '5;31',
2222
'light_red' => '1;31',
23+
'dark_red' => '0;31',
2324
'green' => '0;32',
2425
'light_green' => '1;32',
2526
'brown' => '0;33',

0 commit comments

Comments
 (0)