Home | History | Annotate | Download | only in idlelib

Lines Matching refs:colours

868             colours=idleConf.GetHighlight(theme,element)
870 colours['background']=idleConf.GetHighlight(theme,
876 colours['foreground']=themeDict[element+'-foreground']
878 colours['background']=themeDict[element+'-background']
879 self.textHighlightSample.tag_config(element, **colours)