diff --git a/library/think/console/output/Formatter.php b/library/think/console/output/Formatter.php index 4179680e..d3ffc659 100644 --- a/library/think/console/output/Formatter.php +++ b/library/think/console/output/Formatter.php @@ -39,6 +39,8 @@ class Formatter $this->setStyle('info', new Style('green')); $this->setStyle('comment', new Style('yellow')); $this->setStyle('question', new Style('black', 'cyan')); + $this->setStyle('highlight', new Style('red')); + $this->setStyle('warning', new Style('black', 'yellow')); $this->styleStack = new StyleStack(); }