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