Home | History | Annotate | Download | only in tko

Lines Matching refs:color_map

4 color_map = {
39 defined in the color_map
43 ### color_map augmenting - as long as
45 keys = filter(lambda key: key.endswith('pct'), color_map.keys())
52 % color_map[key]
115 if color_map.has_key(color_key):
116 self.color = color_map[color_key]
118 self.color = color_map['header']
120 self.color = color_map['plain_text']
122 self.color = color_map['blank']
180 ## find appropiate keyword from color_map
281 color_map['borders'])