Results of a rewrite pass
[python/dscho.git] / Lib / idlelib / config-highlight.def
blob2b7deab38250cef2e1d68d6566ace9da21eaa3fd
1 # IDLE reads several config files to determine user preferences. This
2 # file is the default config file for idle highlight theme settings.
4 [IDLE Classic]
5 normal-foreground= #000000
6 normal-background= #ffffff
7 keyword-foreground= #ff7700
8 keyword-background= #ffffff
9 comment-foreground= #dd0000
10 comment-background= #ffffff
11 string-foreground= #00aa00
12 string-background= #ffffff
13 definition-foreground= #0000ff
14 definition-background= #ffffff
15 hilite-foreground= #000000
16 hilite-background= gray
17 break-foreground= black
18 break-background= #ffff55
19 hit-foreground= #ffffff
20 hit-background= #000000
21 error-foreground= #000000
22 error-background= #ff7777
23 #cursor (only foreground can be set)
24 cursor-foreground= black
25 #shell window
26 stdout-foreground= blue
27 stdout-background= #ffffff
28 stderr-foreground= red
29 stderr-background= #ffffff
30 console-foreground= #770000
31 console-background= #ffffff
33 [IDLE New]
34 normal-foreground= #000000
35 normal-background= #ffffff
36 keyword-foreground= #ff7700
37 keyword-background= #ffffff
38 comment-foreground= #dd0000
39 comment-background= #ffffff
40 string-foreground= #00aa00
41 string-background= #ffffff
42 definition-foreground= #0000ff
43 definition-background= #ffffff
44 hilite-foreground= #000000
45 hilite-background= gray
46 break-foreground= black
47 break-background= #ffff55
48 hit-foreground= #ffffff
49 hit-background= #000000
50 error-foreground= #000000
51 error-background= #ff7777
52 #cursor (only foreground can be set)
53 cursor-foreground= black
54 #shell window
55 stdout-foreground= blue
56 stdout-background= #ffffff
57 stderr-foreground= red
58 stderr-background= #ffffff
59 console-foreground= #770000
60 console-background= #ffffff