function shellColours::getForegroundColours

Returns all foreground colour names.

File

drush/ctools.drush.inc, line 1025

Class

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

Code

public static function getForegroundColours() {
    return array_keys(self::$foreground_colours);
}