Home | History | Annotate | Download | only in idlelib

Lines Matching full:gethighlight

322             "stdout": idleConf.GetHighlight(theme, "stdout"),
323 "stderr": idleConf.GetHighlight(theme, "stderr"),
324 "console": idleConf.GetHighlight(theme, "console"),
606 background = idleConf.GetHighlight(theme, 'normal')['background']