2003-05-18 10:21:55 +08:00
|
|
|
# IDLE reads several config files to determine user preferences. This
|
|
|
|
# file is the default config file for idle highlight theme settings.
|
2001-09-24 17:43:17 +08:00
|
|
|
|
2002-01-03 20:05:17 +08:00
|
|
|
[IDLE Classic]
|
|
|
|
normal-foreground= #000000
|
|
|
|
normal-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
keyword-foreground= #ff7700
|
2002-01-03 20:05:17 +08:00
|
|
|
keyword-background= #ffffff
|
2004-03-16 11:36:41 +08:00
|
|
|
builtin-foreground= #900090
|
2004-03-09 02:15:31 +08:00
|
|
|
builtin-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
comment-foreground= #dd0000
|
2002-01-03 20:05:17 +08:00
|
|
|
comment-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
string-foreground= #00aa00
|
2002-01-03 20:05:17 +08:00
|
|
|
string-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
definition-foreground= #0000ff
|
2002-01-03 20:05:17 +08:00
|
|
|
definition-background= #ffffff
|
2002-02-11 10:20:53 +08:00
|
|
|
hilite-foreground= #000000
|
2002-01-03 20:05:17 +08:00
|
|
|
hilite-background= gray
|
2002-06-20 12:01:47 +08:00
|
|
|
break-foreground= black
|
|
|
|
break-background= #ffff55
|
2001-09-24 17:43:17 +08:00
|
|
|
hit-foreground= #ffffff
|
2002-01-03 20:05:17 +08:00
|
|
|
hit-background= #000000
|
|
|
|
error-foreground= #000000
|
2001-09-24 17:43:17 +08:00
|
|
|
error-background= #ff7777
|
2004-03-16 11:36:41 +08:00
|
|
|
#cursor (only foreground can be set, restart IDLE)
|
2002-01-03 20:05:17 +08:00
|
|
|
cursor-foreground= black
|
2001-09-24 17:43:17 +08:00
|
|
|
#shell window
|
|
|
|
stdout-foreground= blue
|
2002-01-03 20:05:17 +08:00
|
|
|
stdout-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
stderr-foreground= red
|
2002-01-03 20:05:17 +08:00
|
|
|
stderr-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
console-foreground= #770000
|
2002-01-03 20:05:17 +08:00
|
|
|
console-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
|
2002-01-03 20:05:17 +08:00
|
|
|
[IDLE New]
|
2002-02-11 10:20:53 +08:00
|
|
|
normal-foreground= #000000
|
|
|
|
normal-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
keyword-foreground= #ff7700
|
2002-01-03 20:05:17 +08:00
|
|
|
keyword-background= #ffffff
|
2004-03-16 11:36:41 +08:00
|
|
|
builtin-foreground= #900090
|
2004-03-09 02:15:31 +08:00
|
|
|
builtin-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
comment-foreground= #dd0000
|
2002-01-03 20:05:17 +08:00
|
|
|
comment-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
string-foreground= #00aa00
|
2002-01-03 20:05:17 +08:00
|
|
|
string-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
definition-foreground= #0000ff
|
2002-01-03 20:05:17 +08:00
|
|
|
definition-background= #ffffff
|
2002-02-11 10:20:53 +08:00
|
|
|
hilite-foreground= #000000
|
2002-01-03 20:05:17 +08:00
|
|
|
hilite-background= gray
|
2002-06-20 12:01:47 +08:00
|
|
|
break-foreground= black
|
|
|
|
break-background= #ffff55
|
2001-09-24 17:43:17 +08:00
|
|
|
hit-foreground= #ffffff
|
2002-01-03 20:05:17 +08:00
|
|
|
hit-background= #000000
|
|
|
|
error-foreground= #000000
|
2001-09-24 17:43:17 +08:00
|
|
|
error-background= #ff7777
|
2004-03-16 11:36:41 +08:00
|
|
|
#cursor (only foreground can be set, restart IDLE)
|
2002-01-03 20:05:17 +08:00
|
|
|
cursor-foreground= black
|
2001-09-24 17:43:17 +08:00
|
|
|
#shell window
|
|
|
|
stdout-foreground= blue
|
2002-01-03 20:05:17 +08:00
|
|
|
stdout-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
stderr-foreground= red
|
2002-01-03 20:05:17 +08:00
|
|
|
stderr-background= #ffffff
|
2001-09-24 17:43:17 +08:00
|
|
|
console-foreground= #770000
|
2002-01-03 20:05:17 +08:00
|
|
|
console-background= #ffffff
|