You are here

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

Returns all foreground colour names.

File

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

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