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 ec889c9 commit 909008eCopy full SHA for 909008e
src/Color.php
@@ -96,10 +96,12 @@ class Color extends ANSICode
96
'success' => '1;32',
97
'info' => '0;32',// same 'green'
98
'comment' => '0;33',// same 'brown'
99
+ 'cmd' => '0;33',// same 'brown'
100
'note' => '36;1',
101
'notice' => '36;4',
102
'warn' => '0;30;43',
103
'warning' => '0;30;43',
104
+ 'code' => '0;95',// same 'red'
105
'danger' => '0;31',// same 'red'
106
'err' => '97;41',
107
'error' => '97;41',
0 commit comments