cpython/Lib/idlelib/config-highlight.def

65 lines
1.7 KiB
Modula-2
Raw Normal View History

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