You are here

public static function shellColours::getBackgroundColours in Chaos Tool Suite (ctools) 7

Returns all background colour names.

File

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

Class

shellColours
Class to deal with wrapping output strings with colour formatting for the shell.

Code

public static function getBackgroundColours() {
  return array_keys(self::$background_colours);
}