function shellColours::getBackgroundColours

Returns all background colour names.

File

drush/ctools.drush.inc, line 1032

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);
}