Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Adapter/Posix.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ class Posix extends AbstractAdapter
*/
protected static $ansiColorMap = array(
'fg' => array(
Color::NORMAL => '22;39m',
Color::RESET => '22;39m',
Color::NORMAL => '22;39',
Color::RESET => '22;39',

Color::BLACK => '0;30',
Color::RED => '0;31',
Expand All @@ -65,8 +65,8 @@ class Posix extends AbstractAdapter
Color::LIGHT_WHITE => '1;37',
),
'bg' => array(
Color::NORMAL => '0;49m',
Color::RESET => '0;49m',
Color::NORMAL => '0;49',
Color::RESET => '0;49',

Color::BLACK => '40',
Color::RED => '41',
Expand Down

0 comments on commit ece5010

Please sign in to comment.