Lines Matching refs:Color
304 self.col = terminal.Color()
439 col = terminal.Color()
461 line = '\r' + self.col.Color(self.col.GREEN, '%5d' % ok)
462 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned)
463 line += self.col.Color(self.col.RED, '%5d' % self.fail)
468 line += self.col.Color(self.col.MAGENTA, ' -%-5d ' % remaining)
876 str = self.col.Color(color, ' ' + target)
878 str = ' %s %s' % (self.col.Color(color, char), str)
890 return self.col.Color(color, str(num))
953 tuple([indent, self.col.Color(self.col.YELLOW, fname)] + args))
1267 out = self.col.Color(colour, line.char + '(')
1268 out += self.col.Color(self.col.MAGENTA, board_str,
1270 out += self.col.Color(colour, ') %s' % line.errline)
1272 out = self.col.Color(colour, line.char + line.errline)