Skip to content

Commit 909008e

Browse files
committed
up: add new color tags
Signed-off-by: inhere <[email protected]>
1 parent ec889c9 commit 909008e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Color.php

+2
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ class Color extends ANSICode
9696
'success' => '1;32',
9797
'info' => '0;32',// same 'green'
9898
'comment' => '0;33',// same 'brown'
99+
'cmd' => '0;33',// same 'brown'
99100
'note' => '36;1',
100101
'notice' => '36;4',
101102
'warn' => '0;30;43',
102103
'warning' => '0;30;43',
104+
'code' => '0;95',// same 'red'
103105
'danger' => '0;31',// same 'red'
104106
'err' => '97;41',
105107
'error' => '97;41',

0 commit comments

Comments
 (0)