Exemplo n.º 1
0
 def defaultColor(self, style):
     """ Provides the default foreground color for a style """
     try:
         return self.defaultColors[style]
     except KeyError:
         return LexerContainer.defaultColor(self, style)
Exemplo n.º 2
0
 def defaultColor( self, style ):
     """ Provides the default foreground color for a style """
     try:
         return self.defaultColors[ style ]
     except KeyError:
         return LexerContainer.defaultColor( self, style )