41 public function color( $color ) {
46 return "\x1b[{$light}{$color}m";
55 return $this->
color( 0 );
65 public function color( $color ) {
in the sidebar</td >< td > font color
$wgCommandLineDarkBg
For colorized maintenance script output, is your terminal background dark ?
Terminal that supports ANSI escape sequences.
reset()
Return ANSI terminal escape code for restoring default text attributes.
color( $color)
Return ANSI terminal escape code for changing text attribs/color.