增加两种配色

This commit is contained in:
yunwuxin
2016-07-12 15:07:05 +08:00
parent 4742993737
commit 360cad63f9

View File

@@ -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();
}