config-highlight.def 2.62 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
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 20
break-foreground= black
break-background= #ffff55
21
hit-foreground= #ffffff
22 23
hit-background= #000000
error-foreground= #000000
24
error-background= #ff7777
25
#cursor (only foreground can be set, restart IDLE)
26
cursor-foreground= black
27 28
#shell window
stdout-foreground= blue
29
stdout-background= #ffffff
30
stderr-foreground= red
31
stderr-background= #ffffff
32
console-foreground= #770000
33
console-background= #ffffff
34 35
context-foreground= #000000
context-background= lightgray
36

37
[IDLE New]
38 39
normal-foreground= #000000
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 53
break-foreground= black
break-background= #ffff55
54
hit-foreground= #ffffff
55 56
hit-background= #000000
error-foreground= #000000
57
error-background= #ff7777
58
#cursor (only foreground can be set, restart IDLE)
59
cursor-foreground= black
60 61
#shell window
stdout-foreground= blue
62
stdout-background= #ffffff
63
stderr-foreground= red
64
stderr-background= #ffffff
65
console-foreground= #770000
66
console-background= #ffffff
67 68
context-foreground= #000000
context-background= lightgray
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97

[IDLE Dark]
comment-foreground = #dd0000
console-foreground = #ff4d4d
error-foreground = #FFFFFF
hilite-background = #7e7e7e
string-foreground = #02ff02
stderr-background = #002240
stderr-foreground = #ffb3b3
console-background = #002240
hit-background = #fbfbfb
string-background = #002240
normal-background = #002240
hilite-foreground = #FFFFFF
keyword-foreground = #ff8000
error-background = #c86464
keyword-background = #002240
builtin-background = #002240
break-background = #808000
builtin-foreground = #ff00ff
definition-foreground = #5e5eff
stdout-foreground = #c2d1fa
definition-background = #002240
normal-foreground = #FFFFFF
cursor-foreground = #ffffff
stdout-background = #002240
hit-foreground = #002240
comment-background = #002240
break-foreground = #FFFFFF
98 99
context-foreground= #ffffff
context-background= #454545