1# IDLE reads several config files to determine user preferences. This 2# file is the default config file for idle highlight theme settings. 3 4[IDLE Classic] 5normal-foreground= #000000 6normal-background= #ffffff 7keyword-foreground= #ff7700 8keyword-background= #ffffff 9builtin-foreground= #900090 10builtin-background= #ffffff 11comment-foreground= #dd0000 12comment-background= #ffffff 13string-foreground= #00aa00 14string-background= #ffffff 15definition-foreground= #0000ff 16definition-background= #ffffff 17hilite-foreground= #000000 18hilite-background= gray 19break-foreground= black 20break-background= #ffff55 21hit-foreground= #ffffff 22hit-background= #000000 23error-foreground= #000000 24error-background= #ff7777 25context-foreground= #000000 26context-background= lightgray 27linenumber-foreground= gray 28linenumber-background= #ffffff 29#cursor (only foreground can be set, restart IDLE) 30cursor-foreground= black 31#shell window 32stdout-foreground= blue 33stdout-background= #ffffff 34stderr-foreground= red 35stderr-background= #ffffff 36console-foreground= #770000 37console-background= #ffffff 38 39[IDLE New] 40normal-foreground= #000000 41normal-background= #ffffff 42keyword-foreground= #ff7700 43keyword-background= #ffffff 44builtin-foreground= #900090 45builtin-background= #ffffff 46comment-foreground= #dd0000 47comment-background= #ffffff 48string-foreground= #00aa00 49string-background= #ffffff 50definition-foreground= #0000ff 51definition-background= #ffffff 52hilite-foreground= #000000 53hilite-background= gray 54break-foreground= black 55break-background= #ffff55 56hit-foreground= #ffffff 57hit-background= #000000 58error-foreground= #000000 59error-background= #ff7777 60context-foreground= #000000 61context-background= lightgray 62linenumber-foreground= gray 63linenumber-background= #ffffff 64#cursor (only foreground can be set, restart IDLE) 65cursor-foreground= black 66#shell window 67stdout-foreground= blue 68stdout-background= #ffffff 69stderr-foreground= red 70stderr-background= #ffffff 71console-foreground= #770000 72console-background= #ffffff 73 74[IDLE Dark] 75comment-foreground = #dd0000 76console-foreground = #ff4d4d 77error-foreground = #FFFFFF 78hilite-background = #7e7e7e 79string-foreground = #02ff02 80stderr-background = #002240 81stderr-foreground = #ffb3b3 82console-background = #002240 83hit-background = #fbfbfb 84string-background = #002240 85normal-background = #002240 86hilite-foreground = #FFFFFF 87keyword-foreground = #ff8000 88error-background = #c86464 89keyword-background = #002240 90builtin-background = #002240 91break-background = #808000 92builtin-foreground = #ff00ff 93definition-foreground = #5e5eff 94stdout-foreground = #c2d1fa 95definition-background = #002240 96normal-foreground = #FFFFFF 97cursor-foreground = #ffffff 98stdout-background = #002240 99hit-foreground = #002240 100comment-background = #002240 101break-foreground = #FFFFFF 102context-foreground= #ffffff 103context-background= #454545 104linenumber-foreground= gray 105linenumber-background= #002240 106