From 360cad63f95c2fec6271b75c5517d0782a4b3e3c Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Tue, 12 Jul 2016 15:07:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=A4=E7=A7=8D=E9=85=8D?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/console/output/Formatter.php | 2 ++ 1 file changed, 2 insertions(+) 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(); }