Searched refs:foreground_colors (Results 1 – 6 of 6) sorted by relevance
7 protected static $foreground_colors = array( variable in Kohana_Minion_CLI293 if (!array_key_exists($foreground, Minion_CLI::$foreground_colors))303 $string = "\033[".Minion_CLI::$foreground_colors[$foreground]."m";
28 - Add colors(), foreground_colors(), and background_colors()
34 [$p->foreground_colors],
110 foreach my $fg ( $parser->foreground_colors ){
113 sub foreground_colors { subroutine
15 my @available = $mod->new->ansi_parser->foreground_colors;