blob: 83c9807a8c088010ca5e8848e7498b30f9843a06 [file] [log] [blame]
Steven M. Gavac11ccf32001-09-24 09:43:17 +00001# 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 Old - plain fonts]
5normal-foreground= black
6normal-background= white
7normal-fontStyle= normal
8keyword-foreground= #ff7700
9keyword-fontStyle= normal
10comment-foreground= #dd0000
11comment-fontStyle= normal
12string-foreground= #00aa00
13string-fontStyle= normal
14definition-foreground= #0000ff
15definition-fontStyle= normal
16hilite-foreground= #000068
17hilite-background= #006868
18hilite-fontStyle= normal
19break-foreground= #ff7777
20break-fontStyle= normal
21hit-background= #000000
22hit-foreground= #ffffff
23hit-fontStyle= normal
Steven M. Gava99300612001-11-04 07:03:08 +000024cursor-foreround= black
Steven M. Gavac11ccf32001-09-24 09:43:17 +000025error-background= #ff7777
26#shell window
27stdout-foreground= blue
28stdout-fontStyle= normal
29stderr-foreground= red
30stderr-fontStyle= normal
31console-foreground= #770000
32console-fontStyle= normal
33
34[IDLE Classic New]
35normal-foreground= black
36normal-background= white
37normal-fontStyle= normal
38keyword-foreground= #ff7700
39keyword-fontStyle= bold
40comment-foreground= #dd0000
41comment-fontStyle= italic
42string-foreground= #00aa00
43string-fontStyle= normal
44definition-foreground= #0000ff
45definition-fontStyle= bold
46hilite-foreground= #000068
47hilite-background= #006868
48break-foreground= #ff7777
49hit-background= #000000
50hit-foreground= #ffffff
Steven M. Gava99300612001-11-04 07:03:08 +000051cursor-foreground= black
Steven M. Gavac11ccf32001-09-24 09:43:17 +000052error-background= #ff7777
53#shell window
54stdout-foreground= blue
55stderr-foreground= red
56console-foreground= #770000