config-highlight.def 1.56 KB
Newer Older
1 2
# IDLE reads several config files to determine user preferences.  This
# file is the default config file for idle highlight theme settings.
3

4 5 6
[IDLE Classic]
normal-foreground= #000000
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 18
break-foreground= black
break-background= #ffff55
19
hit-foreground= #ffffff
20 21
hit-background= #000000
error-foreground= #000000
22
error-background= #ff7777
23
#cursor (only foreground can be set)
24
cursor-foreground= black
25 26
#shell window
stdout-foreground= blue
27
stdout-background= #ffffff
28
stderr-foreground= red
29
stderr-background= #ffffff
30
console-foreground= #770000
31
console-background= #ffffff
32

33
[IDLE New]
34 35
normal-foreground= #000000
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 47
break-foreground= black
break-background= #ffff55
48
hit-foreground= #ffffff
49 50
hit-background= #000000
error-foreground= #000000
51
error-background= #ff7777
52
#cursor (only foreground can be set)
53
cursor-foreground= black
54 55
#shell window
stdout-foreground= blue
56
stdout-background= #ffffff
57
stderr-foreground= red
58
stderr-background= #ffffff
59
console-foreground= #770000
60
console-background= #ffffff