Commit 79815252 by Carsten Brandt

fixed console help code block color

fixes #5342
parent ea67a0f3
......@@ -81,7 +81,7 @@ class Markdown extends \cebe\markdown\Parser
*/
protected function renderCode($block)
{
return Console::ansiFormat(implode("\n", $block['content']), [Console::BG_GREY]) . "\n";
return Console::ansiFormat(implode("\n", $block['content']), [Console::NEGATIVE]) . "\n";
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment