You are here

private static property shellColours::$background_colours in Chaos Tool Suite (ctools) 7

File

drush/ctools.drush.inc, line 985
CTools Drush commands.

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',
);