shellColours::$background_colours
Type: background_colours
File
-
drush/
ctools.drush.inc, line 985
Class
- shellColours
- Class to deal with wrapping output strings with colour formatting for the shell.
Code
private static $background_colours = array(
'black' => '40',
'red' => '41',
'green' => '42',
'yellow' => '43',
'blue' => '44',
'magenta' => '45',
'cyan' => '46',
'light_gray' => '47',
);