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