We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5dd68 commit 0c50100Copy full SHA for 0c50100
.gitignore
@@ -0,0 +1,2 @@
1
+/composer.lock
2
+/vendor
src/jblond/cli/CliColors.php
@@ -18,8 +18,9 @@ class CliColors {
18
'black' => '0;30',
19
'dark_gray' => '5;30',
20
'grey' => '5;30',
21
- 'red' => '1;31',
+ 'red' => '5;31',
22
'light_red' => '1;31',
23
+ 'dark_red' => '0;31',
24
'green' => '0;32',
25
'light_green' => '1;32',
26
'brown' => '0;33',
0 commit comments